From fb13031a7da3414091424b41918a81a0eafd6b82 Mon Sep 17 00:00:00 2001 From: Faucon <49079695+FauconSpartiate@users.noreply.github.com> Date: Thu, 29 Feb 2024 00:00:00 +0100 Subject: [PATCH] Add changelog for 2.6.5 --- CHANGELOG.md | 14 ++++++++++++++ pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f243e6..f902d0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [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 + ## [2.6.4] - 2023-01-28 ### Added haptics and fixed long due minor UI bugs diff --git a/pubspec.lock b/pubspec.lock index 45264fa..ffc9977 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -601,10 +601,10 @@ packages: dependency: "direct main" description: name: provider - sha256: "9a96a0a19b594dbc5bf0f1f27d2bc67d5f95957359b461cd9feb44ed6ae75096" + sha256: c8a055ee5ce3fd98d6fc872478b03823ffdb448699c6ebdbbc71d59b596fd48c url: "https://pub.dev" source: hosted - version: "6.1.1" + version: "6.1.2" pub_semver: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 5f97274..5451ad6 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.4+272 +version: 2.6.5+272 environment: sdk: ">=3.2.0 <4.0.0"