mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;doc: update changelogs
This commit is contained in:
parent
81dfbc9ac2
commit
abd63db3e7
@ -9,7 +9,10 @@
|
|||||||
General changes in the hledger project (and notable all-package releases).
|
General changes in the hledger project (and notable all-package releases).
|
||||||
For package-specific changes and minor releases, see the hledger package changelogs.
|
For package-specific changes and minor releases, see the hledger package changelogs.
|
||||||
|
|
||||||
# 8c890f845
|
# 767377802
|
||||||
|
|
||||||
|
- `Shake cabalfiles` now uses (and requires) hpack in $PATH, to avoid building.
|
||||||
|
It should be the version that's in the current stack release, to avoid commit conflicts.
|
||||||
|
|
||||||
- website updates:
|
- website updates:
|
||||||
- Reorganised site content.
|
- Reorganised site content.
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
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.
|
||||||
|
|
||||||
# fc8aa602c
|
# 95de5a878
|
||||||
|
|
||||||
API changes
|
API changes
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
User-visible changes in hledger-ui.
|
User-visible changes in hledger-ui.
|
||||||
See also the hledger changelog.
|
See also the hledger changelog.
|
||||||
|
|
||||||
# 4451d68a6
|
# 81dfbc9ac
|
||||||
|
|
||||||
# 1.22.1 2021-08-02
|
# 1.22.1 2021-08-02
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ __ _____| |__
|
|||||||
User-visible changes in hledger-web.
|
User-visible changes in hledger-web.
|
||||||
See also the hledger changelog.
|
See also the hledger changelog.
|
||||||
|
|
||||||
# fc8aa602c
|
# 95de5a878
|
||||||
|
|
||||||
# 1.22.1 2021-08-02
|
# 1.22.1 2021-08-02
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
User-visible changes in the hledger command line tool and library.
|
User-visible changes in the hledger command line tool and library.
|
||||||
|
|
||||||
|
|
||||||
# d07d0de2d
|
# 81dfbc9ac
|
||||||
|
|
||||||
Features
|
Features
|
||||||
|
|
||||||
@ -17,15 +17,17 @@ Features
|
|||||||
a case insensitive description substring which selects a subset of
|
a case insensitive description substring which selects a subset of
|
||||||
the journal's periodic transactions for settinig budget goals.
|
the journal's periodic transactions for settinig budget goals.
|
||||||
This makes it possible to keep multiple named budgets in one journal,
|
This makes it possible to keep multiple named budgets in one journal,
|
||||||
and select the one you want with --budget's argument. (#1612)
|
and select the one you want with --budget's argument.
|
||||||
|
(#1612)
|
||||||
|
|
||||||
Improvements
|
Improvements
|
||||||
|
|
||||||
- In JSON output, object attributes are now ordered alphabetically,
|
- In JSON output, object attributes are now ordered alphabetically,
|
||||||
consistently for all GHC and haskell lib versions. (#1618, Stephen
|
consistently for all GHC and haskell lib versions.
|
||||||
Morgan)
|
(#1618, Stephen Morgan)
|
||||||
|
|
||||||
- JSON output now indents with 2 spaces rather than 4. (Stephen Morgan)
|
- JSON output now indents with 2 spaces rather than 4.
|
||||||
|
(Stephen Morgan)
|
||||||
|
|
||||||
- The balance commands' `-S/--sort-amount` flag now behaves more
|
- The balance commands' `-S/--sort-amount` flag now behaves more
|
||||||
predictably and intuitively with multiple commodities.
|
predictably and intuitively with multiple commodities.
|
||||||
@ -41,6 +43,9 @@ Improvements
|
|||||||
|
|
||||||
Fixes
|
Fixes
|
||||||
|
|
||||||
|
- Make sure `--forecast` transactions are generated up to the day before the provided query end date.
|
||||||
|
(#1633, Stephen Morgan)
|
||||||
|
|
||||||
# 1.22.1 2021-08-02
|
# 1.22.1 2021-08-02
|
||||||
|
|
||||||
Improvements
|
Improvements
|
||||||
|
Loading…
Reference in New Issue
Block a user