Skip to content

Releases: andreoliwa/logseq-doctor

v0.7.0

01 Nov 23:22

Choose a tag to compare

0.7.0 (2025-11-01)

Features

  • task: update existing task to TODO on "add" command (3c89646)

v0.6.2

01 Nov 01:33

Choose a tag to compare

0.6.2 (2025-11-01)

Bug Fixes

  • adding tasks to pages with aliases (9b019ab)

v0.6.1

20 Oct 00:47

Choose a tag to compare

0.6.1 (2025-10-20)

Bug Fixes

  • installation and import paths (ce0b743)

v0.6.0

19 Oct 23:42
v0.6.0
bb56810

Choose a tag to compare

What's Changed

  • chore(deps): update dependency sphinx to v8.2.1 by @renovate[bot] in #122
  • chore(deps): update dependency setuptools to v75.8.2 by @renovate[bot] in #125
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.9.8 by @renovate[bot] in #126
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.11.3 by @renovate[bot] in #127
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.11.4 by @renovate[bot] in #128
  • chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.5.0 by @renovate[bot] in #129
  • chore(deps): update pre-commit hook google/keep-sorted to v0.6.1 by @renovate[bot] in #130
  • chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.5.1 by @renovate[bot] in #131
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.11.5 by @renovate[bot] in #132
  • chore(deps): pre-commit autoupdate by @pre-commit-ci[bot] in #134
  • chore(deps): update actions/setup-python action to v6 by @renovate[bot] in #136
  • chore(config): migrate renovate config by @renovate[bot] in #135
  • feat: CLI command to add tasks by @andreoliwa in #137

Full Changelog: v0.5.0...v0.6.0

v0.5.0

13 Feb 22:38

Choose a tag to compare

0.5.0 (2025-02-13)

Features

v0.4.0

11 Feb 20:37

Choose a tag to compare

0.4.0 (2025-02-11)

Bug Fixes

  • deps: update github.com/andreoliwa/logseq-go digest to 276dc3d (62aa9ec)
  • deps: update github.com/andreoliwa/logseq-go digest to 3b9f58b (13e6274)
  • deps: update module github.com/stretchr/testify to v1.10.0 (f737ea4)
  • deps: update module gotest.tools/v3 to v3.5.2 (7ee8efc)
  • deps: update rust crate anyhow to 1.0.80 (3938baa)
  • deps: update rust crate anyhow to 1.0.81 (d5e9425)
  • deps: update rust crate anyhow to v1.0.95 (a0bdcf7)
  • deps: update rust crate assert_fs to v1.1.2 (b55d654)
  • deps: update rust crate chrono to 0.4.34 (8903b29)
  • deps: update rust crate chrono to 0.4.35 (4001ea5)
  • deps: update rust crate chrono to 0.4.37 (8ff6a0b)
  • deps: update rust crate pyo3 to 0.20.3 (c0a566a)
  • deps: update rust crate pyo3 to 0.21.0 (5a75518)
  • deps: update rust crate pyo3 to 0.21.1 (4f9b6b5)
  • deps: update rust crate regex to 1.10.4 (fc033da)
  • deps: update rust crate regex to v1.11.1 (61ed776)
  • don't remove double spaces in tables (253a1d0)
  • make Journal properties public (78b18a2)
  • one transaction per file, to avoid touching unmodified files (b66410b)
  • tasks: use § as column separator, to parse with fzf (ccd12e7)

Features

  • append raw Markdown from sdtin to a journal (545b17b)
  • check for running tasks (0bfef8f)
  • check references to forbidden pages (58f9f26)
  • Python calling a Go executable with a simple function (902e54d)
  • tidy-up command accepting Markdown files (0f2e549)
  • tidy-up: check consecutive spaces in Go (#115) (32a02d8)
  • tidy-up: remove double spaces and save Markdown file (212014a)
  • tidy-up: remove empty bullets in Go, remove Python command (a472b30)
  • tidy-up: remove unnecessary brackets from tags (d887e58)
  • tidy-up: remove unnecessary brackets from tags in Go (f01fffd)

v0.3.0

07 Feb 22:52
v0.3.0
e5fc21c

Choose a tag to compare

v0.3.0

v0.2.1

04 Feb 14:46
v0.2.1
baaa48c

Choose a tag to compare

v0.2.1 (2024-02-04)

Fix

  • automated release with "make release" from local computer

v0.2.0 (2024-02-04)

Feat

  • "logseq" crate for reusable functions
  • remove double spaces
  • remove Python 3.7
  • list tasks, add Kanban board (#78)
  • tidy up files by removing empty bullets (#63)
  • rich CLI with Typer

Fix

  • remove Python 3.8 support
  • preserve line break at the end
  • deps: update dependency mistletoe to v1.3.0
  • remove --format kanban
  • deps: update dependency mistletoe to v1.2.1
  • deps: update dependency mistletoe to v1.2.0
  • deps: update dependency click to v8.1.7
  • Typer needs some imports, UP006 ignores target-version=py38
  • don't print "Done" on success
  • deps: update dependency click to v8.1.6
  • deps: update dependency click to v8.1.5
  • deps: update dependency click to v8.1.4
  • deps: update dependency mistletoe to v1.1.0
  • deps: update dependency requests to v2.31.0
  • deps: update dependency requests to v2.30.0
  • deps: update dependency typer to v0.9.0
  • deps: update dependency typer to v0.8.0
  • add Ruff and adjust code
  • deps: update dependency mistletoe to v1
  • deps: upgrade shelligham and pre-commit hooks, fix tox
  • tidy-up: display file name that was fixed
  • handle thematic breaks and setext headers
  • handle nested lists with single or multiple levels (#47)

Refactor

  • rename Python module

v0.1.1

21 Aug 12:17
8a3a777

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

26 Mar 22:11
v0.1.0
da05df1

Choose a tag to compare

First (manual) release

What's Changed

  • feat: convert headers and flat paragraphs to an outline in a436da0
  • ci: fix broken build on GitHub Actions by @andreoliwa in #4
  • Configure Renovate by @renovate in #5
  • chore(deps): pin dependencies by @renovate in #6

New Contributors

Full Changelog: https://github.com/andreoliwa/logseq-doctor/commits/v0.1.0