Skip to content

Releases: Merrit/nyrna

v2.9.2

18 Jan 23:41

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

Choose a tag to compare

  • Fixed Linux crash #132

v2.9.0

09 Jan 22:31

Choose a tag to compare

Bug Fixes

Continuous Integration

  • Added Flatpak config #128
  • Updated inno setup config #128

Chores

Development Build

09 Jan 20:32

Choose a tag to compare

Development Build Pre-release
Pre-release

Chores

v2.8.0

19 Dec 17:42

Choose a tag to compare

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

14 Nov 18:44

Choose a tag to compare

  • Linux:
    • Added support for Gamescope, Wine virtual desktop & generally applications with child processes #106

v2.6.1

04 Nov 19:38

Choose a tag to compare

Fixes ✨

  • Filter out invalid windows (when we get an invalid PID of 0 and the like.) #104

v2.6.0

18 Oct 19:38

Choose a tag to compare

  • Add semi-auto refresh #95
    • List of apps will refresh automatically when:
      • Using the hotkey (Windows)
      • Nyrna is restored from the system tray or unminimized

v2.5.2

16 Aug 19:56

Choose a tag to compare

  • CI now builds off Flutter stable
    • Fixes not being able to move scrollbar by dragging with mouse (#94)

v2.5.1

13 Aug 21:39

Choose a tag to compare

  • 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 .ico file on Windows or the .png file on Linux in <appdir>/data/flutter_assets/assets/icons/
  • Other misc cleanup and minor fixes