Skip to content

Releases: Automattic/simplenote-electron

1.18.0

16 Jun 01:00
d710b3a
Compare
Choose a tag to compare

Enhancements

  • Updated Blue to Simplenote Blue #2043
  • Simplify login form validation #2095

Other Changes

  • Added types to react-tabs module #2096
  • Added UNSAFE to deprecated React methods #2123
  • Updated Publisher display name for Windows Store #2131

1.18.0-beta2

11 Jun 19:43
Compare
Choose a tag to compare
1.18.0-beta2 Pre-release
Pre-release
v1.18.0-beta2

Add back coded needed to make trash list height cache clear

1.18.0-beta1

03 Jun 05:49
8b76407
Compare
Choose a tag to compare
1.18.0-beta1 Pre-release
Pre-release
v1.18.0-beta1

Bump version to 1.18.0-beta1

1.17.0

02 Jun 12:08
d28e082
Compare
Choose a tag to compare

Enhancements

  • Added option to disable keyboard shortcuts #2075
  • Added a password validation utility #2086 and stricter password requirements on signup #2087 and login #2088

Fixes

  • Many keyboard shortcut fixes:
    • Delete note shortcut removed #2076
    • Search shortcut changed to CTRL+Shift+S so that it does not conflict with the native browser find #2078
    • Toggle focus on tag field changed from CTRL/Cmd+T to CTRL/Cmd+Shift+Y #2081
    • Create a new note changed from CTRL/Cmd+Shift+N to CTRL/Cmd+Shift+I #2080
    • Open the tag list changed from CTRL/Cmd+Shift+T to CTRL/Cmd+Shift+U #2079
    • Added focus mode shortcut hint to View menu #2082
  • Fixed a bug causing occasional missing characters in note titles #2063
  • Defer re-decorating note when changing search #2073

Other Changes

  • Refactor: Extract authentication and login screen from main app #2066
  • Build updates: Simplenote now supports armv7l (aka armhf on Debian) and arm64 platforms #2042; Added 32-bit version for Windows Store #2067
  • Refactor settings reducer #2083 and tag chip #2068
  • Added types to the Checkbox component #2023

1.17.0-beta3

27 May 13:49
4058396
Compare
Choose a tag to compare
1.17.0-beta3 Pre-release
Pre-release
Merge pull request #2116 from Automattic/update/version

Bump version to 1.17.0-beta3

1.17.0-beta2

22 May 02:10
6586197
Compare
Choose a tag to compare
1.17.0-beta2 Pre-release
Pre-release
Merge pull request #2113 from Automattic/update/version-1.17-beta2

Bump version to 1.17.0-beta2

1.17.0-beta1

18 May 06:09
6b7e72e
Compare
Choose a tag to compare
1.17.0-beta1 Pre-release
Pre-release
v1.17.0-beta1

Bump version to 1.17.0-beta1

1.16.0

06 May 02:22
2477939
Compare
Choose a tag to compare

Enhancements

Fixes

  • Highlight all search matches in Markdown previews and in note list #1987
  • Fix for blurry fonts on LCD screens #2003

Other Changes

  • Renamed RELEASE-NOTES to fix integrations broken by #1576 #2018
  • Extensive refactoring to move more code into Redux state:
    #1920 (tag selection),
    #1928 (system tag),
    #1971 (select trash and show all notes),
    #1981 (dialog renderer),
    #1989 (previous index),
    #1991 (tagsLoaded),
    #1995 (compositeNoteList),
    #1996 (tag suggestions),
    #1999 (load tags),
    #2004 (isElectron and isMac utils),
  • Replace custom height cache with one provided by react-virtualized #1829
  • Dependencies updated #1951, #1993

1.16.0-beta2

05 May 18:51
fc4814d
Compare
Choose a tag to compare
1.16.0-beta2 Pre-release
Pre-release
v1.16.0-beta2

Update version to 1.16.0-beta2 (#2050)

1.16.0-beta1

20 Apr 07:57
9c2741a
Compare
Choose a tag to compare
1.16.0-beta1 Pre-release
Pre-release
v1.16.0-beta1

Fix: Blurry fonts on some LCD screens (#2003)