0.6.1 (2025-10-20)¶
Bug Fixes¶
- installation and import paths (ce0b743)
Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.5.0 (2025-02-13)¶
Features¶
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 (2024-02-07)¶
Feat¶
- journal: option to prepend content
- journal: choose the date (with natural language)
- journal: output content to stdout
- journal: option to convert to outline (#17)
- journal: pipe content from stdin (#17)
- journal: append content to the current journal page (#17)
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 (2022-08-21)¶
Fix¶
- ImportError on lsd --help
v0.1.0 (2022-03-26)¶
Feat¶
- convert headers and flat paragraphs to an outline