Skip to content

Commit

Permalink
Merge release/1.12 into develop
Browse files Browse the repository at this point in the history
Release: 1.12.0
  • Loading branch information
dmsnell authored Dec 4, 2019
2 parents a20eebc + d26df01 commit f881a05
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,19 @@

- Updated menu icon to use the new icon set [#1694](https://github.com/Automattic/simplenote-electron/pull/1694)
- Added script to deploy web app [#1723](https://github.com/Automattic/simplenote-electron/pull/1723)
- Prioritize search results where title matches query [#1705](https://github.com/Automattic/simplenote-electron/pull/1705)

### Fixes

- Fixed markdown code styles [#1702](https://github.com/Automattic/simplenote-electron/pull/1702)
- Only allow app to load in one instance per browser [#1700](https://github.com/Automattic/simplenote-electron/pull/1700)
- Stop crashing app in a few cases where it shouldn't [#1721](https://github.com/Automattic/simplenote-electron/pull/1721)
- Prevent infinite duplication of changes caused by relying on shared note bucket [#1724](https://github.com/Automattic/simplenote-electron/pull/1724)
- Prevent note corruption in certain cases involving Asian characters, Emoji, and "surrogate pairs" [#1714](https://github.com/Automattic/simplenote-electron/pull/1714)

### Other Changes

- Updated dependencies [#1693](https://github.com/Automattic/simplenote-electron/pull/1693)
- Stop app boot when missing platform support and indicate what is missing [#1713](https://github.com/Automattic/simplenote-electron/pull/1713)

## [v1.11.0]

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"email": "[email protected]"
},
"productName": "Simplenote",
"version": "1.11.0",
"version": "1.12.0",
"main": "desktop/index.js",
"license": "GPL-2.0",
"homepage": "https://simplenote.com",
Expand Down

0 comments on commit f881a05

Please sign in to comment.