Skip to content

Commit c77cd87

Browse files
committed
;doc: changelogs: 1.29.1
1 parent 0c6f117 commit c77cd87

File tree

5 files changed

+44
-15
lines changed

5 files changed

+44
-15
lines changed

CHANGES.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@ General changes in the hledger project.
1010
For package-specific changes, see the hledger package changelogs.
1111

1212
# 1.29.1 2023-03-16
13-
- ;pkg: bump version to 1.29.1
1413

15-
- ;install: fix more brokenness
14+
Scripts/addons
1615

17-
- ;install: fix a brokenness with STACK_EXTRA_DEPS
16+
- hledger-install: slight output cleanups
1817

19-
- ;install: bump resolver
2018
# 1.29 2023-03-11
19+
2120
Scripts/addons
2221

2322
- hledger-script-example.hs: rename/cleanup

hledger-lib/CHANGES.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,18 @@ Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
1010
For user-visible changes, see the hledger package changelog.
1111

1212
# 1.29.1 2023-03-16
13-
- ;cabal: update cabal files
1413

15-
- ;pkg: bump version to 1.29.1
14+
- Hledger.Utils.String:
15+
16+
added:
17+
strip1Char
18+
stripBy
19+
strip1By
20+
21+
- Allow building with GHC 9.6.1; add base-compat (#2011)
22+
1623
# 1.29 2023-03-11
24+
1725
- added terminal colour detection helpers:
1826
terminalIsLight
1927
terminalLightness

hledger-ui/CHANGES.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ User-visible changes in hledger-ui.
1010
See also the hledger changelog.
1111

1212
# 1.29.1 2023-03-16
13-
- ;doc: update manuals
1413

15-
- ;cabal: update cabal files
14+
- Allow building with GHC 9.6.1 (#2011)
1615

17-
- ;pkg: bump version to 1.29.1
1816
# 1.29 2023-03-11
17+
1918
- In the help dialog, mention that LEFT shows other screens.
2019

2120
- In the manual, mention shift-up/down config needed for Terminal.app.

hledger-web/CHANGES.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ User-visible changes in hledger-web.
1010
See also the hledger changelog.
1111

1212
# 1.29.1 2023-03-16
13-
- ;doc: update manuals
1413

15-
- ;cabal: update cabal files
14+
- Allow building with GHC 9.6.1 (#2011)
1615

17-
- ;pkg: bump version to 1.29.1
1816
# 1.29 2023-03-11
17+
1918
- The add form's typeahead now shows non-ascii text correctly.
2019
(#1961) (Arsen Arsenović)
2120

hledger/CHANGES.md

+27-3
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,36 @@ User-visible changes in the hledger command line tool and library.
1010

1111

1212
# 1.29.1 2023-03-16
13-
- ;doc: update manuals
1413

15-
- ;cabal: update cabal files
14+
Improvements
15+
16+
- Hledger.Cli.Script now also exports
17+
18+
Control.Applicative
19+
Control.Concurrent
20+
Data.Char
21+
Data.Functor
22+
System.IO
23+
System.IO.Error
24+
25+
and new string helpers
26+
27+
strip1Char
28+
stripBy
29+
strip1By
30+
31+
- Allow building with GHC 9.6.1 (#2011)
32+
33+
Fixes
34+
35+
- The stats report no longer displays "Exact" in front of dates. (#2012)
36+
37+
Docs
38+
39+
- remove duplicate in `hledger close` docs (Yehoshua Pesach Wallach)
1640

17-
- ;pkg: bump version to 1.29.1
1841
# 1.29 2023-03-11
42+
1943
Breaking changes
2044

2145
- Weekly reports are no longer automatically adjusted to start on a

0 commit comments

Comments
 (0)