Skip to content

Latest commit

 

History

History
137 lines (90 loc) · 9.83 KB

CHANGELOG.md

File metadata and controls

137 lines (90 loc) · 9.83 KB

Changelog

v1.2.0 (2022-02-24)

Full Changelog

** Merged pull requests:**

v1.1.0 (2020-11-18)

Full Changelog

Merged pull requests:

v1.0.5 (2020-10-19)

Full Changelog

Merged pull requests:

  • start menu ID with positive, and change the type to uint32 #173 (joesis)
  • Allows disabling items in submenu on macOS #172 (joesis)
  • Does not use the template icon for regular icons #171 (sithembiso)

v1.0.4 (2020-07-21)

Full Changelog

Merged pull requests:

  • protect shared data structures with proper mutexes #162 (joesis)

1.0.3 (2020-06-11)

Full Changelog

v1.0.3 (2020-06-11)

Full Changelog

Merged pull requests:

  • have a workaround to avoid crash on old macOS versions #153 (joesis)
  • Fix bug on darwin of setting icon for menu #147 (mangalaman93)

v1.0.2 (2020-05-19)

Full Changelog

Merged pull requests:

v1.0.1 (2020-05-18)

Full Changelog

1.0.1 (2020-05-18)

Full Changelog

Merged pull requests:

  • Unlock menuItemsLock before changing UI #144 (joesis)

1.0.0 (2020-05-18)

Full Changelog

v1.0.0 (2020-05-18)

Full Changelog

Merged pull requests:

0.9.0 (2020-03-24)

Full Changelog

v0.9.0 (2020-03-24)

Full Changelog

Merged pull requests:

  • Backport all features and fixes from master #140 (joesis)
  • Nested menu windows #132 (joesis)
  • Support for nested sub-menus on OS X #131 (oxtoacart)
  • Use temp directory for walk resource manager #129 (max-b)
  • Added support for template icons on macOS #119 (oxtoacart)
  • When launching app window on macOS, make application a foreground app… #118 (oxtoacart)
  • Include stdlib.h in systray_browser_linux to explicitly declare funct… #114 (oxtoacart)
  • Fix panic when resources root path is not the working directory #112 (ksubileau)
  • Don't print close reason to console #111 (ksubileau)
  • Systray icon could not be changed dynamically #110 (ksubileau)
  • Preventing deadlock on menu item ClickeCh when no one is listening, c… #105 (oxtoacart)
  • Reverted deadlock fix (Affected other receivers) #104 (ldstein)
  • Fix Deadlock and item ordering in Windows #103 (ldstein)
  • Minor README improvements (go modules, example app, screenshot) #98 (tstromberg)
  • Add support for app window #97 (oxtoacart)
  • systray_darwin.m: Compare Mac OS min version with value instead of macro #94 (teddywing)
  • Attempt to fix #75 #92 (mikeschinkel)
  • Fix application path for MacOS in README #91 (zereraz)
  • Document cross-platform console window details #81 (michaelsanford)
  • Fix bad-looking system tray icon in Windows #78 (juja256)
  • Add the separator to the visible items #76 (meskio)
  • keep track of hidden items #74 (kalikaneko)
  • Support macOS older than 10.13 #73 (swznd)
  • define ERROR_SUCCESS as syscall.Errno #69 (joesis)
  • Bug/fix broken menuitem show #68 (kalikaneko)
  • Fix mac deprecations #66 (jefvel)
  • Made it possible to add icons to menu items on Mac #65 (jefvel)
  • linux: delete temp files as soon as they are not needed #63 (meskio)
  • Merge changes from amkulikov to remove DLL for windows #56 (oxtoacart)
  • Revert "Use templated icons for the menu bar in macOS" #51 (stoggi)
  • Use templated icons for the menu bar in macOS #46 (stoggi)
  • Syscalls instead of custom DLLs #44 (amkulikov)
  • On quit exit main loop on linux #41 (meskio)
  • Fixed hide show in linux (#37) #39 (meskio)
  • fix: linux compilation warning #36 (novln)
  • Added separator functionality #32 (oxtoacart)

* This Changelog was automatically generated by github_changelog_generator