Logseq DB - Changelog

Changelog from: 2025-04-13 to: 2025-04-19

New Feature

Query Builder Enhancements

  • Improve custom query builder to automatically update and fetch only :db/id for better performance (8b29f969c)

Property Keyboard Navigation

  • Enhanced up/down navigation between blocks and properties, improving focus management in the UI. (3bb8a26bc)

Bug Fix

Command Input Tolerance

  • Fixed fuzzy search returning incorrect results on command input for better user experience (9a9469891)

Property Block Handling

  • Resolved issues where property value blocks failed to export or import, ensuring stable data handling. (2f4b40aa2)

UI Improvements

  • Fixed broken text and improved stability in list views for a smoother user experience across various platforms.(76e368745)

Enhancement

Command Input Tolerance

  • Enhanced / command input tolerance, allowing for more accurate and flexible search results (cfd5ea9d0)

File Graph Exports

  • Fixed export paths of file graph exports to prevent deeply nested zipped files. This improves usability on both web and desktop applications.(aa45b3fa6)

Performance

App Startup Optimization

  • Optimized the app startup time for a faster initial load, especially when handling large tables (fb724ca13)

Query Builder

  • Improved performance by only fetching :db/id in custom queries and enhanced automatic updates.(8b29f969c)

Refactoring

React Tippy Removal

  • Removed all instances of react-tippy to improve code maintainability, ensuring a cleaner and more efficient UI. (75812e45f)

Custom Query Tests

  • Moved testing concerns within tests for better separation between production code and test utilities to ease maintenance in the future.(651efaa5f)

Chore

File Graph Cleanup

  • Removed unused workarounds from previous commits, streamlining file graph operations for better performance and reduced complexity. (4ad4944b4e)

Miscellaneous Fixes

Web Specific Issues

  • Fixed issues preventing certain features like file sync graphs from displaying correctly on the web interface.(bc534793c)
4 Likes