Overview
This release introduces calendar and list views for databases and an editable mind map view for list blocks, giving you more ways to organize your notes. It also improves mobile interactions, data synchronization, and AI support.
Editing, documents, and databases
Databases now offer calendar and list views, and list blocks can be viewed and edited as mind maps. You can also duplicate a document together with its sub-documents and sort backlinks by anchor text. Improvements to table colors, database column resizing, and cursor restoration when undoing edits make everyday editing smoother.
Mobile and platform experience
Mobile sidebars are easier to open and switch between, while database toolbars and the emoji panel work better on small screens. This release also improves navigation and Chinese text input on iPad, adds a Linux input method compatibility setting, and updates the bundled fonts and emoji.
Synchronization and AI
Themes and icons can now sync across devices. Switching sync providers includes a confirmation step and better handling of missing data, and fixes address sync conflicts and accidental deletion during unreferenced asset cleanup. AI support expands with the Anthropic Messages API and TypeSafe System One (Jev) decision models for the Agent.
Changelogs
Below are the detailed changes in this version.
Enhancement
- Improve publish service
- Support duplicating documents with sub-documents
- Support database calendar view
- Update LXGW WenKai font and clean up obsolete bundled fonts
- Support database list view
- Support Anthropic Messages API
- Support an editable mind map view for list blocks
- Support syncing themes and icons
- Support sorting backlinks by anchor text within documents and globally
- Improve mobile sidebar access
- Improve slash menu loading indicator display
- Improve language label preservation when pasting code blocks
- Improve visual stability when expanding headings
- Improve split pane resizing and editor overlay boundaries
- Support selecting all loaded blocks from the mobile multi-select toolbar
- Support custom text background colors in the table background color menu
- Improve database option dragging and mobile keyboard interaction
- Improve kernel disconnection messages in mobile apps
- Snapshot upload shows an untranslated cloud space exceeded error
- Update Noto emoji font and support Unicode 17 emoji
- Support a Linux input method compatibility setting
- Pasted audio and video tags without controls lack playback controls
- Improve the mobile emoji panel with a bottom sheet
- Disable AI features in mobile releases for Chinese app stores
- Back and forward navigation skips documents and loses reading positions on iPad
- Improve database toolbar layout on narrow mobile screens
- Improve spacing for block attributes after tab, embed, and super blocks
- Improve sync provider switching with confirmation and missing data recovery
- Disable spell checking in search and technical configuration fields
- Improve mobile sidebar swipe gesture sensitivity
- Improve mobile sidebar tab switching with swipe gestures
- Improve mobile sync button state tracking
- Cursor intermittently jumps before entered Chinese text on iPad
- Support Alt-clicking embedded list markers to fold and expand sibling items
- Alt-clicking list item block icons folds single-child items inconsistently with bullet clicks
- Improve Shift+Tab outdent behavior in code blocks
- Improve copying version and runtime information
- Improve wrapping of inline code, tags, and keyboard text
- Improve frozen column resizing in database tables
- Improve spell checking
- Support TypeSafe System One (Jev) decision models in the AI agent
- Improve cursor position restoration when undoing edits
- Improve document icon display in database relation selection dialogs
Bugfix
- Mobile database headers jump and leave a transparent gap when scrolling
- Sync to the local file system reports a full disk as exceeded cloud space
- S3 sync configuration cannot be filled in because a failed save resets the fields on every blur
- Some security vulnerabilities
- Document tree does not auto-scroll when dragging documents to the top or bottom
- Moved documents interleave with existing documents under custom sorting
- Copying a block as PNG includes unrelated content and causes freezing
- Text within angle brackets is lost in rich text operations
- Encrypted notebook assets incorrectly require unlocking when opened externally
- Emoji panel content is clipped
- Unreferenced asset cleanup deletes assets referenced in HTML or by URLs with fragments
- Unreferenced asset cleanup deletes assets of documents that fail to load
- Document tree repair can overwrite notebook sorting configuration
- Desktop mode setting is lost after restarting on HarmonyOS
- Unreferenced asset cleanup does not recognize references with a leading /, ./ or ../ path prefix
- Language labels display as undefined and icons are missing on Android
- OIDC post-login redirect is blocked by cross-site request validation
- Database calculations display floating-point precision errors
- Sync perception causes conflicts with unuploaded local edits
- Word count does not include the full block selection after repeated Shift+Click
Development
- Global shortcut registration can interrupt plugin onload during startup
- Plugin dock icons do not update after configuration changes
- Plugin editor command shortcuts do not trigger in read-only mode