Skip to content

Releases: Automattic/simplenote-electron

v1.1.2

09 Jan 19:25
fe0cef8
Compare
Choose a tag to compare
  • Fixes an issue where new accounts could not sign in to the web app.
  • Security fixes.

1.1.1

11 Dec 21:01
2d52f1b
Compare
Choose a tag to compare
  • Improved support for Markdown tables.
  • Fixes issue where tags could become duplicated.

1.1.0

20 Nov 21:26
d96677d
Compare
Choose a tag to compare
  • UI improvements.
  • Search for multiple tags in the search bar (type tag:nameoftag).
  • Performance and reliability fixes.

1.1.0 RC3

16 Nov 21:07
4de4a14
Compare
Choose a tag to compare
1.1.0 RC3 Pre-release
Pre-release

Even more bug fixes from RC2, and now includes 'no notes' placeholder.

v1.0.8

31 Jan 19:02
Compare
Choose a tag to compare
  • Search improvements: Match highlighting and clear search button added.
  • You can now export your notes from the file menu.
  • Performance and reliability improvements.

v1.0.7

02 Dec 22:51
Compare
Choose a tag to compare

• Sync reliability fixes. Note: If the app is still out of sync after updating, try signing out and back in again.
• New notes now always open in edit mode.
• Syntax highlighting added in the Markdown preview.

v1.0.6

02 Nov 19:29
Compare
Choose a tag to compare

Fixes Page Up/Down keys from showing the info panel erroneously.

v1.0.5

19 Oct 22:24
Compare
Choose a tag to compare

Bug fixes, including:

  • Fixes search bug and refactors filterNotes() (@dmsnell).
  • Replace value link in tag list for controlled state changes (@dmsnell).
  • Fix access to wrong variable name (@nfcampos).

v1.0.4

11 Oct 19:27
Compare
Choose a tag to compare
v1.0.4 Pre-release
Pre-release
  • Replaced textarea-based note editor with Draft.js (@nfcampos)
  • Fix revision slider where it was loading the oldest version of a note by default
  • Add menu mnemonics (@bostrt)
  • Remove global Markdown setting
  • Additional minor bug fixes.
    • Fix word counter with non ASCII characters
    • Find note when state.note doesn't exist
    • Replace search RegExp with simple string search (@nfcampos)

v1.0.3

25 Aug 22:56
Compare
Choose a tag to compare
  • Larger title in the note editor.
  • Fix for username not displaying in settings.
  • Additional minor bug fixes.