diff --git a/CHANGES.md b/CHANGES.md index a5fa17505..c3ae8989c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,6 +18,22 @@ General changes in the hledger project. For package-specific changes, see the hledger package changelogs. +# 060528aac + +Docs + +- move release notes from site repo to the main hledger repo +- dev doc updates +- examples: shared finances + +Scripts/addons + +Infrastructure/Misc + +- Fully replace the main Makefile with Justfile +- md-issue-refs: markdown issue links helper +- relnotes.hs: generate release notes from changelogs +- CI workflow updates # 1.33 2024-04-18 diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index 5b1bfcec1..bd4e630bd 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -21,6 +21,15 @@ Improvements Internal/api/developer-ish changes in the hledger-lib (and hledger) packages. For user-visible changes, see the hledger package changelog. +# 27d5f1455 + +Breaking changes + +Fixes + +Improvements + + # 1.33 2024-04-18 Breaking changes diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index 242ab5d79..99770b62b 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -21,6 +21,24 @@ API User-visible changes in hledger-ui. See also the hledger changelog. +# 4ae62a183 + +Breaking changes + +Fixes + +Features + +Improvements + +- Require vty-windows-0.2.0.2+ to avoid display problems in recent + MS Terminal on Windows. + +Docs + +API + + # 1.33 2024-04-18 Fixes diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index 07a39fcc0..5d81df6b4 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -21,6 +21,23 @@ API User-visible changes in hledger-web. See also the hledger changelog. +# 160bfff51 + +Breaking changes + +Fixes + +Features + +Improvements + +- support base64 >=1.0 + +Docs + +API + + # 1.33 2024-04-18 Fixes diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 5fb96b87b..a384eca90 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -23,8 +23,37 @@ API User-visible changes in the hledger command line tool and library. -# 1.33 2024-04-18 +# fbd26f67a +Breaking changes + +Fixes + +- Balance commands's HTML output now includes digit group marks when + appropriate (this broke in 1.25). + [#2196] + +- The add command no longer shows ANSI escape codes in terminals that + don't support them. + +Features + +Improvements + +- Commands list cleanups; move the HELP and UIS sections to the top. + +Docs + +- import: Skipping -> Date skipping, discuss commodity styles more; edits +- csv: Amount decimal places: expand, note import behaviour +- examples: shared-finances/ + +Scripts/addons + +API + + +# 1.33 2024-04-18 Breaking changes