File tree 5 files changed +44
-15
lines changed
5 files changed +44
-15
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,13 @@ General changes in the hledger project.
10
10
For package-specific changes, see the hledger package changelogs.
11
11
12
12
# 1.29.1 2023-03-16
13
- - ;pkg: bump version to 1.29.1
14
13
15
- - ;install: fix more brokenness
14
+ Scripts/addons
16
15
17
- - ; install: fix a brokenness with STACK_EXTRA_DEPS
16
+ - hledger- install: slight output cleanups
18
17
19
- - ;install: bump resolver
20
18
# 1.29 2023-03-11
19
+
21
20
Scripts/addons
22
21
23
22
- hledger-script-example.hs: rename/cleanup
Original file line number Diff line number Diff line change @@ -10,10 +10,18 @@ Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
10
10
For user-visible changes, see the hledger package changelog.
11
11
12
12
# 1.29.1 2023-03-16
13
- - ;cabal: update cabal files
14
13
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
+
16
23
# 1.29 2023-03-11
24
+
17
25
- added terminal colour detection helpers:
18
26
terminalIsLight
19
27
terminalLightness
Original file line number Diff line number Diff line change @@ -10,12 +10,11 @@ User-visible changes in hledger-ui.
10
10
See also the hledger changelog.
11
11
12
12
# 1.29.1 2023-03-16
13
- - ;doc: update manuals
14
13
15
- - ;cabal: update cabal files
14
+ - Allow building with GHC 9.6.1 ( # 2011 )
16
15
17
- - ;pkg: bump version to 1.29.1
18
16
# 1.29 2023-03-11
17
+
19
18
- In the help dialog, mention that LEFT shows other screens.
20
19
21
20
- In the manual, mention shift-up/down config needed for Terminal.app.
Original file line number Diff line number Diff line change @@ -10,12 +10,11 @@ User-visible changes in hledger-web.
10
10
See also the hledger changelog.
11
11
12
12
# 1.29.1 2023-03-16
13
- - ;doc: update manuals
14
13
15
- - ;cabal: update cabal files
14
+ - Allow building with GHC 9.6.1 ( # 2011 )
16
15
17
- - ;pkg: bump version to 1.29.1
18
16
# 1.29 2023-03-11
17
+
19
18
- The add form's typeahead now shows non-ascii text correctly.
20
19
(#1961 ) (Arsen Arsenović)
21
20
Original file line number Diff line number Diff line change @@ -10,12 +10,36 @@ User-visible changes in the hledger command line tool and library.
10
10
11
11
12
12
# 1.29.1 2023-03-16
13
- - ;doc: update manuals
14
13
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)
16
40
17
- - ;pkg: bump version to 1.29.1
18
41
# 1.29 2023-03-11
42
+
19
43
Breaking changes
20
44
21
45
- Weekly reports are no longer automatically adjusted to start on a
You can’t perform that action at this time.
0 commit comments