Skip to content

Commit 5bf354c

Browse files
authored
Merge finalized release 2.12.0 (#2919)
Merge final release 2.12.0 back into develop
1 parent 14ef91a commit 5bf354c

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

RELEASE-NOTES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [v2.12.0]
4+
5+
### Enhancements
6+
7+
- Added a tooltip to the note revision selector to better explain the new restore deleted tags action [#2899](https://github.com/automattic/simplenote-electron/pull/2899)
8+
- Added a default window title bar to Mac Electron app [#2896](https://github.com/automattic/simplenote-electron/pull/2896)
9+
- Updated CSS colors to use CSS variables [#2874](https://github.com/automattic/simplenote-electron/pull/2874), [#2885](https://github.com/automattic/simplenote-electron/pull/2885)
10+
11+
### Fixes
12+
13+
- Fixed search results bar to only use the plural Results if there is more than one matching keyword [#2892](https://github.com/automattic/simplenote-electron/pull/2892)
14+
- Fixed spacing issue on the trash tag button when set to sort tags alphabetically [#2893](https://github.com/automattic/simplenote-electron/pull/2893)
15+
- Fixed a bug where the Mac app wouldn't quit on the first request [#2901](https://github.com/automattic/simplenote-electron/pull/2901)
16+
317
## [v2.11.0]
418

519
### Enhancements

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"email": "[email protected]"
77
},
88
"productName": "Simplenote",
9-
"version": "2.12.0-beta1",
9+
"version": "2.12.0",
1010
"main": "desktop/index.js",
1111
"license": "GPL-2.0",
1212
"homepage": "https://simplenote.com",

0 commit comments

Comments
 (0)