View Group By: Introduced the ability to group blocks by properties, enhancing data organization and visualization (e7e429408).
Export and Import Commands: Enabled export+import EDN commands for any user to facilitate data interchange and feedback (4ed5897e4).
Linked References View: Initial work on a linked references view for improved reference management (c183686c5).
Enhancement
Export and Import: Enhanced support for exporting and importing various block and page types, including properties, tags, refs, and closed values across graphs (4f25e27d9).
Schema Version Management: Improved schema version management, introduced SchemaVersion, and updated related APIs for better compatibility with nbb (5143d7467).
Query Builder: Enhanced the query builder to support multi-word task values and fixed various issues (6848f98be).
UI Improvements: Several UI improvements, including fixing sub menu content within table header popups, improving table header action popup behavior, and enhancing UX elements (09ddf31a8).
Error Handling: Enhanced error handling for exports and imports to provide user-friendly notifications and actively validate exports before import (7da4f7a9b).
Bug Fix
Export/Import Issues: Fixed several issues related to block objects failing to import if they have properties, import failures for different types of refs with deep properties or tags, and incorrect behavior for sub menu content within table header popups (52acbd0ed).
RTC Tasks: Fixed issues related to RTC tasks not accepting UUID parameters, not running in publishing contexts, and other related bugs (fdf817667).
Schema Version Check: Fixed schema version check and related issues such as refresh local repos and use transit instead of ->clj&->js for data serialization (bbcc49734).
Block Content Blinking: Fixed block content blinking issue for the spent time label (14d623065).
Chore
Code Cleanup and Refactoring: Various code cleanup, refactoring, and dependency updates to improve maintainability, such as using medley/dissoc-in instead of a copied version, removing deprecated references, and adding kondo aliases (a4aacf022).
Test Helpers: Added test helpers to reduce redundant defaults for input export maps and improve test inspection by returning entities instead of d/q results (8b0279021).
Performance
Efficiency Improvements: Various efficiency improvements in block and page exports, such as avoiding recursive export of properties and classes not visible on a page, shallow copying refs to fix import failures, and optimizing test helper usage (4f25e27d9).
Refactoring
Schema Version Management: Refactored schema version management to use a simple map instead of a defrecord for better compatibility with nbb and introduced SchemaVersion to replace the current schema-version using a plain number (da6d85369).
Export/Import: Refactored block export handling, improved error messages for exports and imports, and simplified import steps by adding missing sqlite.build docs and fixing :build/uuid issues (8b8055dd7).