New Features
- ⚙️ Automatic update controls — new settings let you choose whether updates are checked for and downloaded automatically.
- 📝 Per-note and per-journal width — override the global width on individual notes and journals when you want a different layout.
- ↔️ Global Normal/Full width — set a single Normal or Full editor width that applies across your notes and journals.
- ✅ Default tasks view — pick whether Tasks opens to Today or All, now defaulting to All.
Improvements
- 🔠 Bigger Large font — the Large font size is now noticeably larger for easier reading.
Fixes
- 📁 Folder view settings preserved — your folder view choices no longer get reset when sync or a template updates a folder.
- 🪟 Window size remembered — the main window now reopens at the same size and position after you close it.
- 🎨 Inline text color persists — colored text now survives saving and reloading your notes.
- 📅 Due dates kept on edits — editing a task's description no longer clears its due date, with richer BlockNote descriptions.
- 🕒 Correct due dates in all time zones — fixed an off-by-one due date in negative-offset time zones.
- 🛡️ Resilient note editing — a damaged local store no longer crashes note editing, keeping you working.
Changelog
Full Changelog: v2026-07-08.2...v2026-07-09
#716 feat(settings): auto-check & auto-download update toggles @h4yfans
#717 feat(editor): per-note and per-journal width override @h4yfans
#715 feat(editor): single global Normal/Full width for notes and journals @h4yfans
#710 feat(tasks): configurable default view (Today/All), defaults to All @h4yfans
#720 fix(folders): preserve folder view settings when sync or template writes .folder.md @h4yfans
#718 fix(desktop): restore main window size/position across close→reopen @h4yfans
#713 fix(editor): persist inline text color through markdown save/reload @h4yfans
#714 fix(tasks): preserve due date on description edit + BlockNote descriptions @h4yfans
#712 fix(desktop): make Large font-size noticeably bigger (18px → 20px) @h4yfans
#711 fix(tasks): due date off-by-one in negative-offset timezones @h4yfans
#709 fix(desktop): survive a broken CRDT store instead of crashing note editing @h4yfans