|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [v1.1.0](https://github.com/getlantern/systray/tree/v1.1.0) (2020-11-18) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/getlantern/systray/compare/v1.0.5...v1.1.0) |
| 6 | + |
| 7 | +**Merged pull requests:** |
| 8 | + |
| 9 | +- Add submenu support for Linux [\#183](https://github.com/getlantern/systray/pull/183) ([fbrinker](https://github.com/fbrinker)) |
| 10 | +- Add checkbox support for Linux [\#181](https://github.com/getlantern/systray/pull/181) ([fbrinker](https://github.com/fbrinker)) |
| 11 | +- fix SetTitle documentation [\#179](https://github.com/getlantern/systray/pull/179) ([delthas](https://github.com/delthas)) |
| 12 | + |
3 | 13 | ## [v1.0.5](https://github.com/getlantern/systray/tree/v1.0.5) (2020-10-19)
|
4 | 14 |
|
5 | 15 | [Full Changelog](https://github.com/getlantern/systray/compare/v1.0.4...v1.0.5)
|
|
33 | 43 |
|
34 | 44 | ## [v1.0.2](https://github.com/getlantern/systray/tree/v1.0.2) (2020-05-19)
|
35 | 45 |
|
36 |
| -[Full Changelog](https://github.com/getlantern/systray/compare/1.0.1...v1.0.2) |
| 46 | +[Full Changelog](https://github.com/getlantern/systray/compare/v1.0.1...v1.0.2) |
37 | 47 |
|
38 | 48 | **Merged pull requests:**
|
39 | 49 |
|
40 | 50 | - remove unused dependencies [\#145](https://github.com/getlantern/systray/pull/145) ([joesis](https://github.com/joesis))
|
41 | 51 |
|
42 |
| -## [1.0.1](https://github.com/getlantern/systray/tree/1.0.1) (2020-05-18) |
| 52 | +## [v1.0.1](https://github.com/getlantern/systray/tree/v1.0.1) (2020-05-18) |
43 | 53 |
|
44 |
| -[Full Changelog](https://github.com/getlantern/systray/compare/v1.0.1...1.0.1) |
| 54 | +[Full Changelog](https://github.com/getlantern/systray/compare/1.0.1...v1.0.1) |
45 | 55 |
|
46 |
| -## [v1.0.1](https://github.com/getlantern/systray/tree/v1.0.1) (2020-05-18) |
| 56 | +## [1.0.1](https://github.com/getlantern/systray/tree/1.0.1) (2020-05-18) |
47 | 57 |
|
48 |
| -[Full Changelog](https://github.com/getlantern/systray/compare/1.0.0...v1.0.1) |
| 58 | +[Full Changelog](https://github.com/getlantern/systray/compare/1.0.0...1.0.1) |
49 | 59 |
|
50 | 60 | **Merged pull requests:**
|
51 | 61 |
|
|
61 | 71 |
|
62 | 72 | **Merged pull requests:**
|
63 | 73 |
|
64 |
| -- Backport all features and fixes from master [\#140](https://github.com/getlantern/systray/pull/140) ([joesis](https://github.com/joesis)) |
65 | 74 | - Check if the menu item is nil [\#137](https://github.com/getlantern/systray/pull/137) ([myleshorton](https://github.com/myleshorton))
|
66 | 75 |
|
67 | 76 | ## [0.9.0](https://github.com/getlantern/systray/tree/0.9.0) (2020-03-24)
|
|
74 | 83 |
|
75 | 84 | **Merged pull requests:**
|
76 | 85 |
|
| 86 | +- Backport all features and fixes from master [\#140](https://github.com/getlantern/systray/pull/140) ([joesis](https://github.com/joesis)) |
77 | 87 | - Nested menu windows [\#132](https://github.com/getlantern/systray/pull/132) ([joesis](https://github.com/joesis))
|
78 | 88 | - Support for nested sub-menus on OS X [\#131](https://github.com/getlantern/systray/pull/131) ([oxtoacart](https://github.com/oxtoacart))
|
79 | 89 | - Use temp directory for walk resource manager [\#129](https://github.com/getlantern/systray/pull/129) ([max-b](https://github.com/max-b))
|
|
109 | 119 | - Fixed hide show in linux \(\#37\) [\#39](https://github.com/getlantern/systray/pull/39) ([meskio](https://github.com/meskio))
|
110 | 120 | - fix: linux compilation warning [\#36](https://github.com/getlantern/systray/pull/36) ([novln](https://github.com/novln))
|
111 | 121 | - Added separator functionality [\#32](https://github.com/getlantern/systray/pull/32) ([oxtoacart](https://github.com/oxtoacart))
|
112 |
| -- Add ability to show/hide menu items [\#31](https://github.com/getlantern/systray/pull/31) ([oxtoacart](https://github.com/oxtoacart)) |
113 |
| -- Exit handling improvements [\#29](https://github.com/getlantern/systray/pull/29) ([oxtoacart](https://github.com/oxtoacart)) |
114 |
| -- Made onExit run reliably and process terminate on quit [\#28](https://github.com/getlantern/systray/pull/28) ([oxtoacart](https://github.com/oxtoacart)) |
115 | 122 |
|
116 | 123 |
|
117 | 124 |
|
|
0 commit comments