Skip to content

Releases: Merrit/nyrna

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

v2.12.0

01 Jul 03:26
Compare
Choose a tag to compare
  • Updated SDK and dependencies
  • Misc cleanup and minor improvements

v2.11.1

02 Feb 14:14
Compare
Choose a tag to compare

Bug Fixes

  • Fix url launches possibly failing 29f8e26

v2.11.0

31 Jan 20:36
Compare
Choose a tag to compare

Features

  • migrate to Material 3 themes d2ec965
  • add support for localizations 3a26167

Bug Fixes

  • parse version number with multiple digits 6891da3

Documentation

Code Refactoring

  • ArgumentParser: use a singleton instance 4569c2d
  • move ArgumentParser to own directory c77b227

Tests

Continuous Integration

  • flatpak: checkout specifies branch 9ba0451

v2.10.0

27 Jan 23:36
Compare
Choose a tag to compare

Now available on Flathub & Microsoft Store.

Features

  • added suspend all instances of an app by right-clicking the window tile 8f4b8eb #107

Bug Fixes

  • remember window size & position 30c26e5

Documentation

  • update download instructions 7b7e06d

Code Refactoring

Continuous Integration

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

18 Jan 23:41
Compare
Choose a tag to compare

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

Code Refactoring

  • apply new lint suggestions d3e8a40
  • settings: cleanup updateAutoRefresh 97f701c

Tests

  • SettingsCubit: add tests b0c3864
  • ThemeCubit: add tests 0a102cf
  • logger is dummy by default in tests f1b385d
  • linux: update dependency tests 77e7551

Continuous Integration

  • upgrade actions/checkout to v3 fbcc18f
  • update upload-artifact to v3 fca62aa

Chores

  • update msix_identity_name 37b39fc
  • vscode: don't detect git submodules fdcc09b
  • update AppStream description bf56bf3
  • remove obsolete comment fb5fc8e
  • dev container uses Flutter stable 7d0c169
  • remove unused macos folder 9593804
  • add vscode debug verbose config bece195

v2.9.1

10 Jan 18:30
Compare
Choose a tag to compare
  • Fixed Linux crash #132