ui: finalise changelog

This commit is contained in:
Simon Michael 2015-10-30 13:07:15 -07:00
parent e061eabe2c
commit b15ff17186

View File

@ -5,23 +5,23 @@ See also hledger's change log.
- hledger-ui is a new curses-style UI, intended to be a standard part
of the hledger toolset for all users (except on native MS Windows,
where vty is not supported yet).
where the vty lib is not yet supported).
The UI is currently very simple, allowing just browsing of accounts
and transactions, but it has a number of improvements over the old
The UI is quite simple, allowing just browsing of accounts and
transactions, but it has a number of improvements over the old
hledger-vty, which it replaces:
- adapts to screen size
- handles wide characters
- manages cursor and scroll position better
- shows multi-commodity amounts on one line
- shows transactions rather than postings, like hledger-web
- manages cursor and scroll position better
- allows depth adjustment
- allows tree/flat mode toggle
- allows --flat toggle
- allows --cleared toggle
- allows journal reloading
- color-codes posting amounts
- shows a more useful transaction register, like hledger-web
- offers multiple color themes
- includes built-in help
- includes some built-in help
hledger-ui is built with brick, a new higher-level UI library based
on vty, making it relatively easy to grow and maintain.