simplenote-electron

Simplenote for Web, Windows, and Linux

GPL-2.0 License

Stars
4.8K

Bot releases are visible (Hide)

simplenote-electron - v1.3.3

Published by adlk almost 6 years ago

Fixes

simplenote-electron - v1.3.2

Published by adlk almost 6 years ago

Enhancements

  • Add support for sorting the tags list #1042

Fixes

  • Add :focus outline to dropzone #989
  • Fix tag entry in Chinese, Japanese, and Korean #999
  • Make tag entry and removal smoother #1000
  • Fix padding for trash toolbar in Mac Electron #1005
  • Fix password change handling #1022
  • Simplify printing #1013
  • Fix incorrect menu labels in note sorting options #1023 @tonytettinger
  • Never launch in fullscreen mode #1002
  • Fix button styles in the tag drawer #1031
  • Fix app description #1030
  • Fix errors in app menus #1004
  • Delete AppData on uninstall (Windows) #1029
  • Fix app icon in Windows Store build #1065
simplenote-electron - v1.3.0

Published by adlk almost 6 years ago

New features

Enhancements

  • Revamp auto updater #869
  • Disable checkboxes and hide bullets in Markdown preview of task lists #897 @rakhi2104
  • Add preview styling for <kbd> tags #901 @rakhi2104
  • Add markdown property to the JSON file of exported notes #938
  • Improve keyboard support for modal dialogs #950
  • Show focus outlines on buttons and other controls when navigating with a keyboard #962
  • Strip Markdown in note list excerpts (with the exception of ordered and unordered lists) #996 @ksdme

Fixes

  • Fix a crash bug that occurred when clicking the Share button immediately after selecting a tag in the tag drawer #884
  • Remove outdated help text in the Share dialog #919 @rakhi2104
  • Fix “bad quality package” error on Ubuntu #933
  • Fix the Sidebar toggle button not working immediately after launch #945
  • Make the Revisions selector full-width when in Focus Mode #960 @clayreimann
  • Fix issues with some buttons that were not friendly to screen readers #961
  • Add a Back button for trashed notes in single-column view #984 @vadimnicolai
  • Fix line spacing when printing a Markdown note #992 @vadimnicolai
  • Fix margin on Publish icons in the note list #997 @vadimnicolai
  • Various security and under-the-hood improvements.
simplenote-electron - v1.3.0-beta.1

Published by adlk almost 6 years ago

simplenote-electron - v1.3.0-beta

Published by adlk almost 6 years ago

simplenote-electron - v1.2.1

Published by adlk about 6 years ago

This is a rebuild of the faulty packages released as v1.2.0. (Please refer to v1.2.0 for the changes)

simplenote-electron - v1.2.0

Published by adlk about 6 years ago

Update: There was a problem somewhere in the automated build system, and these packages will not work on Windows or Ubuntu. Please use the rebuilt packages from v1.2.1

New features

  • Focus Mode to hide the note list pane. This can be toggled from the sidebar button, View menu, or shortcut ⌘⇧F.
  • Line Length setting to wrap the note content to Full or Narrow widths.
  • Spell checker (can be toggled on/off).

Enhancements

  • New user setting to opt out of analytics sharing.
  • When exporting notes (File menu ▸ Export Notes), the Date Modified of each note file in the zip will reflect the last modified date of the note (props to @ianmorti).
  • “Font Size” is renamed “Zoom” to match standard convention, and is now more discoverable at the root level of the View menu (props to @gie3d).
  • The modification date will now be updated when adding or removing note tags (props to @hanhmchau).
  • [Web] The tag drawer will close after opening the Settings dialog.

Fixes

  • [Mac] “Bring All to Front” is now in the correct menu.
  • Various security fixes.
simplenote-electron - v1.1.7

Published by roundhill about 6 years ago

Bug and security fixes.

simplenote-electron - v1.1.6

Published by roundhill over 6 years ago

Bug and security fixes.

simplenote-electron - v1.1.5

Published by roundhill over 6 years ago

Fixes a blank screen issue that could occur at smaller resolutions.

simplenote-electron - v1.1.4

Published by roundhill over 6 years ago

  • You can now sign in with a WordPress.com account.
  • Bug and security fixes.
simplenote-electron - v1.1.3

Published by roundhill over 6 years ago

  • To save on editor space, the markdown Edit/Preview toggle has been moved to the toolbar. Look for the 👁
  • Safety first! The app checks for any unsynced notes before logging out and warns if it finds any.
  • Security fixes.
simplenote-electron - v1.1.2

Published by roundhill almost 7 years ago

  • Fixes an issue where new accounts could not sign in to the web app.
  • Security fixes.
simplenote-electron - 1.1.1

Published by roundhill almost 7 years ago

  • Improved support for Markdown tables.
  • Fixes issue where tags could become duplicated.
simplenote-electron - 1.1.0

Published by roundhill almost 7 years ago

  • UI improvements.
  • Search for multiple tags in the search bar (type tag:nameoftag).
  • Performance and reliability fixes.
simplenote-electron - 1.1.0 RC3

Published by roundhill almost 7 years ago

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

simplenote-electron - v1.0.8

Published by roundhill over 7 years ago

  • Search improvements: Match highlighting and clear search button added.
  • You can now export your notes from the file menu.
  • Performance and reliability improvements.
simplenote-electron - v1.0.7

Published by roundhill almost 8 years ago

• 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.

simplenote-electron - v1.0.6

Published by roundhill almost 8 years ago

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

simplenote-electron - v1.0.5

Published by rodrigoi about 8 years ago

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).