Releases: Merrit/adventure_list
Releases · Merrit/adventure_list
v0.15.0
Features
- Added Brazilian Portuguese translation. #41 @John Peter Sa
- Added initial data export functionality. #44 (2eb02e1)
Bug Fixes
- Fixed an issue with keystore handling in debug builds. (453e5ff)
- Fixed an issue with Windows build failures. #42 (04adedd)
Documentation
- Added BUILDING.md with build instructions. (f9540c2)
Other Changes
- Miscellaneous code cleanup, updates, and improvements.
v0.14.3
Bug Fixes
- Fixed an issue where completed tasks were disappearing when reordering tasks. #34 (6982cc1)
- Fixed an issue with an incorrect link for updates. #34 (1ce5f5a)
- Fixed an issue where tapping outside the New Task button didn't work to unfocus on Android. (e8b58be)
Other Changes
- Miscellaneous code cleanup, updates, and improvements.
v0.14.2
v0.14.1
v0.14.0
v0.13.0
Features
- Bundled fonts with the app to improve responsiveness and reliability
Other
- Large amount of dependency upgrades and cleanup
v0.12.0
v0.11.0
Features
- Improved user experience on small screens with page navigation in the recurrence widget.
Bug Fixes
- Fixed an issue where the tray icon was not showing on Flatpak builds.
Other Changes
- Miscellaneous code cleanup, updates, and improvements.
v0.10.0
Features
- if there is an error fetching tasks, show an error message #19 (Kristen McWilliam)
- add undo for task completion #19 (Kristen McWilliam)
- animate crossing out task when checked #19 (Kristen McWilliam)
- reduce padding around tasks #19 (Kristen McWilliam)
- improve reliability when undoing
Delete Completed Tasks
#19 (Kristen McWilliam) - add delete task button to context menu #19 (Kristen McWilliam)
Bug Fixes
- reordering tasks #19 (Kristen McWilliam)
- task checkbox aligns with ExpansionTile children #19 (Kristen McWilliam)
- cancel notifications for deleted tasks #19 (Kristen McWilliam)
- tasks_page: move SafeArea to under Scaffold #19 (Kristen McWilliam)
- use native window decorations on qt platforms #19 (Kristen McWilliam)
Other
- Various refactoring, code cleanup, and improvements
v0.9.0
Features
- Large Screens: You can now click outside an expanded task to close it.
Bug Fixes
- Emojis will now be displayed in color.
- You can now edit the task name on large screens.
- The due date will now be updated if a recurring task is completed.
- Recurring tasks will now send notifications.