Added
- Added configurable startup behavior, allowing to restore the last selected module or ToDo project, or open a specific module by default.
Changed
- Updated runtime to .NET 10.
- Migrated OneHub from WPF to Avalonia, transitioning the entire application to a new cross-platform UI framework while maintaining feature parity and existing workflows.
- Moved application settings and default storage location from ProgramData to AppData to ensure compatibility with Linux.
- Changed the change log display from the website to a local dialog.
- Replaced the update confirmation message box with a custom dialog display directly a changelog section for the new version.
Removed
- Removed Rich Text (RTF) support from Notes and Journal to streamline content handling and reduce maintenance overhead.
Fixed
- Fixed restoring the last selected ToDo list on app start when selected from a nested project hierarchy.