Logseq DB - Changelog

Changelog from: 2024-10-27 to: 2024-11-16

Enhancements

  • Plugin Enhancements
    • Enhanced block properties related APIs for plugins. [897d18f52]
  • UI Enhancements
    • Polish to select component [3da57d0ee], block control arrow [a4df98903], and classic notification cp [bfe8c4bcd].
    • Polish for the highlight area image actions bar [8dbfe92fc] and resized highlight area image from the ref asset metadata [dc6fa6cf1].
    • Improve class page sections [2fe803964] and select component to support a header [80c811e93].
    • Polish appearance and settings UI [cbe0ae442], as well as block control arrow [a4df98903].
  • UX Enhancements
    • Copy raw code editor content [9cbc59811].
    • Add asset ref link for the highlight area image [e053405bb].
    • Enhance image handling to allow resizing for certain UI elements [76786a958].
    • Better interaction for the plugin readme content [75edccdf0].
    • Add rationale for disabling certain built-in attributes [22ce2b890].
  • RTC and Cryptography Enhancements
    • Improved device APIs and cryptographic functionalities, such as AES encryption/decryption, device management, and key synchronization [58ea518ee, 93a67d594, ea80dd297].

Bug Fixes

  • General Fixes
    • Resolved issues with block references in db graphs and fixed related database functionalities [cf923ab1, 18eb5aaae].
    • Issues with graph parsing, hidden pages, and result sorting for queries have been fixed [0d3cf6c53].
    • Corrected behavior for property node values and data loading [456825e98].
  • UI/UX Specific Fixes
    • Addressed problems with incorrect preview behaviors for nested ref links and block ref previews [9bbb035ce, 79c3031ce].
    • Enhanced the behavior of the settings dialog, page title actions, and select component alignment [4fd84006a, 43a25d2cf, 3da57d0ee].
    • Corrected scrolling and heading block behaviors in the modal preview and right sidebar [f3878434, 3ac14d734].
  • PDF/Assets Handling Fixes
    • Fixed issues with PDF asset handling, ensuring proper creation and storage of area images [8f726fdbd, 185ebc596].
  • Graph and DB Enhancements
    • Addressed issue of auto-calculating popup side positions and hiding empty property values [d6354529a, 04eaea43f].
    • Enhancements to store URL property value in blocks for better editability [3b25d8f47].
  • Localization Management Fixes
    • Incorporated updates and corrections for various translations and added localization support across languages like Catalan, Polish, and Japanese [2e35af564, 48f29174].
  • Build and Deployment Fixes
    • Fixed build and test support issues with publishing applications and dependencies [92cc1ce38, e157e818c].

Refactoring

  • Codebase Refactoring
    • Moved and separated certain elements for better modularity, handling, and retrieval [94773db6f, a3ba4bc65].

Chores

  • Tasks and Minor Adjustments
    • Updated dependencies, test assertions, logging protocols, and modified some core test structures for enhanced stability and consistency [230e74fcd, 1a7a2b25e].
13 Likes

Changelog from: 2024-11-16 to: 2024-11-23

Enhancements

  • Development Improvements
    • Improved task for importing multiple file graphs with --continue option to see all errors (8e81d7d85).
  • User Experience (UX)
    • Default to importing all tags, while tests and scripts remain unchanged (554120567).
    • Display page properties on the right sidebar by default (cf3102b93).
    • Improve scrolling experience for virtual list tables (2596fbb32).
    • Omit bullets when the last open block is not empty (b83d8fda5).
    • Set table row height to at least 32px (5d0763e38).
  • UI Enhancements
    • Virtualized table for the right sidebar (5b5e1105a).
    • Alignments for the highlight area marker (9494686b6).

Bug Fixes

  • Import and Files
    • Fix invalid blocks when importing with journal references (99bf950bd).
    • Ensure imports handle classes used in :parent and :type properties correctly (6f0885b37).
    • Address identity loss for imported class pages (bfffde8b2).
    • Correct docs graph import issues with property options (484648b98).
    • Fix db-import issues related to property-classes and tag conflicts (b5203fa4d).
    • Ensure correct tagging for blocks with namespaced tags (3469dfd65).
    • Prevent collapse behavior in positioned property tag instances (5c5c96ea5).
    • Correct import handling of empty journals (7e25dd2a5).
    • Resolve import issues with namespaced tags across pages (256948849).
  • UI and UX

Performance

  • Optimize rendering by processing the primary column first (ccaa94acb).
4 Likes