diff --git a/CHANGES.md b/CHANGES.md index b3d7ded5f..f0ed6bfa7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -25,7 +25,6 @@ Docs - move release notes from site repo to the main hledger repo - github release notes: improve windows install commands - dev doc updates; new Developer FAQ, Contributor Quick Start updates -- examples: shared finances - examples: csv: vanguard, fidelity updates Scripts/addons diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index 36c348c7e..24aab9549 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -31,6 +31,12 @@ Improvements - moved journalCheckBalanceAssertions to JournalChecks + +# 1.33.1 2024-05-02 + +- Updates for hledger 1.33.1 + + # 1.33 2024-04-18 Breaking changes diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index b99acbe4b..85c6ab712 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -27,13 +27,6 @@ Breaking changes Fixes -- Require vty-windows-0.2.0.2+ to avoid display problems in recent - MS Terminal on Windows. - -- We no longer require process >=1.6.19.0, as it hurt installability - and seems not strictly needed. - [#2149] - Features Improvements @@ -47,8 +40,19 @@ Docs API + +# 1.33.1 2024-05-02 + +- Require vty-windows-0.2.0.2+ to avoid display problems in recent + MS Terminal on Windows. + +- We no longer require process >=1.6.19.0, as it hurt installability + and seems not strictly needed. + [#2149] + [#2149]: https://github.com/simonmichael/hledger/issues/2149 + # 1.33 2024-04-18 Fixes diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index e06e2328b..71572460c 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -36,13 +36,16 @@ Improvements ghc-debug-brick or a ghc-debug query script, for analysing memory/profile info. -- support base64 >=1.0 - Docs API +# 1.33.1 2024-05-02 + +- Support base64 >=1.0 + + # 1.33 2024-04-18 Fixes diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 8f31999d8..78d4d90dd 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -32,20 +32,6 @@ Breaking changes Fixes -- We no longer require process >=1.6.19.0, as it hurt installability - and seems not strictly needed. - [#2149] - -- `print` and `close` now show a trailing decimal mark on cost amounts also, - when needed to disambiguate a digit group mark. - -- 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 @@ -62,15 +48,35 @@ Improvements 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.1 2024-05-02 + +- process >=1.6.19.0 seems not strictly needed and is no longer required, + improving installability. + [#2149] + +- `print` and `close` now show a trailing decimal mark on cost amounts also, + when needed to disambiguate a digit group mark. + +- The balance commands' HTML output now includes digit group marks when + appropriate (fixes a regression in 1.25). + [#2196] + +- The add command no longer shows ANSI escape codes in terminals that + don't support them. + +- Doc updates: + - import: Skipping -> Date skipping, discuss commodity styles more + - csv: Amount decimal places: expand, note import behaviour + +[#2149]: https://github.com/simonmichael/hledger/issues/2149 +[#2196]: https://github.com/simonmichael/hledger/issues/2196 + + # 1.33 2024-04-18 @@ -245,6 +251,7 @@ Docs - examples: invoicing: cleanups, renames - examples: invoicing: pandoc-make-invoice: don't write to $LEDGER_FILE; remove the REMOVE THIS LINE line - examples: csv: daedalus-transactions: update for current daedalus [#2171] +- examples: shared-finances/