diff --git a/fastlane/metadata/android/en-US/changelogs/277.txt b/fastlane/metadata/android/en-US/changelogs/277.txt new file mode 100644 index 00000000..50229a51 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/277.txt @@ -0,0 +1,13 @@ +## [2.6.5] - 2023-02-28 + +### Bugfixing and minor improvements + +- Move bonus to its own dialog, allowing for more precise input +- Make app bar title scrollable when it overflows +- Add limit at maximum grade +- Fix BottomSheet maximum height +- Fix UI on Test dialog +- Add rounded edges to inksplashes +- Round negative numbers correctly +- Add missing tooltips +- Optimisations and minification diff --git a/pubspec.yaml b/pubspec.yaml index 5451ad6b..ea68c230 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: graded description: Track and manage your school grades with ease publish_to: "none" -version: 2.6.5+272 +version: 2.6.5+277 environment: sdk: ">=3.2.0 <4.0.0"