;changelogs
This commit is contained in:
parent
23a79af16c
commit
898cda4ee5
@ -1,7 +1,14 @@
|
|||||||
General/project-related changes in the hledger project.
|
General/project-related changes in the hledger project.
|
||||||
For package-specific changes, see the package changelogs.
|
For package-specific changes, see the package changelogs.
|
||||||
|
|
||||||
# d59ccb26
|
# 3178a860
|
||||||
|
|
||||||
|
- make ghcid-web-run
|
||||||
|
|
||||||
|
- bin: hledger-check-tag-files2, a version using cabal's v2-run command
|
||||||
|
|
||||||
|
- bin: hledger-check-tag-files, a script using stack's script command
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,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.
|
||||||
|
|
||||||
# e15eabdf
|
# 3cc79a67
|
||||||
|
|
||||||
- Fix Documentation for journalExpenseAccountQuery (Pavan Rikhi)
|
- Fix Documentation for journalExpenseAccountQuery (Pavan Rikhi)
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,9 @@
|
|||||||
User-visible changes in hledger-ui.
|
User-visible changes in hledger-ui.
|
||||||
See also the hledger changelog.
|
See also the hledger changelog.
|
||||||
|
|
||||||
# d868a7e1
|
# 293e2d81
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,8 +1,14 @@
|
|||||||
User-visible changes in hledger-web.
|
User-visible changes in hledger-web.
|
||||||
See also the hledger changelog.
|
See also the hledger changelog.
|
||||||
|
|
||||||
# d868a7e1
|
# 23a79af1
|
||||||
|
|
||||||
|
- web: add form: always start with four rows when opened
|
||||||
|
|
||||||
|
- web: add form: drop unneeded C-minus/C-plus keys & related help text
|
||||||
|
|
||||||
|
- web: fix a 2016 regression adding too many add form rows
|
||||||
|
from keypresses in the last amount field and CTRL-plus (#422, #1059)
|
||||||
|
|
||||||
|
|
||||||
# 1.17.1 2020-03-19
|
# 1.17.1 2020-03-19
|
||||||
|
|||||||
@ -1,7 +1,13 @@
|
|||||||
User-visible changes in the hledger command line tool and library.
|
User-visible changes in the hledger command line tool and library.
|
||||||
|
|
||||||
|
|
||||||
# d868a7e1
|
# e7e9f1ee
|
||||||
|
|
||||||
|
- csv: don't discard explicit assignments of a 0 amount
|
||||||
|
Eg: an `amount1 $0.00` assignment was generating a posting1 with
|
||||||
|
missing amount.
|
||||||
|
|
||||||
|
- allow spaces between sign and number when parsing amounts
|
||||||
|
|
||||||
- csv: when both `amount` and `amountN`s are assigned, instead of
|
- csv: when both `amount` and `amountN`s are assigned, instead of
|
||||||
failing, just ignore `amount` and let the `amountN`s have
|
failing, just ignore `amount` and let the `amountN`s have
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user