Skip to content

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 16 Jun 09:55
· 14 commits to main since this release

Finzytrack v0.1.3

New Features

  • Smart entry routing for multi-file ledgers — New entries (transactions, opens, balances, etc.) are now automatically
    routed to specific files using Fava-compatible custom "fava-option" "insert-entry" directives, instead of always
    landing in the root file. Routing mirrors Fava's own placement logic (account-priority matching, date-effective rule
    selection, anchored regex, default-file fallback). See the multi-file ledgers reference
    (https://docs.finzytrack.com/reference/multi-file-ledgers/) for setup.

Notes

  • Routing applies only to new entries — edits and deletes are never rerouted.
  • Fully backward compatible: ledgers without fava-option directives (single-file or directive-free multi-file) produce
    byte-identical output to v0.1.2.

Internal

  • Dropped the mutation-testing step from the pre-merge checklist.