Skip to content

Releases: Merrit/nyrna

v2.20.0

01 Apr 20:46
Compare
Choose a tag to compare

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

08 Mar 18:30
Compare
Choose a tag to compare

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

01 Jan 17:02
Compare
Choose a tag to compare

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

v2.17.2

27 Oct 17:32
Compare
Choose a tag to compare

Bug Fixes

  • Fixed an issue where the buttons on the system tray could fail to work if network access was blocked #196

v2.17.1

20 Oct 16:46
Compare
Choose a tag to compare

Bug Fixes

  • Display emojis in color
  • Make the setting for "start Nyrna at login + hidden" more obvious and less confusing #189
  • Prevent hotkey from suspending Nyrna #190

v2.17.0

29 Aug 17:13
18e2d9d
Compare
Choose a tag to compare

Features

  • Created a new custom library to get process status on Windows systems. This should see a significant performance improvement over the previous method. This one has been brewing for a while! πŸ’ͺ
  • Improved handling of Nyrna's window size and position.

Other

  • Misc code cleanup and improvements.

Enjoy! πŸ’™

v2.16.1

17 Aug 20:04
Compare
Choose a tag to compare

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

10 Aug 22:21
Compare
Choose a tag to compare

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

21 Jul 02:13
Compare
Choose a tag to compare

Bug Fixes

  • Fixed start on login not working for Microsoft Store release (#172)

Other

  • Misc minor improvements

v2.13.0

06 Jul 01:09
Compare
Choose a tag to compare
  • Added Italian translations thanks to @albanobattistella #167
  • Added release notes dialog with information about recent changes
  • Many upgrades and cleanup to the backend code