Skip to content

Commit

Permalink
chore(changelog): Bump version to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaegel committed Feb 28, 2024
1 parent 297cba9 commit 669e4cd
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.0] - 2024-02-28

### Added

- Add new widget tests and refactor existing ones

### Changed

- Disable landscape mode
- Add a confirmation dialog when the app settings are reset
- Improve the appearance of the todo list page
- Make app bar transparent
- Hide floating action button if keyboard is open
- Hide floating action button (save) if todo or filter has not be changed
- Hide floating action button (save) if name todo or filter is empty

### Removed

- Remove the functionality to set the todo completion state by swiping

### Fixed

- Improved error handling on login screen
- Improved text field behavior when creating or editing todos #27
- Prevention of + and @ characters at the beginning of the tag when displayed in the tag dialog

## [0.5.1] - 2024-02-21

### Added
Expand Down Expand Up @@ -170,7 +196,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.1...HEAD
[unreleased]: https://github.com/tmaegel/ntodotxt/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/tmaegel/ntodotxt/compare/v0.5.1...v0.6.0
[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
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.1';
const String version = '0.6.0';

/// https://m3.material.io/foundations/layout/applying-layout/window-size-classes
const int maxScreenWidthCompact = 600;
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.1+13
version: 0.6.0+14

environment:
sdk: '>=3.0.5 <4.0.0'
Expand Down

0 comments on commit 669e4cd

Please sign in to comment.