;doc: update changelogs

This commit is contained in:
Simon Michael 2024-04-25 15:40:55 -10:00
parent 060528aac9
commit 1c5fd0c6a3
5 changed files with 90 additions and 1 deletions

View File

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

View File

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

View File

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

View File

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

View File

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