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

3.10.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@moughxyz moughxyz released this 04 Feb 19:19
· 76 commits to main since this release
9453fb7

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.