From 560642ce86515024049248a9bfa34bc95af75da2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toni=20M=C3=A4gel?= Date: Wed, 21 Feb 2024 10:39:46 +0100 Subject: [PATCH] chore(changelog): Bump version to v0.5.1 --- CHANGELOG.md | 22 +++++++++++++++++++++- lib/constants/app.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index caa57b3..d06ef80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.1] - 2024-02-21 + +### Added + +- Hide primary floating action button when scrolling down and show 'go to top' button instead + +### Changed + +- Remove bottom bar +- Transparent bottom system navigation bar and edge to edge view +- Small style adjustments of the snackbar and loading indicator +- Replace app launcher icon + +### Fixed + +- Dismiss dialogs on back button +- Resolve some build warnings +- Resolve some minor theme issues + ## [0.5.0] - 2024-02-16 ### Added @@ -151,7 +170,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Intiial release -[unreleased]: https://github.com/tmaegel/ntodotxt/compare/v0.5.0...HEAD +[unreleased]: https://github.com/tmaegel/ntodotxt/compare/v0.5.1...HEAD +[0.5.1]: https://github.com/tmaegel/ntodotxt/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/tmaegel/ntodotxt/compare/v0.4.7...v0.5.0 [0.4.7]: https://github.com/tmaegel/ntodotxt/compare/v0.4.6...v0.4.7 [0.4.6]: https://github.com/tmaegel/ntodotxt/compare/v0.4.5...v0.4.6 diff --git a/lib/constants/app.dart b/lib/constants/app.dart index 2e9e019..907ae43 100644 --- a/lib/constants/app.dart +++ b/lib/constants/app.dart @@ -1,6 +1,6 @@ // coverage:ignore-file -const String version = '0.5.0'; +const String version = '0.5.1'; /// https://m3.material.io/foundations/layout/applying-layout/window-size-classes const int maxScreenWidthCompact = 600; diff --git a/pubspec.yaml b/pubspec.yaml index f6e3f25..f5047a0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ description: App for managing your todos within a todo.txt file locally or via w publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 0.5.0+12 +version: 0.5.1+13 environment: sdk: '>=3.0.5 <4.0.0'