-
v1.13.20cdfc0e5 · ·
📊 Fix --barplot AGAIN For some reason the fix was reverted, this patch release fixes it again.
-
-
v1.13.0a5ba92f6 · ·
📈 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.8.0d8c082ec · ·
📈 Terminal plots with drawilleplot Add `--terminal` to plot to the terminal with `hledger-plot`! 🎉
-
-
-
v1.5.0b86f3dd0 · ·
✨ 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.4.051b7afd6 · ·
✨ hledger-plot command for plotting - also: Newline before transactions in hledger-edit for easier auto-formatting
-
-
-
-
v1.1.0dfb86b3c · ·
🩹 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.
-