;doc: update changelogs
This commit is contained in:
parent
7525014c7d
commit
02e242c9b1
@ -18,13 +18,15 @@ General changes in the hledger project.
|
|||||||
For package-specific changes, see the hledger package changelogs.
|
For package-specific changes, see the hledger package changelogs.
|
||||||
|
|
||||||
|
|
||||||
# 060528aac
|
# 8d62af8ae
|
||||||
|
|
||||||
Docs
|
Docs
|
||||||
|
|
||||||
- move release notes from site repo to the main hledger repo
|
- move release notes from site repo to the main hledger repo
|
||||||
- dev doc updates
|
- github release notes: improve windows install commands
|
||||||
|
- dev doc updates; new Developer FAQ, Contributor Quick Start updates
|
||||||
- examples: shared finances
|
- examples: shared finances
|
||||||
|
- examples: csv: vanguard, fidelity updates
|
||||||
|
|
||||||
Scripts/addons
|
Scripts/addons
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@ Improvements
|
|||||||
Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
|
Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
|
||||||
For user-visible changes, see the hledger package changelog.
|
For user-visible changes, see the hledger package changelog.
|
||||||
|
|
||||||
# 27d5f1455
|
# 7525014c7
|
||||||
|
|
||||||
Breaking changes
|
Breaking changes
|
||||||
|
|
||||||
@ -29,6 +29,7 @@ Fixes
|
|||||||
|
|
||||||
Improvements
|
Improvements
|
||||||
|
|
||||||
|
- moved journalCheckBalanceAssertions to JournalChecks
|
||||||
|
|
||||||
# 1.33 2024-04-18
|
# 1.33 2024-04-18
|
||||||
|
|
||||||
|
|||||||
@ -21,23 +21,33 @@ API
|
|||||||
User-visible changes in hledger-ui.
|
User-visible changes in hledger-ui.
|
||||||
See also the hledger changelog.
|
See also the hledger changelog.
|
||||||
|
|
||||||
# 4ae62a183
|
# 7525014c7
|
||||||
|
|
||||||
Breaking changes
|
Breaking changes
|
||||||
|
|
||||||
Fixes
|
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
|
Features
|
||||||
|
|
||||||
Improvements
|
Improvements
|
||||||
|
|
||||||
- Require vty-windows-0.2.0.2+ to avoid display problems in recent
|
- When built with the ghcdebug flag and started with --debug=-1,
|
||||||
MS Terminal on Windows.
|
hledger-ui can be controlled by ghc-debug clients like
|
||||||
|
ghc-debug-brick or a ghc-debug query script, for analysing
|
||||||
|
memory/profile info.
|
||||||
|
|
||||||
Docs
|
Docs
|
||||||
|
|
||||||
API
|
API
|
||||||
|
|
||||||
|
[#2149]: https://github.com/simonmichael/hledger/issues/2149
|
||||||
|
|
||||||
# 1.33 2024-04-18
|
# 1.33 2024-04-18
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@ API
|
|||||||
User-visible changes in hledger-web.
|
User-visible changes in hledger-web.
|
||||||
See also the hledger changelog.
|
See also the hledger changelog.
|
||||||
|
|
||||||
# 160bfff51
|
# 4c53ab419
|
||||||
|
|
||||||
Breaking changes
|
Breaking changes
|
||||||
|
|
||||||
@ -31,6 +31,11 @@ Features
|
|||||||
|
|
||||||
Improvements
|
Improvements
|
||||||
|
|
||||||
|
- When built with the ghcdebug flag and started with --debug=-1,
|
||||||
|
hledger-web can be controlled by ghc-debug clients like
|
||||||
|
ghc-debug-brick or a ghc-debug query script, for analysing
|
||||||
|
memory/profile info.
|
||||||
|
|
||||||
- support base64 >=1.0
|
- support base64 >=1.0
|
||||||
|
|
||||||
Docs
|
Docs
|
||||||
|
|||||||
@ -23,12 +23,22 @@ API
|
|||||||
User-visible changes in the hledger command line tool and library.
|
User-visible changes in the hledger command line tool and library.
|
||||||
|
|
||||||
|
|
||||||
# fbd26f67a
|
# 7525014c7
|
||||||
|
|
||||||
Breaking changes
|
Breaking changes
|
||||||
|
|
||||||
|
- `check ordereddates` no longer supports `--date2`; it checks primary
|
||||||
|
dates only.
|
||||||
|
|
||||||
Fixes
|
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
|
- Balance commands's HTML output now includes digit group marks when
|
||||||
appropriate (this broke in 1.25).
|
appropriate (this broke in 1.25).
|
||||||
[#2196]
|
[#2196]
|
||||||
@ -40,6 +50,14 @@ Features
|
|||||||
|
|
||||||
Improvements
|
Improvements
|
||||||
|
|
||||||
|
- Correctness checks now run in a documented order. Commodities are
|
||||||
|
now checked before accounts, and tags before recentassertions.
|
||||||
|
|
||||||
|
- When built with the `ghcdebug` flag and started with `--debug=-1`,
|
||||||
|
hledger can be controlled by ghc-debug clients like
|
||||||
|
ghc-debug-brick or a ghc-debug query script, for analysing
|
||||||
|
memory/profile info.
|
||||||
|
|
||||||
- Commands list cleanups; move the HELP and UIS sections to the top.
|
- Commands list cleanups; move the HELP and UIS sections to the top.
|
||||||
|
|
||||||
Docs
|
Docs
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user