This repository has been archived by the owner on Jun 20, 2022. It is now read-only.
Releases: standardnotes/desktop
Releases · standardnotes/desktop
3.12.0
- 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
- 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
3.11.1
3.11.0
- 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
- 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 readnote.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
- 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
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 readnote.content.spellcheck
in your editor to determine its spellcheck state.
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 readnote.content.spellcheck
in your editor to determine its spellcheck state.
3.9.20
- 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.