Skip to content

Releases: felixhao28/node-systray

v2.0.4

Choose a tag to compare

@felixhao28 felixhao28 released this 06 Nov 02:39

Please use npm install systray2 to use the latest release

v2.0.3

Choose a tag to compare

@felixhao28 felixhao28 released this 03 Nov 10:44

Bug fixes around hide/show.

v2.0.1

Choose a tag to compare

@felixhao28 felixhao28 released this 03 Nov 08:28
2.0.1

v2.0.0

Choose a tag to compare

@felixhao28 felixhao28 released this 03 Nov 07:48

Core change:

  1. [Breaking] tray_*_release binaries should no longer be placed inside the parent folder ../traybin/tray_*_release, but the current folder ./traybin/tray_*_release instead.
  2. tray_*_release binaries are updated to a more recent version from https://github.com/felixhao28/systray-portable.
  3. Fix the notorious zaaack#1
  4. Add a hidden property to hide/show a menu item, as a workaround to "unable to remove and add items after menu creation".