Releases: Automattic/simplenote-electron
Releases · Automattic/simplenote-electron
2.15.0
Enhancements
- Updated the Note Detail, Tag Field, Tag Input, and Tag Suggestion components to use CSS variables for colors #2955
- Updated the Note toolbar, Menu bar, Note editor, and Search field components to use CSS variables for colors #2943
Fixes
- Fixed the font stack used so the font is consistent everywhere #2946
- Fixed the color used for headings on the login and sign up pages #2947
2.15.0-beta1
Enhancements
- Updated the Note Detail, Tag Field, Tag Input, and Tag Suggestion components to use CSS variables for colors #2955
- Updated the Note toolbar, Menu bar, Note editor, and Search field components to use CSS variables for colors #2943
Fixes
- Fixed the font stack used so the font is consistent everywhere #2946
- Fixed the color used for headings on the login and sign up pages #2947
2.14.0
Enhancements
- Updated the new note icon to the new design #2939
- Updated colors in dark mode to use CSS variables #2936
Fixes
- Updated the logo used when pinning to the Windows start menu #2937
2.14.0-beta1
Enhancements
- Updated the new note icon to the new design #2939
- Updated colors in dark mode to use CSS variables #2936
Fixes
- Updated the logo used when pinning to the Windows start menu #2937
2.13.0
Enhancements
- Upgraded the Electron and Electron Builder dependencies to newer versions #2895
Fixes
- Fixed search scrollbar highlights so it always shows search matches while in the editor #2910
2.13.0-beta2
Enhancements
- Upgraded the Electron and Electron Builder dependencies to newer versions #2895
Fixes
- Fixed search scrollbar highlights so it always shows search matches while in the editor #2910
2.13.0-beta1
Enhancements
- Upgraded the Electron and Electron Builder dependencies to newer versions #2895
Fixes
- Fixed search scrollbar highlights so it always shows search matches while in the editor #2910
2.12.0
Enhancements
- Added a tooltip to the note revision selector to better explain the new restore deleted tags action #2899
- Added a default window title bar to Mac Electron app #2896
- Updated CSS colors to use CSS variables #2874, #2885
Fixes
- Fixed search results bar to only use the plural Results if there is more than one matching keyword #2892
- Fixed spacing issue on the trash tag button when set to sort tags alphabetically #2893
- Fixed a bug where the Mac app wouldn't quit on the first request #2901
2.12.0-beta1
Enhancements
- Added a tooltip to the note revision selector to better explain the new restore deleted tags action #2899
- Added a default window title bar to Mac Electron app #2896
- Updated CSS colors to use CSS variables #2874, #2885
Fixes
- Fixed search results bar to only use the plural Results if there is more than one matching keyword #2892
- Fixed spacing issue on the trash tag button when set to sort tags alphabetically #2893
- Fixed a bug where the Mac app wouldn't quit on the first request #2901
2.11.0
Enhancements
- Updated search so that all notes are searched even if there is a currently selected tag #2878
- Added the option to search with
tag:untagged
to find notes without any tags #2879
- Added tags to the note history screen #2817
- Added system theme for Mac and Windows Electron apps #2882
- Updated the method of setting the theme selection #2873
- Reduced the number of colors used throughout the project #2872
Fixes
- Fixed a couple of bugs where the editor would get focus instead of staying with the search field #2531