Skip to content

Commit

Permalink
chore(changelog): Bump version to v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaegel committed Feb 21, 2024
1 parent c568e71 commit 560642c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/constants/app.dart
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 560642c

Please sign in to comment.