doc: update release notes

This commit is contained in:
Simon Michael 2016-12-10 08:40:29 -08:00
parent 47ca1965b2
commit 282e85c602

View File

@ -3,7 +3,7 @@ See also the package change logs.
# 1.1 (unreleased) # 1.1 (unreleased)
All 1.1 changes (move package-specific changes to package changelogs before release): (Changes in all packages - move to package changelogs before release:)
## misc ## misc
@ -16,7 +16,11 @@ All 1.1 changes (move package-specific changes to package changelogs before rele
- Hledger.Read api cleanups - Hledger.Read api cleanups
- rename dbgIO to dbg0IO, consistent with dbg0 - rename dbgIO to dbg0IO, consistent with dbg0, and document a bug in dbg*IO
- make readJournalFiles [f] equivalent to readJournalFile f (#437)
- more general parser types enabling reuse outside of IO (#439)
## cli ## cli
@ -33,20 +37,22 @@ All 1.1 changes (move package-specific changes to package changelogs before rele
- mark hledger-ui as "stable" - mark hledger-ui as "stable"
- allow brick 0.14, vty 5.13, text-zipper 0.9 - allow brick 0.15, vty 5.14, text-zipper 0.9
- --change shows period balances (changes) at startup - with --watch, the display updates automatically to show file or date changes
- with --watch, react to file changes in real time hledger-ui --watch will reload data when the journal file (or any included file) changes.
Also, when viewing a current standard period (ie this day/week/month/quarter/year),
Experimental, tested on OSX so far. the period will move as needed to track the current system date.
Rapid successive file changes can cause it to get stuck.
- the --change flag shows period changes at startup instead of historical ending balances
- the A key runs the hledger-iadd tool, if installed
- always reload when g is pressed - always reload when g is pressed
Previously it would check the modification time and reload only if Previously it would check the modification time and reload only if
it looked newer than the last reload, but this was interacting badly it looked newer than the last reload.
with --watch.
## web ## web
@ -79,6 +85,11 @@ All 1.1 changes (move package-specific changes to package changelogs before rele
## journal format ## journal format
- balance assignments are now supported (#438, #129, #157, #288)
This feature also brings a slight performance drop (~5%);
optimisations welcome.
- also recognise `*.hledger` files as hledger journal format - also recognise `*.hledger` files as hledger journal format
## ledger format ## ledger format