Skip to content

v25.04.1

Choose a tag to compare

@35VLG84 35VLG84 released this 04 Apr 17:19
· 159 commits to main since this release
v25.04.1
668cebc

New features

Fixes and changes

  • Improved error messages when invalid journal syntax is used
  • Don't accept invalid CLI input arg combinations
  • Warn if exports are used without CLI output arguments
  • Enforce blank line between transactions (Tackler-Mk1 / ANTLR)
  • Print error message if repository contains links (Tackler-Mk1)
  • Print error message if transaction set is empty (Tackler-Mk1)
  • Equity Export: Check equity account name when strict mode is on (Tackler-Mk1)

See full CHANGELOG for details

Tackler-NG is tested with 408 tracked test vectors at the moment
(Full coverage of Tackler-Mk1 CLI tests)

How to test this release

cargo install --locked tackler
tackler new my_journal
tackler --config my_journal/conf/tackler.toml

# New Commodity Price Support feature
tackler \
    --config my_journal/conf/tackler.toml \
    --reports balance \
    --price.lookup-type last-price

Special Mention

Thank you RagibHasin for contributing and helping with Commodity Price Support feature (#36 and TEP-1015) !