Skip to content

Releases: Automattic/simplenote-electron

2.15.0

26 Jul 06:47
Compare
Choose a tag to compare

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

12 Jul 15:59
Compare
Choose a tag to compare
2.15.0-beta1 Pre-release
Pre-release

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

12 Jul 15:25
Compare
Choose a tag to compare

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

29 Jun 03:17
Compare
Choose a tag to compare
2.14.0-beta1 Pre-release
Pre-release

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

14 Jun 13:19
Compare
Choose a tag to compare

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

04 Jun 06:42
Compare
Choose a tag to compare
2.13.0-beta2 Pre-release
Pre-release

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

31 May 21:58
Compare
Choose a tag to compare
2.13.0-beta1 Pre-release
Pre-release

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

31 May 19:38
76fb378
Compare
Choose a tag to compare

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

17 May 22:39
c2edcd6
Compare
Choose a tag to compare
2.12.0-beta1 Pre-release
Pre-release

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

17 May 20:24
805f119
Compare
Choose a tag to compare

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