Block Manipulation: Implemented block zoom in functionality. (5f1de13b2)
Mobile Editing: Added support for swipe to select blocks, preventing scroll. (f4e49a4b1)
Search: Improved search functionality in the application (c9044afb3)
Enhancements
Capacitor Mobile UX: Numerous improvements to the mobile user experience, including login modals, navigation tabs, block editing, and styles. (93b959987, eb2bf614f, 97f917a17, 582ac7695)
Property Editing: Improved tag properties with select functionality. (65f5b9cd6)
Sidebar Navigation: Enhanced sidebar navigation with mod+j support for block manipulation and search access. (fb1d38bc6)
Mobile Bar: Reused the mobile bar component throughout the Capacitor app to ensure consistency and improve maintainability. (eb2bf614f)
Graph Selection: The Switch Graph functionality has been improved in capacitor. (03de1aed5)
Property Configuration: Added ability to configure a property and delete it through the table header on mobile. (4ef77e3a3)
Bug Fixes
Capacitor Navigation: Resolved issues with navigation tabs on Android devices. (1e5ae97a1)
Block Alignment: Fixed an issue related to block alignment bugs within logseq. (0a65f7d6a)
Property Validation: Addresses issues where invalid properties were added and breaking app state. (4b39ce213)
Graph Import Errors: Resolved a bug with graphs importing and merging when using the property classes option. (471889729)
Keyboard Input: Fixed an issue where the system keyboard would flicker or hide during block editing on mobile. (146c04fcc)
Property Popup Issues: Corrected problems with double popups when selecting properties in the UI. (d666d1ddf)
Slow Editing Fix: Addressed a performance bottleneck that was causing slowdowns during file editing. (ed32cfb4c)
Refactoring
Page Parent Refactor: Cleaned up code related to page parent management, improving robustness and handling of converted tags. (See upstream/refactor/page-parent)
Dev Command Cleanup: Simplified dev commands that were incorrectly appearing in the command list (62aa8c55a)
Chore & Dependencies Updates
Electron Downgrade: Temporarily downgraded Electron and Better SQLite to resolve build issues.(b419ff0dc)
Babel Dependency Upgrade: Updated Babel runtime and helpers. (8bfb0c91d, e2694bbae)
Vite Dependency Upgrade: Updated Vite packages in the project (08287c411)
The Library implementation enables page management capabilities via an automatically collection of namespace pages, which makes building hierarchy structures easier. This change also comes with the renaming of the property: Parent to Extends.
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.
Four major initiatives that significantly expand Logseqâs capabilities and user experience:
Mobile Audio Recording & Transcription - Complete integration of audio recording with live waveform visualization and automatic speech-to-text transcription. iOS users can now record voice notes with the new speech API, while Android supports high-quality WAV recording. Audio transcriptions are automatically saved as child blocks.
iOS Ecosystem Integration - Deep iOS integration, including home screen widgets, shortcuts, and quick actions. Users can now capture thoughts instantly from the lock screen, home screen widgets, or through Siri shortcuts, without needing to open the app.
MCP Server for AI Integration - Introduction of Model Context Protocol (MCP) server functionality enabling AI agents and language models to interact directly with Logseq graphs. This includes tools for reading pages, searching blocks, updating content, and managing graph data programmatically, opening new possibilities for AI-assisted knowledge work.
Enhanced Mobile Experience - Comprehensive mobile UI improvements, including better navigation, refined keyboard handling, improved block editing in sheets, and platform-specific optimizations for both iOS and Android.
New Feature
Audio recording and transcription
Add comprehensive mobile audio recording with waveform visualization (e103593c0)
Implement automatic speech transcription for recorded audio (e103593c0)
Support offline transcription with punctuation support (e103593c0)
Replace wavesurfer with simple-wave-record for better performance (8d00504d8)
Add long press + button to start audio recording (b263b1cb8)
iOS platform integration
Introduce iOS home screen widgets for quick capture (f90b68258)
Add iOS shortcuts support for voice and quick add (b8280d7cb)
Implement home screen quick actions for voice and text capture (885974434)