Skip to content

V0.7.0

Choose a tag to compare

@enchant97 enchant97 released this 12 Sep 20:55
· 317 commits to main since this release

Notices

Not that I have ever supported very old browsers, this release adds a WASM binary for accelerating markdown rendering. If your old browser does not support Web Assembly; you will have to update to a new one such as Chrome or Firefox.

Changes

Added

  • #94; note and book sorting
  • shortcut to save with MOD+S

Changed

  • WASM markdown rendering (performance improvement)
  • better dialog accessibility
  • loading improvements
  • soft-delete notebooks for future feature
  • #91; notes and books now have a small random suffix for slug on creation
  • editor will now be focused on load
  • auto-save can now be toggled on and off
  • clearer message on login & signup pages when api has not been set

Fixed

  • prevent infinite re-loading if api cannot be accessed
  • #91; report SQL errors correctly
  • #88; todo spacing
  • drawer not always being on top

Full Changelog: v0.6.0...v0.7.0