Releases: Merrit/nyrna
Releases · Merrit/nyrna
v2.16.1
Bug Fixes
- Fixed a bug where the app language would fallback to German instead of English
if the system language was not supported
Other
- Misc improvements and fixes
v2.16.0
New Features
- Added app-specific hotkeys, so you can pause different applications with different hotkeys
- Added a verbose logging toggle in settings to assist with future debugging
- Added built-in hotkey support for Linux, so you don't need to setup hotkeys manually
- Moved the
Toggle all instances
menu item to the overflow menu, which should make it easier to find
Bug Fixes
- Fixed autostart for Flatpak releases
- Fixed a crash that occurred when trying to unregister a hotkey on Windows
- Fixed a crash that occurred if the log file could not be deleted or created
- Fixed a crash that occurred when binding a new hotkey
- Fixed a possible crash that occurred when parsing an empty update string
- The Windows installer now knows its correct version, which should allow winget to update Nyrna properly
Enjoy! :)
v2.15.0
v2.13.0
- Added Italian translations thanks to @albanobattistella #167
- Added release notes dialog with information about recent changes
- Many upgrades and cleanup to the backend code
v2.12.0
- Updated SDK and dependencies
- Misc cleanup and minor improvements
v2.11.1
v2.11.0
Features
- migrate to Material 3 themes d2ec965
- add support for localizations 3a26167
- add German localization e05757d
Bug Fixes
- parse version number with multiple digits 6891da3
Documentation
Code Refactoring
Tests
- add ArgumentParser tests 0b737f1
Continuous Integration
- flatpak: checkout specifies branch 9ba0451
v2.10.0
Now available on Flathub & Microsoft Store.
Features
Bug Fixes
- remember window size & position 30c26e5
Documentation
- update download instructions 7b7e06d
Code Refactoring
- finish transition from SharedPreferences 49a2523
- update icon names to use reverse dns 752c8c0
- theme: remove depreciated field 000bb1b
- AppWindow name fd16e68
- unknown linux session emits error msg 1ff3534 flathub/codes.merritt.Nyrna#5
Continuous Integration
- add flatpak workflow ef9b91e
Chores
- update hotkey_manager to merged commit d3d34a5
- move flatpak-specific files to flathub repo 6216e02
- update appstream metainfo 443941a
- use app id for linux desktop file name 7eccbdb
- use app id for linux icon name d797315
- add keywords to linux desktop entry 1a956bb
- add keywords to linux metadata file 58ea455
- update linux metadata description 49923fd
- format linux AppStream metadata 31d3639
- update linux metadata for new release 811083d
- remove unused dependency: image 607f098
- upgrade test dependency 3e048a0
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