Skip to content

Releases: Merrit/nyrna

v2.4.1

01 Apr 00:06
Compare
Choose a tag to compare

What's Changed

Fixes ✨

  • Fix Windows build not knowing its' own version by @Merrit in #83

Code Cleanup 🪥

Full Changelog: v2.4.0...v2.4.1

v2.4.0

28 Mar 22:40
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • Show dialog on interact failure by @Merrit in #78

Fixes ✨

Code Cleanup 🪥

  • WidgetsBinding: Remove unneeded null assertions by @Merrit in #79

Other Changes

Full Changelog: v2.3.1...v2.4.0

v2.3.1

02 Feb 14:51
Compare
Choose a tag to compare

What's Changed

Fixes ✨

  • Fixed an issue where if a process was suspended / resumed outside of the Nyrna interface it would fail to refresh properly. #70

Full Changelog: v2.3.0...v2.3.1

v2.3.0

19 Jan 19:42
Compare
Choose a tag to compare

Note for Linux users of the hotkey:
The hotkey is no longer a separate executable, instead call nyrna with the --toggle flag, for example:

~/Applications/Nyrna/nyrna --toggle

Windows users continue to use the included hotkey listener.


What's Changed

New Features 🎉

  • Fully automate CI / CD by @Merrit in #67
    • This should allow much easier and quicker turnaround for versions going forward
  • Remember own window size by @Merrit in #68

Fixes ✨

Code Cleanup 🪥

Known issues

Windows

  • Occasionally fails to update the status of an application #51

Full Changelog: v2.2.0...v2.3.0

v2.2.0

16 Aug 15:27
ed37b6e
Compare
Choose a tag to compare

Visual tweaks so Nyrna takes up less space on the screen / looks better

  • Reduced padding around apps list
  • Reduced default window size

** Fixed build number to actually reflect 2.2.0

v2.1.0

14 Aug 19:08
Compare
Choose a tag to compare
  • Major code cleanup & refactoring for DDD
  • Migrated to null safety
  • Fixed high RAM consumption on Windows #30
  • Refactored & improved functionality to toggle the active window into a separate dart package
    • Fixed inconsistent behaviour on Windows #40
    • Now runs much faster and more reliable
    • Activated now by running the toggle_active_window executable on linux, or by running the toggle_active_hotkey.exe and activating with the Pause keyboard key
    • See the website for further usage instructions
  • Added theme choices: dark, pitch black, light
  • Fixed a bug where an unknown argument would cause a crash #42
  • Added load indicator on start
  • Added progress indicator when suspending / resuming from GUI
  • Numerous other minor bug fixes and improvements for performance, reliability & aesthetics.
  • Added winget as install option: winget install nyrna

v2.1.0-beta.3

20 Jul 16:25
Compare
Choose a tag to compare
v2.1.0-beta.3 Pre-release
Pre-release
  • Code refactors
  • #42 Fixed a bug that would cause Nyrna to hang if passed an unknown command-line argument

v2.1.0-beta.1

17 Jul 18:38
Compare
Choose a tag to compare
v2.1.0-beta.1 Pre-release
Pre-release
  • Migrate to null safety
  • Add framework for custom icon color
  • Add themes: dark, pitch black & light

v2.1.0-beta.2

18 Jul 15:09
Compare
Choose a tag to compare
v2.1.0-beta.2 Pre-release
Pre-release
  • Remember theme preference

Version 2 stable

23 May 15:10
Compare
Choose a tag to compare

Changes from beta:

  • Added a warning on Windows that auto-refresh may cause issues with RAM consumption.
  • Fixed a possible error on Windows getting process status