Releases: dahenson/agenda
Releases · dahenson/agenda
1.1.2
1.1.1
Bug Fixes
- Fixed the issue where the task list is not saved on unexpected quit
- Fixed the issue where the window position and size are not saved on unexpected quit
- Fixed some issues with theming on non-elementary OS installations
- Saving to disk now avoids race conditions and adheres to industry standards
- Saving and loading the list from a file has test coverage to keep from breaking on future updates
New Features!
- Added Ctrl-Q and Ctrl-W keyboard shortcuts for closing the window
- Packaged the app as a flatpak for elementary OS 6!
Undo What You Did
- Tons of under-the-hood work
- Uses meson build system now
- Undo/Redo actions with
Ctrl-Z
andCtrl-Y
- First-run message works again
- Translation changes
1.0.12
1.0.11
Juno! It's Coming!
With this release, there are some fixes for the custom CSS that make Agenda look right on Juno. There have also been some code cleanup to the backend. Agenda should work exactly the same, just look better and actually work on Juno.
- The
x
is gone in favor of a trash can icon - The list icons are only visible on hover or when selecting a task
- Should not look weird on Juno
1.0.9
Small bug fixes and a fresh new icon!
- Updated the icon with a fresh new look (Thanks, @harveycabaguio )
- Pressing Esc no longer closes Agenda while editing a task
- Pressing Delete no longer crashes Agenda while editing a task
- Metadata installs to the correct folder
1.0.8: Merge pull request #36 from dahenson/prepare-108
Minor Fixes
- Changed styling for "dark theme variant"
- Changed styles for editing a task in the list (background is no longer white while editing)
- Added hype to the AppData.xml Description to try to stand out in AppCenter better
- Removed the About dialog completely ("About" no longer shows up in Dock context menu)