Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Releases: standardnotes/desktop

3.12.0

04 Mar 18:18
7d5533a
Compare
Choose a tag to compare
  • New: A built-in "Untagged" view to quickly display notes which do not have any tags, so you can make sure all your notes are properly categorized at all times.
    • Note: if you previously had a custom untagged "smart tag", you can safely delete it.
  • New: Moved Listed to its own menu section in the note context menu, and eliminated the editor pane toolbar for a more minimal look and feel.
  • Fixed: Issue with keychain access window being unresponsive on certain Linux distributions.

3.12.0-beta.1

23 Feb 19:37
4ffd257
Compare
Choose a tag to compare
3.12.0-beta.1 Pre-release
Pre-release
  • New: Encrypted spellchecker. In previous versions of the app, the Electron framework saved words you added to the spelling dictionary in a plaintext file. In this release, we've modified Electron's behavior to encrypt the file used for spellcheck.
  • New: Moved Listed to its own menu section in the note context menu, and eliminated the editor pane toolbar for a more minimal look and feel.

3.11.2

23 Feb 17:39
4ffd257
Compare
Choose a tag to compare
  • New: Right-click tags context menu with options to add subtag (for users with Folders enabled), rename, and delete. Also accessible by selecting a tag then clicking the three-dots button.
  • Fixed: Issue with FileSafe not loading correctly.

3.11.1

18 Feb 16:46
4ffd257
Compare
Choose a tag to compare
  • Fixed: Issue where some themes would not apply on lockscreen
  • Fixed: Reintroduces legacy note history in Note history screen
  • Fixed: Issue where FileSafe in Bold Editor was inaccessible

3.11.0

17 Feb 16:13
58f93cf
Compare
Choose a tag to compare
  • New: Full layout note history screen that makes it easier to navigate and preview history entries. Accessible via the note context menu's Note history option.
    • Includes the ability to delete a particular revision from your account.
  • New: Dedicated change editor button in note editor panel header.
  • Improved: Change editor menu now uses a flat list layout instead of an accordion menu for easier and quicker navigation.
  • Improved: Slightly faster on load decryption performance. This release accompanies mobile release 3.11 (pending release), which also includes faster on load decryption performance.
  • Fixed: Issue where third party or self-hosted themes would deactivate upon refresh.

Known Issues:

  • Legacy actions-based note history is temporarily not available in this release, but will be reintroduced in a subsequent hotfix.
  • Plaintext revisions are rendered with a different font size and layout than in the plain editor.

3.10.0

11 Feb 15:38
9453fb7
Compare
Choose a tag to compare
  • NEW: Native nested tags. Now you can nest tags into a folder-like hierarchy, without the need for the now removed Folders extension [requires subscription plan].
  • NEW: Change Editor menu in note context menu, with a a more organized, easier to use layout than the now removed Editor menu.
  • NEW: Ability to create a Listed blog directly from the Preferences > Listed (as opposed to copy/pasting a code from Listed)
  • Fixed: Issue where advanced editors would randomly fail to load.
  • Fixed: Issue where deleting a note permanently would result in an incorrect number being displayed for “All notes”.
  • Improvement: All first party editors now have the ability to toggle spellcheck via the note context menu. Disable spellcheck for long notes to improve editing performance. Third party editors can also gain spellcheck control functionality by specifying a spellcheckControl: true entry in their extension’s json payload. Then read note.content.spellcheck in your editor to determine its spellcheck state.

FileSafe has been deprecated and will no longer be offered to new users. Existing subscribers who have previously installed FileSafe will retain access to it indefinitely.

3.10.0-beta.3

09 Feb 18:04
9453fb7
Compare
Choose a tag to compare
3.10.0-beta.3 Pre-release
Pre-release
  • Fixed: Issue where children tags would not appear in autocomplete search results as well as Add Tags menu in note context menu.
  • Fixed: Issue where tag expanded/collapsed state would not be remembered.
  • Fixed: Issue where application may not correctly lock when autolock is set to 1 hour.
  • Fixed: Issue where locking application with theme would deactivate theme.
  • Fixed: Issue where note cell was laid out incorrectly when note had no title.

3.10.0-beta.2

04 Feb 19:19
9453fb7
Compare
Choose a tag to compare
3.10.0-beta.2 Pre-release
Pre-release

3.10.0-beta.2:

  • Fixed: Issue where autolock would not trigger correctly.
  • Improvement: Moved Change Editor option higher in menu for easier access.
  • New: Ability to create a Listed blog directly from the Preferences > Listed (as opposed to copy/pasting a code from Listed)

3.10.0-beta.1:

  • NEW: Native nested tags. Now you can nest tags into a folder-like hierarchy, without the need for the now removed Folders extension.
  • NEW: Change Editor menu in note context menu, with a a more organized, easier to use layout than the now removed Editor menu.
  • Fixed: Issue where advanced editors would randomly fail to load.
  • Fixed: Issue where deleting a note permanently would result in an incorrect number being displayed for “All notes”.
  • Improvement: All first party editors now have the ability to toggle spellcheck via the note context menu. Disable spellcheck for long notes to improve editing performance. Third party editors can also gain spellcheck control functionality by specifying a spellcheckControl: true entry in their extension’s json payload. Then read note.content.spellcheck in your editor to determine its spellcheck state.

3.10.0-beta.1

03 Feb 16:54
9453fb7
Compare
Choose a tag to compare
3.10.0-beta.1 Pre-release
Pre-release
  • NEW: Native nested tags. Now you can nest tags into a folder-like hierarchy, without the need for the now removed Folders extension.
  • NEW: Change Editor menu in note context menu, with a a more organized, easier to use layout than the now removed Editor menu.
  • Fixed: Issue where advanced editors would randomly fail to load.
  • Fixed: Issue where deleting a note permanently would result in an incorrect number being displayed for “All notes”.
  • Improvement: All first party editors now have the ability to toggle spellcheck via the note context menu. Disable spellcheck for long notes to improve editing performance. Third party editors can also gain spellcheck control functionality by specifying a spellcheckControl: true entry in their extension’s json payload. Then read note.content.spellcheck in your editor to determine its spellcheck state.

3.9.20

19 Jan 20:23
9453fb7
Compare
Choose a tag to compare
  • New: Automatic theme switching based on system color scheme. Now you can set which theme you’d like your default light and dark mode to switch to via Preferences > Appearance.
  • New: Ability to disable spellcheck on a per-note basis from the note context menu. Disable spellcheck for large notes to improve editing performance, especially with editors like Markdown Pro, Plus, and Bold.
  • New: Disabled application screenshot thumbnail in Windows taskbar preview for improved privacy.
  • Fixed: Electron regression with text input performance.
  • Fixed: Issue where archived and trashed notes would be included in note count in tags list.
  • Fixed: Issue where third-party components wouldn’t auto-update.