diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 41ccb39ee..8307ec146 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -8,7 +8,7 @@ - Added a confirmation dialog before deleting a tag [#2653](https://github.com/Automattic/simplenote-electron/pull/2653) - Updated the navigation bar styles [#2649](https://github.com/Automattic/simplenote-electron/pull/2649) - Updated navigation bar color [#2645](https://github.com/Automattic/simplenote-electron/pull/2645) -- Updated tag input styling [#2608](https://github.com/Automattic/simplenote-electron/pull/2608) +- Updated tag input styling [#2608](https://github.com/Automattic/simplenote-electron/pull/2608), [#2748](https://github.com/Automattic/simplenote-electron/pull/2748) - Updated styling of dialogs throughout the app [#2718](https://github.com/Automattic/simplenote-electron/pull/2718) - Updated the Windows installation process to be able to choose to install for all users on the computer or just the current user [#2678](https://github.com/Automattic/simplenote-electron/pull/2678) - Auto-remove line terminators like line separators (LS) or paragraph separator (PS) [#2713](https://github.com/Automattic/simplenote-electron/pull/2713) @@ -19,7 +19,7 @@ - Fixed overflowing dialog content when a long email address is used during signup [#2712](https://github.com/Automattic/simplenote-electron/pull/2712) - Fix cut-off dialog close button in Safari [#2711](https://github.com/Automattic/simplenote-electron/pull/2711) - Fixed a bug in note export to avoid duplicate filenames when certain characters were used in the note title [#2694](https://github.com/Automattic/simplenote-electron/pull/2694) -- Updated the view when no notes show in a specific list; fixed the view when adding a new note from the Trash [#2618](https://github.com/Automattic/simplenote-electron/pull/2618) +- Updated the view when no notes show in a specific list; fixed the view when adding a new note from the Trash [#2618](https://github.com/Automattic/simplenote-electron/pull/2618), [#2746](https://github.com/Automattic/simplenote-electron/pull/2746) - Enable keyboard shortcut for search even when keyboard shortcut preference is set to be disabled [#2652](https://github.com/Automattic/simplenote-electron/pull/2652) - Fixed a bug that caused Ctrl+G and some other shortcuts to fail on Windows/Linux [#2705](https://github.com/Automattic/simplenote-electron/pull/2705) - Refresh the note list after restoring a revision [#2667](https://github.com/Automattic/simplenote-electron/pull/2667) diff --git a/package-lock.json b/package-lock.json index ed00b6ff3..5f8fe8cf8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "simplenote", - "version": "2.8.0-beta2", + "version": "2.8.0-beta3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 510ddf8b4..088c646d1 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "email": "support@simplenote.com" }, "productName": "Simplenote", - "version": "2.8.0-beta2", + "version": "2.8.0-beta3", "main": "desktop/index.js", "license": "GPL-2.0", "homepage": "https://simplenote.com",