Skip to content

Commit

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

## [Unreleased]

## [0.4.5] - 2024-02-03

### Changed

- Bump flutter version to 3.16.9
- Update some dialogs

### Fixed

- Server port for the webdav connection is optional #12 #17
- Sometimes the hamburger menu gets lost #18
- dense attribute is not neccessary for material3 themes

## [0.4.4] - 2024-01-16

### Changed
Expand Down Expand Up @@ -110,7 +123,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.4.4...HEAD
[unreleased]: https://github.com/tmaegel/ntodotxt/compare/v0.4.5...HEAD
[0.4.5]: https://github.com/tmaegel/ntodotxt/compare/v0.4.4...v0.4.5
[0.4.4]: https://github.com/tmaegel/ntodotxt/compare/v0.4.3...v0.4.4
[0.4.3]: https://github.com/tmaegel/ntodotxt/compare/v0.4.2...v0.4.3
[0.4.2]: https://github.com/tmaegel/ntodotxt/compare/v0.4.1...v0.4.2
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.4.4';
const String version = '0.4.5';

/// 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.4.4+8
version: 0.4.5+9

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

0 comments on commit f2d69fd

Please sign in to comment.