Releases: Merrit/nyrna
Releases · Merrit/nyrna
v2.9.2
Bug Fixes
- trigger first run dialog 4d671d8
- improve dependency check logic 99d202d
- add verbose logs for flatpak run 5ebd9bf
- add check and warning for Wayland session 901e4cc
Documentation
- add privacy policy 57e7786
- update README description 4490930
- update website description 5b38c88
- update website promo image 475d7e9
- improve disclaimer wording 2ab72a9
Code Refactoring
Tests
- SettingsCubit: add tests b0c3864
- ThemeCubit: add tests 0a102cf
- logger is dummy by default in tests f1b385d
- linux: update dependency tests 77e7551
Continuous Integration
Chores
v2.9.1
v2.9.0
Bug Fixes
- Fixed hotkey failing to resume on Windows #128 (Kristen McWilliam)
Continuous Integration
Chores
- update snap config #125 (Kristen McWilliam)
- remove AppImage configs #128 (Kristen McWilliam)
- Linux has portable release & Flatpak
- migrate Windows config for Flutter 2.5 & 3.3 changes #128 (Kristen McWilliam)
- add vscode dev container configs (Kristen McWilliam) #126
Development Build
Chores
- update flatpak configs #131 (Kristen McWilliam)
v2.8.0
What's Changed
New Features 🎉
- Minimizing/restoring the window automatically is now an option #123
- Setting in the GUI
- CLI flag to override settings:
--no-minimize
Fixes ✨
- Several misc changes that should improve performance
- Fix "sticky" windows on Linux not showing up #113
Code Cleanup 🪥
- Large amounts of code cleanup
- Will improve reliability and confidence when making changes and doing maintenance
- Large ongoing refactoring
- Many added unit tests
v2.7.0
v2.6.1
v2.6.0
v2.5.2
v2.5.1
- Fixed autostart setting not working
- Added setting to start hidden in the tray
- Removed defunct icon customizer
Icon can be customized if desired by replacing the.icofile on Windows or the.pngfile on Linux in<appdir>/data/flutter_assets/assets/icons/ - Other misc cleanup and minor fixes