- Fix drag and drop on Windows & Mac.
- Fixed Chinese (and Japanese/Korean) search only matching from the start of a phrase. The search index now uses a CJK-aware tokenizer (English search unchanged).
- Bundled JetBrains Mono as the code font (works without a system install).
- Fixed a doubled safe-area inset that left a large gap below the Android status bar (and above the nav bar).
- Fixed blank/white window on startup on some Linux systems (WebKitGTK GPU renderer off by default).
- Much faster opening/scrolling of very large, math-heavy notes.
- Added Interface Scale (Settings → Styling): zoom the whole app 80-200%. Desktop only.
- Added an OpenAI-compatible AI provider (LM Studio, LocalAI, vLLM, etc.) and optional Ollama API key. (community PR by qyrhal)
- Added 6 color themes (Solarized, GitHub, Nord, Tokyo Night, Dracula, Catppuccin) with a swatch picker. (community PR by RockyRoad226)
- Fixed AI Actions only showing for Ollama; now shows for any configured provider. (community PR by qyrhal)
- Fixed unreliable window resizing on Linux (added edge/corner resize handles).
- Fixed text inside code getting auto-linkified; only http(s):// URLs auto-link now.
- Fixed currency text (e.g. $10 to$50) parsed as math; inline math now needs tight delimiters.
- Tick task-list checkboxes in View Mode without entering edit mode (no keyboard popup on mobile). (community request)
- Insert date/time via /date, /time, /now, a mobile toolbar button, and the Insert/right-click menus (ISO format). (community request)
- Updated AI models: Claude Opus 4.8; GPT-5.5 and GPT-5.4 for OpenAI.
- Added WebDAV sync to your own server (Nextcloud, ownCloud, a NAS): manual or automatic (interval / on change / on open), with keep-both conflict copies.
- Added color swatch previews next to hex/rgb/hsl codes (like VSCode), plus /color to insert colors.
- Create a top-level notebook even with a notebook selected (click the parent chip to drop to root); Unfiled Notes now acts as root too.
- Fixed notebook note counts not updating after creating a note (previously needed a restart).
- Note-list date now follows the sort mode (created vs modified) and a tooltip labels both dates.
- Note-list sort (Created / Modified / Title) is now remembered per vault across restarts.
- Moved the search index out of the vault into local app-data, so cloud sync (OneDrive/Dropbox) no longer churns through its files or warns about mass deletions.
- Added a setting (Settings → General) to hide the date shown next to each note in the list.
- Added an optional "Restore last session on launch" setting (Settings → General): reopens the note and folder/tag you were last in instead of All Notes.
- Fixed new notes sometimes landing in Unfiled instead of the notebook you were working in; they now follow the open note's notebook.
- New Tasks view: aggregates
- [ ]checklist items from across all notes. Check tasks off, and set priority and due date right from each row. List view sorts by due/priority/note; Calendar view shows tasks by day with a "No due date" bucket, and you can drag a task onto a day to (re)schedule it. Priority and due use inline tokens (!high/!med/!low,due:2026-06-12). The List/Calendar choice is remembered per vault (always List on Android). (community request, issue #62) - Tag autocomplete: when adding a tag to a note, existing matching tags now appear as you type so you can pick one instead of accidentally creating near-duplicates (e.g. "tech" vs "technology"). Arrow keys or click to pick; typing a new name still creates it.
- Added a "Start week on" setting (Settings → General): choose Monday (default) or Sunday for the daily-notes and tasks calendars.
- Fixed a collapsible section at the very top of a note always re-opening when switching away and back; its folded state now persists like sections lower in the note.
- Edit a note's tags while editing it: a tag icon next to pin/star (and the tag line under the title) opens a popover to add tags (with autocomplete) or remove them, without leaving the note.