;doc: update changelogs

This commit is contained in:
Simon Michael 2022-09-18 08:28:03 -10:00
parent 65019f72b4
commit a2be9a0bce
5 changed files with 45 additions and 0 deletions

View File

@ -9,6 +9,8 @@
General changes in the hledger project.
For package-specific changes, see the hledger package changelogs.
# 3e4f5f041
# 1.27 2022-09-01
Docs

View File

@ -9,6 +9,8 @@
Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
For user-visible changes, see the hledger package changelog.
# 0a501941e
# 1.27 2022-09-01
Breaking changes

View File

@ -9,6 +9,28 @@
User-visible changes in hledger-ui.
See also the hledger changelog.
# 0017281a6
Features
- New menu screen, balance sheet accounts screen, and income statement
accounts screens.
Improvements
- Mouse-clicking in empty space below the last list item no longer navigates
back. We found this too obtrusive, eg when you just want to focus the window.
- At --debug 2 and up, also log input & app events.
- Internal type changes to allow fewer invalid states and make hledger-ui
easier to develop and debug. Follow-on from the brick 1.0 migration work
(#1889, #1919).
Fixes
- Fixed a possible bug with detecting a change of date in --watch mode.
# 1.27 2022-09-01
Improvements

View File

@ -9,6 +9,12 @@ __ _____| |__
User-visible changes in hledger-web.
See also the hledger changelog.
# 509459604
Fixes
- The add form no longer gives an error when there is just a single file and no file field showing. (#1932)
# 1.27 2022-09-01
Improvements

View File

@ -9,6 +9,19 @@
User-visible changes in the hledger command line tool and library.
# 65019f72b
Improvements
- Developer builds made in a dirty working directory (uncommitted changes)
now show a plus sign (+) in --version output.
Fixes
- Balance commands using `-T -O html` no longer fail with an error
when there is no data to report.
(#1933)
# 1.27 2022-09-01
Features