Skip to content

1.3.0

Choose a tag to compare

@sheetau sheetau released this 05 May 09:10
· 79 commits to main since this release

Share To Other Devices

  • Added a new QR/link sharing feature that serves notes as temporary local network pages.
  • Links are active for 5 minutes after creation, but expire 2 minutes after being accessed or immediately upon closing the share dialog.

Autosaves And Recovery

  • Implemented an autosave system for unsaved changes and untitled tabs to facilitate recovery after crashes.
  • Editing triggers delayed backups and periodic updates, which are automatically removed once a tab is saved.
  • Untitled tabs are restored automatically on the next launch, while existing files prompt a restoration check if a newer backup is detected.
  • "Don't Save" actions discard the current autosave state, though untitled tabs remain accessible via "Reopen Closed Tab" within the same session.
  • Large notes are excluded from autosave to manage storage; additionally, the total autosave cache is limited to 100MB, with older entries deleted upon exceeding this limit.