simplenote-electron

Simplenote for Web, Windows, and Linux

GPL-2.0 License

Stars
4.8K

Bot releases are hidden (Show)

simplenote-electron - 2.0.0

Published by belcherj about 4 years ago

Enhancements

  • Rewrite data flow in the app to remove races and sync bugs. This is a major update that involved a rewrite from the ground up of some key parts of the app, as well as replacing the editor component and adding support for internal links. #2148
  • Add support for importing .md files #2351
  • Linkify internal links in the editor #2376

Fixes

  • Allow RTL formatting in Markdown mode #2339
  • Hide the search results banner when printing #2348
  • Display first note in Trash when opening Trash #2349
  • Fix a few bugs with undo/redo/selection #2293, #2345, #2357
  • Open note list when triggering search in narrow mode #2340
  • Fixed tag autocomplete not working with right arrow #2350
  • Hide scrollbars when printing on Legacy Edge #2347
  • Re-layout editor after focus mode change #2371
  • Allow Electron to handle keyboard shortcuts from the menu #2370
  • Make tags in list links until they are being edited #2352
  • Prompt when closing Electron if there are unsynchronized notes #2277
  • Terminology: Change "inter-note link" to "internal link" #2360

Other changes

  • Security: Disabled Electron remote module #2256
  • Add Stylelint for sass linting #2346
simplenote-electron - 2.0.0-beta1

Published by belcherj about 4 years ago

simplenote-electron - 1.21.1

Published by belcherj about 4 years ago

Updated WordPress.com login flow to work on all platforms #2285

simplenote-electron - 1.21.0

Published by belcherj about 4 years ago

Enhancements

  • Added logging and ability to download logs #2194
  • Added support for table alignment and strikethrough in Markdown #2229

Fixes

  • Fixed Evernote import #2201
  • Fixed unsynced note dialog on logout #2230
  • Fixed a bug preventing login if capital letters were used in email address #2226
  • Show pointer cursor on checkboxes #2189
  • Disable menu items if user isn't logged in #2228, #2232
  • Restore ability to view About dialog while logged out #2231
  • Restore missing keyboard shortcut hint for Insert Checklist #2233
simplenote-electron - 1.21.0-beta1

Published by belcherj about 4 years ago

simplenote-electron - 1.20.0

Published by belcherj over 4 years ago

Enhancements

  • Updated all icons to use the new Simplenote Blue #2158
  • Added Privacy Notice for California Users #2177

Fixes

  • Prevent relative links in preview from opening a broken link in a new window #2167

Other Changes

  • Updated Electron and associated dependencies to the latest #2102, #2168
  • Deleted deprecated "master" branch and updated configuration #2159
simplenote-electron - 1.20.0-beta3

Published by belcherj over 4 years ago

simplenote-electron - 1.20.0-beta2

Published by belcherj over 4 years ago

simplenote-electron - 1.20.0-beta1

Published by belcherj over 4 years ago

simplenote-electron - 1.19.0

Published by belcherj over 4 years ago

Fixes

  • Fixed an issue causing note selection to unexpectedly change #2111

Other Changes

  • Change "whitelist" to "allowlist" #2146
  • Added draft-js types #2121
  • Moved clipboard types to dev dependencies #2122
simplenote-electron - 1.19.0-beta1

Published by belcherj over 4 years ago

simplenote-electron - 1.18.0

Published by belcherj over 4 years ago

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
simplenote-electron - 1.18.0-beta2

Published by belcherj over 4 years ago

simplenote-electron - 1.18.0-beta1

Published by belcherj over 4 years ago

simplenote-electron - 1.17.0

Published by belcherj over 4 years ago

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
simplenote-electron - 1.17.0-beta3

Published by belcherj over 4 years ago

simplenote-electron - 1.17.0-beta2

Published by belcherj over 4 years ago

simplenote-electron - 1.17.0-beta1

Published by belcherj over 4 years ago

simplenote-electron - 1.16.0

Published by belcherj over 4 years ago

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
simplenote-electron - 1.16.0-beta2

Published by belcherj over 4 years ago