mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
doc: changelog updates
This commit is contained in:
parent
3387b45a90
commit
8566dedc57
15
doc/CHANGES
15
doc/CHANGES
@ -16,6 +16,8 @@ All 1.1 changes (move package-specific changes to package changelogs before rele
|
||||
|
||||
- Hledger.Read api cleanups
|
||||
|
||||
- rename dbgIO to dbg0IO, consistent with dbg0
|
||||
|
||||
## cli
|
||||
|
||||
- more predictable file format detection
|
||||
@ -33,6 +35,19 @@ All 1.1 changes (move package-specific changes to package changelogs before rele
|
||||
|
||||
- allow brick 0.14, vty 5.13, text-zipper 0.9
|
||||
|
||||
- --change shows period balances (changes) at startup
|
||||
|
||||
- with --watch, react to file changes in real time
|
||||
|
||||
Experimental, tested on OSX so far.
|
||||
Rapid successive file changes can cause it to get stuck.
|
||||
|
||||
- always reload when g is pressed
|
||||
|
||||
Previously it would check the modification time and reload only if
|
||||
it looked newer than the last reload, but this was interacting badly
|
||||
with --watch.
|
||||
|
||||
## web
|
||||
|
||||
- add --host option (#429)
|
||||
|
Loading…
Reference in New Issue
Block a user