Skip to content

Releases: Automattic/simplenote-electron

2.4.0-beta2

18 Dec 05:45
4547262
Compare
Choose a tag to compare
2.4.0-beta2 Pre-release
Pre-release
v2.4.0-beta2

Bump version to 2.4.0 beta 2

2.4.0-beta1

14 Dec 05:29
9bd4e9f
Compare
Choose a tag to compare
2.4.0-beta1 Pre-release
Pre-release

Enhancements

  • Added search context to the note list #2424
  • Use the Tab key to indent nested list items from anywhere within the line #2515, #2518

Fixes

  • Fixed a crash when entering a multi-word search term in Expanded display mode #2516
  • Show error message when trying to import invalid JSON #2446
  • Fixed buggy cursor when hitting enter on an empty list item #2519
  • Made sidebar icons the correct shade of blue #2513

Other Changes

  • Only linkify HTTP and simplenote protocols in note preview #2505
  • Tab panels: Add some TypeScript declarations (props to @ubaidisaev) #2489

2.3.0

14 Dec 05:29
0b651bd
Compare
Choose a tag to compare

Fixes

  • Fixed a bug causing the app to be missing from Windows 10 notification settings #2483

2.3.0-beta1

30 Nov 16:01
Compare
Choose a tag to compare
2.3.0-beta1 Pre-release
Pre-release
v2.3.0-beta1

Bump version to 2.3.0-beta1

2.2.0

30 Nov 14:39
Compare
Choose a tag to compare

Enhancements

  • Updated the tag panel UI #2302

Fixes

  • Fixed an issue where deleting a tag did not immediately update the note #2455
  • Fixed Ctrl+Alt+Up/Down arrow selection shortcuts on Win/Linux #2428
  • Fixed a bug that prevented Follow Link / cmd+click from working on external links within the note editor #2470
  • Fixed inconsistent datetime formatting in the note info panel #2473
  • Fixed keyboard shortcuts sometimes not working on Win/Linux #2490

Other Changes

  • Added ARM architectures to the Linux build #2456

2.2.0-beta1

15 Nov 23:38
2eca922
Compare
Choose a tag to compare
2.2.0-beta1 Pre-release
Pre-release
v2.2.0-beta1

Bump version to 2.2.0-beta1

2.1.0

15 Nov 22:23
7447eef
Compare
Choose a tag to compare

Enhancements

  • Added internal link references to the note info panel #2412
  • Display the canonical lexical version ensuring one capitalization or lexical version of a tag is displayed #2435
  • Suggest creating a new note when none exists or notes match search query #2422
  • Added autocompletion / inline search for internal note links #2286

Fixes

  • Fixed a bug where Ctrl+G would not go to the next search result #2402
  • Fixed a bug preventing zoom shortcuts from being triggered by keys on the numeric keypad #2404
  • Fixed a bug causing zoom in / zoom out to only apply to the editor contents #2406
  • Fixed bug in note info panel where links did not copy in Firefox #2414
  • Prevent the scrollbar slider from becoming tiny when there are many notes in the note list #2418
  • Fixed checkboxes so that they can be checked in markdown mode #2415
  • Restored ability to toggle multiple checkboxes at once #2419
  • Made margin in editor clickable to focus editor #2433
  • Allow window to be closed when the user is logged out #2439
  • Clear search and close revision panel when creating a new note #2434
  • Fixed the Windows updater #2440

Other changes

  • Updated the Simperium API token #2387

2.1.0-beta2

04 Nov 05:51
dcdedb6
Compare
Choose a tag to compare
2.1.0-beta2 Pre-release
Pre-release
Update version in package-lock.json to match package.json

Done this via `npm install`

2.1.0-beta1

02 Nov 01:42
2e651e9
Compare
Choose a tag to compare
2.1.0-beta1 Pre-release
Pre-release
v2.1.0-beta1

Bump version to 2.1.0-beta1

2.0.0

20 Oct 00:57
48eda8f
Compare
Choose a tag to compare

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