Skip to content

Commit

Permalink
Add changelog for 2.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
FauconSpartiate committed Feb 28, 2024
1 parent 7b187b1 commit fb13031
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit fb13031

Please sign in to comment.