Skip to content

Releases: stdword/logseq13-full-house-plugin

v4.3.6

19 Feb 11:18
Compare
Choose a tag to compare

4.3.6 (2025-02-19)

Bug Fixes

  • views: properly display page references without double brackets mode (02a0f56)

v4.3.5

02 Jan 23:00
Compare
Choose a tag to compare

4.3.5 (2025-01-02)

SEE WHAT'S NEW IN v4.3 HERE

Bug Fixes

  • tags: different object types on query.pages() fails to render (1c76ff8), closes #59

v4.3.4

10 Oct 12:08
Compare
Choose a tag to compare

4.3.4 (2024-10-10)

SEE WHAT'S NEW IN v4.3 HERE

Bug Fixes

  • context: add child uuids to context of block (9568758)
  • tags: query.table doesn't work (fe9a2d9), closes #57

v4.3.3

21 Sep 09:04
Compare
Choose a tag to compare

4.3.3 (2024-09-21)

SEE WHAT'S NEW IN v4.3 HERE

Bug Fixes

  • ‼️ core: global issue that breaks all context-related template tags (6401768)

v4.3.2

18 Sep 19:27
Compare
Choose a tag to compare

4.3.2 (2024-09-18)

SEE WHAT'S NEW IN v4.3 HERE

Bug Fixes

  • views: display mode for different div-blocks (6502ad4)

v4.3.1

16 Sep 11:16
Compare
Choose a tag to compare

4.3.1 (2024-09-16)

SEE WHAT'S NEW IN v4.3 HERE

Bug Fixes

  • views: css for displaying in breadcrumbs (4154907)

v4.3.0

15 Sep 15:17
Compare
Choose a tag to compare

4.3.0 (2024-09-15)

Pretty-printed changelog is here

Buttons to insert templates

Live Views


Setup instructions for the last demo are here

Commit Log

Bug Fixes

  • context: full overview (6ec454a)
  • core: sync filtering value for ... and { return ...} ways (4eb9ff4)
  • tags: dev.tree.sync improvements (352b4ba)
  • tags: display all template tags on c.tags (bfedf9d)
  • ui: css colors for default white & black logseq themes (bb2924c)
  • ui: template / view insertion modes (986f24f)

Features

  • commands: template buttons (598e21b)
  • tags: live views via dev.tree.sync (748aa66)

v4.2.2

02 Sep 16:12
Compare
Choose a tag to compare

4.2.2 (2024-09-02)

SEE WHAT'S NEW IN v4.2 HERE

Bug Fixes

  • remove race condition whe positioning cursor in selection mode (34e4a80)

v4.2.1

27 Aug 15:33
Compare
Choose a tag to compare

4.2.1 (2024-08-27)

SEE WHAT'S NEW IN v4.2 HERE

Bug Fixes

  • add new notification for users about version release (7179eb7)

v4.2.0

27 Aug 15:22
Compare
Choose a tag to compare

4.2.0 (2024-08-27)

Pretty-printed changelog is here

Now templates are inserted instantly!

Shortcuts for templates

Easy actions creating

Prevent the particular block or sub-tree from rendering

«/»-command to render current block



Commit Log

Bug Fixes

  • core: do not parse ... when there is new line inside (fe4a2be)
  • core: fail on returning null or undefined in template body (f40078c)
  • forgotten lines (fc88613)
  • linter warnings (011147f)
  • tags: dev.context.page fix for different object structures (59d17e1)
  • tags: layout.args for boolean values (f0bd749)
  • typescript errors & tests (e7ca1a7)
  • wrong import (5f0d181)

Features

  • core: a way to skip unwrapping code block (with added space after ```) (90c5940)
  • core: add .ignore flag to parsing options (e1ec3d4)
  • core: block rendering of sub-tree with return undefined statement (62c9e76)
  • core: don't reqire edit mode or selection mode for templates with shortcuts (80b197b)
  • core: render current block slash-command (ba52e58)
  • notify user about frocing insertion as view or template (6f2a609)
  • refactor cursor positioning after insertion (4266e99)
  • rendering: instant templates insertion (a0320c9)
  • shortcuts for templates (b75db7a)
  • sync changed shortcuts for template (afd024d)
  • tags: blocks.actions.update (050e2e6)
  • tags: blocks.edit (12077a1)
  • tags: blocks.selected (e838d84)
  • tags: blocks.skip (fb30043)
  • tags: dev.color improved (e38b259)
  • tags: template tags: sleep, dev.cssVars, cursor.selection (aa92538)
  • try to keep cursor position for render-this-block command (e1e32cd)
  • ui: show template shortcut in the ui list (6d5b3da)