Skip to content

Commit 2c0986d

Browse files
committed
Updated changelog for v1.1.0
1 parent 2ae75a1 commit 2c0986d

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

CHANGELOG.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

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+
313
## [v1.0.5](https://github.com/getlantern/systray/tree/v1.0.5) (2020-10-19)
414

515
[Full Changelog](https://github.com/getlantern/systray/compare/v1.0.4...v1.0.5)
@@ -33,19 +43,19 @@
3343

3444
## [v1.0.2](https://github.com/getlantern/systray/tree/v1.0.2) (2020-05-19)
3545

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)
3747

3848
**Merged pull requests:**
3949

4050
- remove unused dependencies [\#145](https://github.com/getlantern/systray/pull/145) ([joesis](https://github.com/joesis))
4151

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)
4353

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)
4555

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)
4757

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)
4959

5060
**Merged pull requests:**
5161

@@ -61,7 +71,6 @@
6171

6272
**Merged pull requests:**
6373

64-
- Backport all features and fixes from master [\#140](https://github.com/getlantern/systray/pull/140) ([joesis](https://github.com/joesis))
6574
- Check if the menu item is nil [\#137](https://github.com/getlantern/systray/pull/137) ([myleshorton](https://github.com/myleshorton))
6675

6776
## [0.9.0](https://github.com/getlantern/systray/tree/0.9.0) (2020-03-24)
@@ -74,6 +83,7 @@
7483

7584
**Merged pull requests:**
7685

86+
- Backport all features and fixes from master [\#140](https://github.com/getlantern/systray/pull/140) ([joesis](https://github.com/joesis))
7787
- Nested menu windows [\#132](https://github.com/getlantern/systray/pull/132) ([joesis](https://github.com/joesis))
7888
- Support for nested sub-menus on OS X [\#131](https://github.com/getlantern/systray/pull/131) ([oxtoacart](https://github.com/oxtoacart))
7989
- Use temp directory for walk resource manager [\#129](https://github.com/getlantern/systray/pull/129) ([max-b](https://github.com/max-b))
@@ -109,9 +119,6 @@
109119
- Fixed hide show in linux \(\#37\) [\#39](https://github.com/getlantern/systray/pull/39) ([meskio](https://github.com/meskio))
110120
- fix: linux compilation warning [\#36](https://github.com/getlantern/systray/pull/36) ([novln](https://github.com/novln))
111121
- 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))
115122

116123

117124

0 commit comments

Comments
 (0)