Skip to content

Releases: Merrit/nyrna

v2.9.0

09 Jan 22:31
Compare
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
Compare
Choose a tag to compare
Development Build Pre-release
Pre-release

Chores

v2.8.0

19 Dec 17:42
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v2.5.0

08 Aug 18:46
Compare
Choose a tag to compare

Linux & Windows

  • Add system tray icon
    • Supports closing to tray

Windows-only

  • Remove hard-coded hotkey listener
  • Add built-in configurable hotkey in settings
    • While Nyrna is open or sleeping in the system tray, the configured hotkey will toggle suspend/resume for the actively focused window.

2.5.0-beta

16 Jul 16:57
Compare
Choose a tag to compare
2.5.0-beta Pre-release
Pre-release
  • Adds system tray icon, with option to hide window to tray on close
  • Adds built-in hotkey for Windows that can be configured by the user