Skip to content

Commit

Permalink
;doc: update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Jan 28, 2024
1 parent 116c755 commit 6d8e0ac
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 25 deletions.
14 changes: 11 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,19 @@ General changes in the hledger project.
For package-specific changes, see the hledger package changelogs.


# 1.32.3 2024-01-28
- ;pkg: bump version to 1.32.3
# 1.32.3 2024-01-29

Scripts/addons

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

- fix:pkg:include hledger-ui.exe in release binaries
# 1.32.2 2023-12-31

Docs

- Added:
Expand Down
13 changes: 6 additions & 7 deletions hledger-lib/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,16 @@ Improvements
Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
For user-visible changes, see the hledger package changelog.

# 1.32.3 2024-01-28
- ;doc: update manuals
# 1.32.3 2024-01-29

- ;cabal: update cabal files
- Some API renames ended up in this release, including

- ;pkg: bump version to 1.32.3
- amountStripPrices -> amountStripCost
- showAmountPrice -> showAmountCostB
- showAmountPriceDebug -> showAmountCostDebug

- fix: check mixed-cost balances correctly again (#2150, #2137)
Fixes a latent bug exposed by 1.30's fix for #2039.
This is a minimal backport of the fix from master, for 1.32.3.
# 1.32.2 2023-12-31

Breaking changes

- In Hledger.Data.Amount, noPrice is renamed to noCost.
Expand Down
9 changes: 5 additions & 4 deletions hledger-ui/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ API
User-visible changes in hledger-ui.
See also the hledger changelog.

# 1.32.3 2024-01-28
- ;doc: update manuals
# 1.32.3 2024-01-29

- ;cabal: update cabal files
- Use hledger-1.32.3

- Allow vty 6.2, brick 2.3

- ;pkg: bump version to 1.32.3
# 1.32.2 2023-12-31

Features

- hledger-ui is now available on Windows (ShrykeWindgrace)
Expand Down
7 changes: 3 additions & 4 deletions hledger-web/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@ API
User-visible changes in hledger-web.
See also the hledger changelog.

# 1.32.3 2024-01-28
- ;doc: update manuals
# 1.32.3 2024-01-29

- ;cabal: update cabal files
- Use hledger-1.32.3

- ;pkg: bump version to 1.32.3
# 1.32.2 2023-12-31

Fixes

- The --base-url option works again. [#2127], [#2100]
Expand Down
23 changes: 16 additions & 7 deletions hledger/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,26 @@ API
User-visible changes in the hledger command line tool and library.


# 1.32.3 2024-01-28
- ;doc: update manuals
# 1.32.3 2024-01-29

- ;cabal: update cabal files
Fixes

- A performance slowdown since 1.29, especially noticeable with many
accounts and transactions, has been fixed. [#2153]

- Balance assertions involving mixed-cost balances are checked correctly again
(a regression in 1.30). [#2150]

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

- ;pkg: bump version to 1.32.3

- fix: check mixed-cost balances correctly again (#2150, #2137)
Fixes a latent bug exposed by 1.30's fix for #2039.
This is a minimal backport of the fix from master, for 1.32.3.
# 1.32.2 2023-12-31

Fixes

- In CSV field assignments, %FIELD interpolation and `\n` can be used together again. [#2134]
Expand Down

0 comments on commit 6d8e0ac

Please sign in to comment.