Logseq DB - Changelog

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

New Feature

Real-time Collaboration

  • Add property :logseq.property/created-by-ref (ff4082199)

Mobile Support

Enhancement

User Experience

  • Show block metadata when hovering on bullet (74886f9fa)
  • Show block popup for text properties except :block/title (73801eb9f)
  • Click node name to open it in sidebar on table view (42dadf7c7)
  • Allow :block/page grouping to be toggled on (un)linked ref tables (043f04cc4)

Performance

Real-time Collaboration

  • Move adding created-by logic to pipeline-hook (c591598d2)
  • Add use-memo, use-callback to sub-editing? (17ef19325)
  • Update sub-editing? (c93376b98)

Bug Fix

UI/UX

  • Fix broken line for the annotation block ref (aa9171346)
  • Fix codemirror container overflow (fefedab52)
  • Fix shui/button triggers double-click when Enter is pressed (a18afc62f, 8acdf7563)
  • Fix creating a choice with keyboard (6cb93386a)
  • Fix right-click on right-sidebar item’s title part redirects (3f091940b)
  • Fix code block bottom space (25ba3e6b7)
  • Fix editing large code block select it (3afd7f68e)
  • Fix center align name column (68139efa8)
  • Fix empty name can’t be clicked on tables (c0d5ce74a)
  • Fix redirect to block when clicking table row from sidebar (e0b697ed7)
  • Fix scroll down update horizontal position for tables (b8ecf1ef5)
  • Fix table rendering on sidebar (4d6592158)
  • Fix pinned columns (8f13520e5)
  • Fix don’t render existing rows as blank when scrolling table (1bc947443)
  • Fix breadcrumb inline display (4cff47a09)
  • Fix code block width shouldn’t exceeds block container (728042817)
  • Fix can’t see bullet for level-1 parent blocks (88eb293a2)
  • Fix don’t show block metadata when dragging bullet (7e21d8767)
  • Use tooltip instead of tippy for block metadata (3e8bee732)
  • Fix add background color for code block actions (a74c99af0)

PDF

  • Fix invalid asset url for the file graph (b64b67843)
  • Fix selection text mixed (993e99c28)
  • Fix react warning for the pdf region hls container (25cbf32bd)
  • Fix open pdf file (4f26956ce)

File Management

  • Fix invalid copy file for the file based graph (f3c42fa97)
  • Fix load whiteboard data for file graphs (3d238d22f)
  • Fix tag/property refs on file graphs (43e9f9707)
  • Fix properties are not loaded on initial view (2968c8429)
  • Fix all pages on file graphs (7aa0b110d)

Export

  • Fix export-edn on table-view (cce15d2c4)
  • Fix export page as markdown from menus (03bf2524c)
  • Fix export edn page from menu (f9c079492)

Search and References

  • Fix full text search (6911f72c9)
  • Fix block reference (295ef0f9e)
  • Fix [[]] should complete pages on file graphs (9913ab833)
  • Fix remove wrong condition for linked references (94f671a01)
  • Fix exclude view-entities when check if there’s any entity references a block (d3cb8c9bf)

Templates and Journal

  • Fix duplicated template blocks created for today journal (19145a80a)
  • Add created-by to auto created first-block when create-page (d5f78356c)

Data Management

  • Fix add block/created-at, updated-at to user-block (dc003b331)
  • Fix skip nil created-by (768b745a2)
  • Fix skip add created-by when no user-block (411292cd7)
  • Fix classes allow for buggy, nonsensical built-in properties (286c302ee)
  • Fix regression with deleting on built-in property tables (0710211b7)
  • Fix don’t treat string-value as ref if attr is not ref-type (b3ce641fc)

Multiple Tabs

Refactoring

  • Use db instead of conn as much as possible in outliner/core.cljs (e3b57eb91)
  • Simplify invoke-hooks-default (2b4a562da)
  • Replace derived-atom with flow (60bcefb97)
  • Sub-block-selected uses flow (d959193a0)
  • Sub-editing? uses flow (acbb19e8c)
  • Move graph view ns to frontend ns (cd5385a0c)

Chore

7 Likes