ui: finalise changelog
This commit is contained in:
parent
e061eabe2c
commit
b15ff17186
@ -5,23 +5,23 @@ See also hledger's change log.
|
|||||||
|
|
||||||
- hledger-ui is a new curses-style UI, intended to be a standard part
|
- 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,
|
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
|
The UI is quite simple, allowing just browsing of accounts and
|
||||||
and transactions, but it has a number of improvements over the old
|
transactions, but it has a number of improvements over the old
|
||||||
hledger-vty, which it replaces:
|
hledger-vty, which it replaces:
|
||||||
|
|
||||||
- adapts to screen size
|
- adapts to screen size
|
||||||
- handles wide characters
|
- handles wide characters
|
||||||
- manages cursor and scroll position better
|
|
||||||
- shows multi-commodity amounts on one line
|
- 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 depth adjustment
|
||||||
- allows tree/flat mode toggle
|
- allows --flat toggle
|
||||||
|
- allows --cleared toggle
|
||||||
- allows journal reloading
|
- allows journal reloading
|
||||||
- color-codes posting amounts
|
- shows a more useful transaction register, like hledger-web
|
||||||
- offers multiple color themes
|
- 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
|
hledger-ui is built with brick, a new higher-level UI library based
|
||||||
on vty, making it relatively easy to grow and maintain.
|
on vty, making it relatively easy to grow and maintain.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user