Releases: Merrit/nyrna
Releases Β· Merrit/nyrna
v2.25.0
Bug Fixes
- typo in Italian translation #230 (Martin Ligabue)
Continuous Integration
- upgrade linux runner #245 (Kristen McWilliam)
- upgrade flutter_app_builder #245 (Kristen McWilliam)
- upgrade windows runner #245 (Kristen McWilliam)
- disable lint temporarily (Kristen McWilliam)
- downgrade windows running since new one has no installer tool (Kristen McWilliam)
Chores
- update linux metadata for new release (Merrit)
- upgrade localizations for breaking changes #245 (Kristen McWilliam)
- Upgrade dependencies and fix issues #245 (Kristen McWilliam)
- apply new dart formatting rules and fix issues #245 (Kristen McWilliam)
- add .git-blame-ignore-revs file #245 (Kristen McWilliam)
- Fix localizations formatting #245 (Kristen McWilliam)
- win32: apply API deprecation migrations #245 (Kristen McWilliam)
- fix freezed migration issues #245 (Kristen McWilliam)
- upgrade dependencies (Kristen McWilliam)
- bump version (Kristen McWilliam)
v2.24.0
v2.23.0
v2.22.0
Features
- Made the favorite icon a heart. #222 (e4fb5e5)
- Added new Linux screenshots. #222 (16b09c3)
- Display errors in a banner to make them more visible. #222 (c56ea8e)
- Added a message for games that grab exclusive input in error messages. #222 (f32e45f)
Bug Fixes
- Fixed an issue where window icons were missing in Wayland on Linux. #222 (b92e680)
- Fixed Nyrna's icon layout. #222 (e46b96f)
- Fixed an issue with unreadable buttons in settings. #222 (3221e1e)
- Fixed an issue with the hotkey getting Nyrna for the active window. #222 (e4cd7fa)
Documentation
Other Changes
- Miscellaneous code cleanup, updates, and improvements.
v2.21.0
v2.20.0
Features
- Added a search bar to allow filtering by executable or window title.
- Introduced an option to keep suspended windows pinned to the top of the list. #209
Bug Fixes
- Fixed an issue where the tray icon was not working for Flatpak builds.
Other Changes
- Miscellaneous code cleanup, updates, and improvements.
v2.19.0
New Features
- A new shortcut
Ctrl+Q
has been added to quit the app. - The x11 warning message is now selectable.
Bug Fixes
- The working barrier on the settings page can now be dismissed. Fixes #202
- Fixed the building process of windows installers.
Other Changes
- Miscellaneous code cleanup, updates, and improvements.
v2.18.0
Features
- Show xwayland applications when running on wayland
- Use native window decorations on Qt based platforms
Misc
- Added suggestion to error message that running with admin privileges if unable to interact with an application may help
- Other minor fixes and improvements