Skip to content

Releases: Automattic/simplenote-electron

2.8.0-beta1

19 Apr 04:16
87c5410
Compare
Choose a tag to compare
2.8.0-beta1 Pre-release
Pre-release

Enhancements

  • Added a sort order bar to the note list
  • Added a checklist icon to the note toolbar
  • Updated tag renaming to be more consistent in the app and across platforms
  • Moved the note revision slider to the bottom of the note
  • Added the new note icon to the toolbar when in focus mode
  • Updated the icon set
  • Updated tag editing styles
  • Adjusted note list width and font weights
  • Updated pinner styles in the note list

Fixes

  • Tag input now inserts tags when a space is used or when clicking outside of the input area
  • Updated Monaco editor to 0.22.0 to fix duplicate character inputs on Firefox
  • Updated keyboard shortcut keys to display correctly based on platform
  • Fixed a bug causing duplicate and unwanted items to appear in the context menu

2.7.1-beta2

11 Mar 17:17
8fa74af
Compare
Choose a tag to compare
2.7.1-beta2 Pre-release
Pre-release

Enhancements

  • Added a sort order bar to the note list
  • Added a checklist icon to the note toolbar
  • Updated tag renaming to be more consistent in the app and across platforms
  • Moved the note revision slider to the bottom of the note
  • Added the new note icon to the toolbar when in focus mode
  • Updated the icon set
  • Updated tag editing styles
  • Adjusted note list width and font weights
  • Updated pinner styles in the note list

Fixes

  • Tag input now inserts tags when a space is used or when clicking outside of the input area
  • Updated Monaco editor to 0.22.0 to fix duplicate character inputs on Firefox
  • Updated keyboard shortcut keys to display correctly based on platform
  • Fixed a bug causing duplicate and unwanted items to appear in the context menu

2.7.1-beta1

10 Mar 04:33
dea5307
Compare
Choose a tag to compare
2.7.1-beta1 Pre-release
Pre-release

Enhancements

  • Updated new account signup flow

2.7.0

25 Feb 03:41
97436e0
Compare
Choose a tag to compare

Enhancements

  • Added a sort order bar to the note list #2542
  • Added a checklist icon to the note toolbar #2603
  • Updated tag renaming to be more consistent in the app and across platforms #2602
  • Moved the note revision slider to the bottom of the note #2586, #2662
  • Added the new note icon to the toolbar when in focus mode #2596, #2671
  • Updated the icon set #2623
  • Updated tag editing styles #2584
  • Adjusted note list width and font weights #2631
  • Updated pinner styles in the note list #2624

Fixes

  • Tag input now inserts tags when a space is used or when clicking outside of the input area #2607
  • Updated Monaco editor to 0.22.0 to fix duplicate character inputs on Firefox #2611
  • Updated keyboard shortcut keys to display correctly based on platform #2601
  • Fixed a bug causing duplicate and unwanted items to appear in the context menu #2669

2.7.0-beta1

08 Feb 10:38
b2bdef9
Compare
Choose a tag to compare
2.7.0-beta1 Pre-release
Pre-release

Enhancements

  • Added a sort order bar to the note list #2542
  • Added a checklist icon to the note toolbar #2603
  • Updated tag renaming to be more consistent in the app and across platforms #2602
  • Moved the note revision slider to the bottom of the note #2586
  • Added the new note icon to the toolbar when in focus mode #2596
  • Updated the icon set #2623
  • Updated tag editing styles #2584
  • Adjusted note list width and font weights #2631
  • Updated pinner styles in the note list #2624

Fixes

  • Tag input now inserts tags when a space is used or when clicking outside of the input area #2607
  • Updated Monaco editor to 0.22.0 to fix duplicate character inputs on Firefox #2611
  • Updated keyboard shortcut keys to display correctly based on platform #2601

2.6.0

08 Feb 03:40
181a13a
Compare
Choose a tag to compare

Enhancements

  • Added email verification UI #2587
  • Moved search field into notes list and updated styles #2580, #2595
  • Added creation date to the note info panel #2585
  • Clarified the wording of the unsynchronized notes warning #2594

Fixes

  • Added a missing aria-label to the revision slider (props to @tbourrely) #2583
  • Fixed loading of the analytics preference so it will send events if user has opted in #2605

Other Changes

  • Allow installation without administrator privileges on Windows #2581
  • Upgraded some dependencies #2575 but partially-reverted this PR due to some text edit actions not working #2604
  • Updated the external Settings URL #2591

2.6.0-beta2

29 Jan 00:21
c5be3a6
Compare
Choose a tag to compare
2.6.0-beta2 Pre-release
Pre-release

Enhancements

  • Added email verification UI #2587
  • Moved search field into notes list and updated styles #2580, #2595
  • Added creation date to the note info panel #2585
  • Clarified the wording of the unsynchronized notes warning #2594

Fixes

  • Added a missing aria-label to the revision slider (props to @tbourrely) #2583

Other Changes

  • Allow installation without administrator privileges on Windows #2581
  • Upgraded some dependencies #2575 but partially-reverted this PR due to some text edit actions not working #2604
  • Updated the external Settings URL #2591

2.6.0-beta1

27 Jan 01:57
11fd433
Compare
Choose a tag to compare
2.6.0-beta1 Pre-release
Pre-release

Enhancements

  • Added email verification UI #2587
  • Moved search field into notes list and updated styles #2580, #2595
  • Added creation date to the note info panel #2585
  • Clarified the wording of the unsynchronized notes warning #2594

Fixes

  • Added a missing aria-label to the revision slider (props to @tbourrely) #2583

Other Changes

  • Allow installation without administrator privileges on Windows #2581
  • Upgraded Monaco dependencies #2575
  • Updated the external Settings URL #2591

2.5.0

25 Jan 00:03
de9b572
Compare
Choose a tag to compare

Fixes

  • Fixed a bug that sometimes prevented checklists and bulleted lists from automatically continuing on the next line #2548
  • Fixed layout bugs causing the search results bar to overlap note contents and tag input field #2545
  • Fixed a bug where some search terms could be dropped when searching for quoted strings #2550
  • Fixed navigation list styles on Safari #2552
  • Fixed a bug causing notes to still be filtered after creating a new note from search results #2557
  • Load the correct configuration file in local development #2536
  • Fixed a crash on note search in Safari #2538

Other Changes

  • Updated dependencies #2547
  • Updated arguments to addDynamicKeybinding function #2546
  • Prevent adding undefined as a className when no value provided (props to @ubaidisaev) #2551

2.5.0-beta1

11 Jan 09:47
f38fe44
Compare
Choose a tag to compare
2.5.0-beta1 Pre-release
Pre-release

Fixes

  • Fixed a bug that sometimes prevented checklists and bulleted lists from automatically continuing on the next line #2548
  • Fixed layout bugs causing the search results bar to overlap note contents and tag input field #2545
  • Fixed a bug where some search terms could be dropped when searching for quoted strings #2550
  • Fixed navigation list styles on Safari #2552
  • Fixed a bug causing notes to still be filtered after creating a new note from search results #2557
  • Load the correct configuration file in local development #2536
  • Fixed a crash on note search in Safari #2538

Other Changes

  • Updated dependencies #2547
  • Updated arguments to addDynamicKeybinding function #2546
  • Prevent adding undefined as a className when no value provided (props to @ubaidisaev) #2551