From 5d30a1aeaa8b1666e988b1df542bfd3db6d33cdb Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 16 Apr 2024 18:50:55 -1000 Subject: [PATCH] ;doc: relnotes.github: add header, begin updating for 1.33 --- doc/relnotes.github.md | 55 +++++++++--------------------------------- 1 file changed, 11 insertions(+), 44 deletions(-) diff --git a/doc/relnotes.github.md b/doc/relnotes.github.md index 25aa5ed1b..8aeeb3bc2 100644 --- a/doc/relnotes.github.md +++ b/doc/relnotes.github.md @@ -1,55 +1,22 @@
-## Release notes (https://hledger.org/release-notes.html#2024-01-28-hledger-1323) +## Release notes (https://hledger.org/release-notes.html#2024-04-17-hledger-133) -### hledger 1.32.3 +### hledger 1.33 -Fixes +### hledger-ui 1.33 -- A performance slowdown since 1.29, especially noticeable with many - accounts and transactions, has been fixed. [#2153] +### hledger-web 1.33 -- Balance assertions involving mixed-cost balances are checked correctly again - (a regression in 1.30). [#2150] +### project changes 1.33 -- import --catchup works again (a regression in 1.32). [#2156] - -- --anon is now a deprecated hidden flag that raises an error, - but is still usable as --obfuscate (also hidden). [#2133] - -- Balance assertion error messages are clearer, and show the diff again. - -### hledger-ui 1.32.3 - -- Use hledger-1.32.3 - -- Allow vty 6.2, brick 2.3 - -### hledger-web 1.32.3 - -- Use hledger-1.32.3 - -### project changes 1.32.3 - -- bin/hledger-bar: Fix an error when NO_COLOR is not defined; - allow color when NO_COLOR is defined but empty, per no-color spec; - and fix shellcheck warnings. - [#2159] (Colin Dean, Simon Michael) - -- bin/hledger-simplebal: Fix shellcheck warnings. (Colin Dean) - -### credits 1.32.3 +### credits 1.33 Simon Michael, -Colin Dean. -[#2159]: https://github.com/simonmichael/hledger/issues/2159 -[#2156]: https://github.com/simonmichael/hledger/issues/2156 -[#2153]: https://github.com/simonmichael/hledger/issues/2153 -[#2150]: https://github.com/simonmichael/hledger/issues/2150 [#2133]: https://github.com/simonmichael/hledger/issues/2133
@@ -58,8 +25,8 @@ Colin Dean. At , binary packages should be available for this release within a few days (look for green badges). -Or, you can build from source as described there, after cloning at tag `1.32.3`: -`git clone https://github.com/simonmichael/hledger --depth 1 -b 1.32.3` +Or, you can build from source as described there, after cloning at tag `1.33`: +`git clone https://github.com/simonmichael/hledger --depth 1 -b 1.33` Or, if under "Assets" below there are release binaries suitable for your OS and hardware, you can use those.