;doc: update changelogs

This commit is contained in:
Simon Michael 2023-03-18 20:10:25 -10:00
parent 13531b5b86
commit b9af9ab367
5 changed files with 35 additions and 7 deletions

View File

@ -9,7 +9,7 @@
General changes in the hledger project.
For package-specific changes, see the hledger package changelogs.
# 12247c876
# be8e64e49
# 1.29.1 2023-03-16

View File

@ -9,7 +9,35 @@
Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
For user-visible changes, see the hledger package changelog.
# 5ddb6028e
# 4d7d982f8
- added more terminal size, ANSI style/color helpers in Hledger.Utils.IO
(and therefore Hledger and Hledger.Cli.Script):
getTerminalHeightWidth
getTerminalHeight
getTerminalWidth
Color(..)
ColorIntensity(..)
bold'
faint'
black'
red'
green'
yellow'
blue'
magenta'
cyan'
white'
brightBlack'
brightRed'
brightGreen'
brightYellow'
brightBlue'
brightMagenta'
brightCyan'
brightWhite'
rgb'
# 1.29.1 2023-03-16

View File

@ -9,7 +9,7 @@
User-visible changes in hledger-ui.
See also the hledger changelog.
# 5655c533f
# 207cad0df
# 1.29.1 2023-03-16

View File

@ -9,7 +9,7 @@ __ _____| |__
User-visible changes in hledger-web.
See also the hledger changelog.
# 5655c533f
# 207cad0df
# 1.29.1 2023-03-16

View File

@ -9,14 +9,14 @@
User-visible changes in the hledger command line tool and library.
# 8ec59eafa
# 13531b5b8
Breaking changes
Features
- The new `demo` command plays brief asciinema "screencasts"
explaining various features and use cases.
- The new `demo` command plays brief asciinema screencasts explaining
various features and use cases.
Improvements