- Fix version number in binary
Unclaimed project
Are you a maintainer of ledger? Claim this project to take control of your public changelog and roadmap.
Fix segfault in metadata validation (issue #1800)
Fix divide by zero (bugs #777 and #2207)
Fix use-after-free with regex_match()
Fix bucket transactions ignored with reg --related (bug #2220)
Restore expr context after calc (bugs #2330 and #2343)
Fix leap year dates with apply year directive (bug #2468)
Fix xact...
Fix divide by zero (bugs #777 and #2207)
Increase string size limit in src/unistring.h assert (bug #2174)
Require tzdata for Nix flake build (bug #2213)
Fix regression leading to incorrect error about format directives (bug #2205)
Add information about compile features to --version
Fix compiler warnings by minimizing the use of deprecated APIs
Update flake.nix to match nixpkgs ledger/default.nix
Remove unused Python server related code
Various documentation improvements
Use $PAGER when environment variable is set (bug #1674)
Make --depth correctly fold postings to accounts of greater depth into the parent at the specified level (bug #987)
When using wild-cards in the include directive, include matched files in sorted order (bug #1659)
Ensure absolute path for include (bug #2075)
Try to use $XDG_HOME_CONFIG/ledger/ledgerrc or `~/.conf...