Changelog (2025-07-30 to 2025-08-22)
Spotlight
This release delivers three major initiatives that significantly expand Logseq’s capabilities:
-
Mobile Experience Overhaul - Complete redesign of the mobile interface, replacing Ionic with a custom Silk framework. This brings improved navigation, better touch interactions, and enhanced performance across iOS and Android platforms.
Semantic Search - Introduction of local AI-powered semantic search using embedding models and HNSWLIB. Users can now search by meaning and context, not just keywords, with hybrid search combining traditional and semantic results.
-
Logseq CLI - New command-line interface offering offline search, graph querying, data export, and graph management capabilities. Developers and power users can now interact with Logseq graphs programmatically.
- Install with
npm install -g @logseq/cli
- read more: @logseq/cli - npm
- Install with
Reminder
- Logseq DB (local first) is in open alpha phase
- Anyone can test it on:
- Browser: https://test.logseq.com (the graph stays locally on your machine)
- Desktop: Windows, Linux and macOS desktop builds available
- Anyone can test it on:
- Logseq DB is in closed alpha testing phase with a small group of users:
- Logseq DB mobile - on IOS first. Android will come later
- To participate in the mobile app test, please complete this brief form: https://forms.gle/nfefJv51jUuULbFB9
- Logseq DB realtime collaboration
- which enables:
- On devices
- Sync of the DB graph between Web/browser <==> Desktop <==> Logseq DB Mobile
- For Users
- Real time collaboration between Logseq DB user on any devices
- On devices
- For the RTC test, please fill out this form: https://forms.gle/YSyF4WfKPSDuwyjH6
- which enables:
- Logseq DB mobile - on IOS first. Android will come later
- Documentation
New Feature
-
Search and Queries
-
Block Editing and Management
-
Database Operations
-
Developer Tools
- Add comprehensive CLI with list, show, query, search, and export commands (887d91d2a)
Enhancement
-
Mobile Support
-
UI/UX Improvements
-
Performance
-
Search and Queries
Bug Fix
-
File Handling
-
Mobile Support
-
Block Editing and Management
-
Database Operations
-
UI/UX Improvements
Chore
-
Developer Tools
-
Bump Electron to version 37 with corresponding Node.js version update (1d9fa6929)
-
Update to offic@sql@sqlite.orgte.orgal @sqlite.org/sqlite-wasm replacing fork (11eb0f38a)
-
Add comprehensive GitHub Actions workflow improvements (d65f81ef0)
-
Fix CLI start time optimization and namespace lazy loading (3ae3ff2cd)
-
Add CLI linting workflows and configuration (f86a7558c)
-
Fix publishing and build system issues (182a51a85)
-
-
Database Operations