Skip to content

v0.8.0

Latest

Choose a tag to compare

@andreoliwa andreoliwa released this 31 May 22:51
· 24 commits to master since this release

0.8.0 (2026-05-31)

Bug Fixes

  • backlog: move unscheduled tasks to new tasks header (a37f814)
  • bug when adding deep nested tasks (3ca5e2c)
  • dashboard: properly sync unranked tasks (3047724)
  • deps: update module github.com/andreoliwa/logseq-go to v1 (a0921dd)
  • deps: update module github.com/fatih/color to v1.19.0 (041f094)
  • deps: update module github.com/spf13/cobra to v1.10.2 (fea9983)
  • deps: update module github.com/yuin/goldmark to v1.8.2 (e36d6cd)
  • deps: update module golang.org/x/text to v0.35.0 (d029d17)
  • deps: update module golang.org/x/text to v0.36.0 (0583bff)
  • deps: update module golang.org/x/text to v0.37.0 (7c7e04a)
  • find text inside backticks (#138) (e5050e6)
  • groom: ignore tasks with recent dates (a4a3e1e)
  • outline: use tab indent and emit logseq.order-list-type:: number for ordered lists (3a3b5b9)
  • rename --block to --parent (explicit and generic) (9412bfa)
  • update task when the key is in a Markdown link (1984ded)

Features

  • auto-sorting of triaged tasks by priority (9dfb157)
  • backlog: new tasks before unranked (422ce2d)
  • backlog: normalize dividers as headers (461f0ab)
  • dashboard: web UI to filter, rank and sort tasks (8e31a6b)
  • groom old tasks (b557f8f)
  • md: --key and --page flags to update Markdown content (#139) (32c4cda)
  • outline: add lqd outline command (4427a7f)
  • outline: implement FlatMarkdownToOutline conversion (3f9d088)
  • query: implement BuildTaskListQuery and SortTasksByDate (97657e5)
  • sync tasks with PocketBase (7ac9776)
  • task: add task ls subcommand with flags, query, sort, and output (57f7ab3)