mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-24 02:44:25 +03:00
doc: changelog/relnote updates
This commit is contained in:
parent
e5f794d2cb
commit
3967e57395
@ -4,6 +4,8 @@ See also the hledger and project change logs.
|
||||
|
||||
# 1.4 (2017/9/30)
|
||||
|
||||
* a @FILE argument reads flags & args from FILE, one per line
|
||||
|
||||
* enable --pivot and --anon options, like hledger CLI (#474) (Jakub Zárybnický)
|
||||
|
||||
* accept -NUM as a shortcut for --depth NUM
|
||||
|
@ -4,6 +4,8 @@ See also the hledger and the project change logs.
|
||||
|
||||
# 1.4 (2017/9/30)
|
||||
|
||||
* a @FILE argument reads flags & args from FILE, one per line
|
||||
|
||||
* enable --pivot and --anon options, like hledger CLI (#474) (Jakub Zárybnický)
|
||||
|
||||
* web: Make "Add transaction" button tabbable (#430) (Jakub Zárybnický)
|
||||
|
@ -4,6 +4,8 @@ See also the project change log.
|
||||
|
||||
# 1.4 (2017/9/30)
|
||||
|
||||
* cli: a @FILE argument reads flags & args from FILE, one per line
|
||||
|
||||
* cli: reorganized commands list, added some new command aliases:
|
||||
accounts: a
|
||||
balance: b
|
||||
|
@ -81,12 +81,12 @@ Peter Simons.
|
||||
test-stackage" for finding stackage build problems, switch to GHC
|
||||
8.2.1 as default for developer builds
|
||||
|
||||
* streamline docs page
|
||||
|
||||
* improve changelog/release notes process
|
||||
|
||||
* improve makefile help and speed
|
||||
|
||||
* reorganise/streamline docs page
|
||||
|
||||
### hledger-install.sh 1.4
|
||||
|
||||
Added a new installer script for the hledger tools, which aims to
|
||||
@ -146,6 +146,8 @@ but with the extra advantage of not showing empty accounts)
|
||||
|
||||
### hledger 1.4
|
||||
|
||||
* cli: a @FILE argument reads flags & args from FILE, one per line
|
||||
|
||||
* cli: reorganized commands list, added some new command aliases:
|
||||
accounts: a
|
||||
balance: b
|
||||
@ -229,6 +231,8 @@ but with the extra advantage of not showing empty accounts)
|
||||
|
||||
### hledger-ui 1.4
|
||||
|
||||
* a @FILE argument reads flags & args from FILE, one per line
|
||||
|
||||
* enable --pivot and --anon options, like hledger CLI (#474) (Jakub Zárybnický)
|
||||
|
||||
* accept -NUM as a shortcut for --depth NUM
|
||||
@ -251,6 +255,8 @@ but with the extra advantage of not showing empty accounts)
|
||||
|
||||
### hledger-web 1.4
|
||||
|
||||
* a @FILE argument reads flags & args from FILE, one per line
|
||||
|
||||
* enable --pivot and --anon options, like hledger CLI (#474) (Jakub Zárybnický)
|
||||
|
||||
* web: Make "Add transaction" button tabbable (#430) (Jakub Zárybnický)
|
||||
|
Loading…
Reference in New Issue
Block a user