;doc: changelogs: 1.33.1

This commit is contained in:
Simon Michael 2024-05-02 00:45:56 -10:00
parent 51f8f424cb
commit 2a659e18db
5 changed files with 47 additions and 28 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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/