Skip to content

Commit

Permalink
chore(changelog): Update changelog for version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaegel committed Dec 22, 2023
1 parent fc2a91d commit 0d1427d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 4 deletions.
30 changes: 27 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0] - 2023-12-22

### Added

- Add functionality to save and manage filters
- Add database (sqflite) and controller to persist data (filter and settings)
- Add simple loading / splash screen while initialize the app

### Changed

- Save default filter settings in sqlite database instead of shared preferences
- Theme and UI improvements and some redesign (app bar, dialogs, ...)
- Replace navigation drawer with bottom sheet (for mobile) and navigation rail (desktop)

### Removed

- Remove dependencie shared_preferences
- Remove todo selection functionality

### Fixed

- Add error state to FilterState and handle/show errors

## [0.2.0] - 2023-12-11

### Added
Expand All @@ -17,9 +40,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Minor style adjustments to the theme and layout

## Fixed
### Fixed

- Hide tags (projects, contexts, key values) in the tag modal/dialog if already present in todo
- Hide tags (projects, contexts, key values) in tag dialog if already present in todo
- Toggle filter/order/group by if tapping on the label
- Notification bars are floating

Expand All @@ -29,6 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Intiial release

[unreleased]: https://github.com/tmaegel/ntodotxt/compare/v0.1.0...HEAD
[unreleased]: https://github.com/tmaegel/ntodotxt/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/tmaegel/ntodotxt/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/tmaegel/ntodotxt/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/tmaegel/ntodotxt/releases/tag/v0.1.0
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ tbd
- [ ] Build and publish as `flatpak` to [flathub](https://flathub.org/) (Linux)
- [ ] Build and publish as `snap` to [snapcraft](https://snapcraft.io/) (Linux)
- [ ] Build and publish to Microsoft Store (Windows)
- [ ] Manage saved filters (ordering, filter by project, context and priorities)
- [x] Manage saved filters (ordering, filter by project, context and priorities)
- [ ] [Recurring](https://c306.net/t/topydo-docs/#Recurrence) tasks
- [ ] Add language localization
- [ ] Archiving of all completed todos (done.txt)
- [ ] Animations
- [ ] Increase test coverage

## Requirements
Expand Down

0 comments on commit 0d1427d

Please sign in to comment.