-
v1.14.0 protected6047a168 · ·
- fix tests for latest hledger (forecasted txns are now find- and editable via `hledger-edit`) - test against hledger 1.31 in CI - use the most common source file suffix for the edited tempfile instead of hard-coded `.hledger` for people's editors to pick it up properly.
-
v1.13.0 protecteda5ba92f6 · ·
📈 Stacked Line Charts and several small improvements This release adds `--stacked` support for line plots. The (still quite limited) `--barplot`s keep being available and are fixed in this release. Further improvements: - apply `--style` after `--xkcd` to override the XKCD styling - catch errors in modifier handlers - environment variables `HLEDGER_PLOT_TREND_MIN_DIGITS` and `HLEDGER_PLOT_TREND_MIN_PLACES` to control displayed digits in `--trend` parameters (see `hledger-plot --help` for more info) and don't use scientific notation by default. - prevent `--trend` from matching other trends - fix `--barplot` error - rename `--drop` option to `--remove` as it conflicts with `hledger ... --drop`
-
v1.5.0 protectedb86f3dd0 · ·
✨ More robust hledger-edit and more versatile hledger-plot This release makes `hledger-edit` more robust by handling some edge cases, notably skipping transactions without a source file (like transactions piped from STDIN or from `--forecast`). Furthermore when the user modifies the marker lines, `hledger-edit` tries to present the remaining content to the user so at least the potentially important data is not lost and can be copied from the terminal again. `hledger-plot` also got improved with many new data modification options: --sum, --mean, --multiply, --drop and --only
-
v1.1.0 protecteddfb86b3c · ·
🩹 Fix application of modifications to source files and add tests 🧪 This release fixes the problems present in v1.0.0 where in some quite common cases weird modifications (duplications/deletions of transactions all over the place) were made by `hledger-edit`. Furthermore, `hledger-utils` now has a test-suite! 🎉 This will help to catch such errors early.