mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 15:14:49 +03:00
42 lines
1.1 KiB
Plaintext
42 lines
1.1 KiB
Plaintext
User-visible changes in hledger-ui.
|
|
See also hledger's change log.
|
|
|
|
0.27.3 (2016/1/12)
|
|
|
|
- allow brick 0.4
|
|
|
|
0.27.2 (2016/1/11)
|
|
|
|
- allow brick 0.3.x
|
|
|
|
0.27.1 (2015/12/3)
|
|
|
|
- allow lens 4.13
|
|
- make reloading work on the transaction screen
|
|
|
|
|
|
0.27 (2015/10/30)
|
|
|
|
- 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 the vty lib is not yet supported).
|
|
|
|
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
|
|
- shows multi-commodity amounts on one line
|
|
- manages cursor and scroll position better
|
|
- allows depth adjustment
|
|
- allows --flat toggle
|
|
- allows --cleared toggle
|
|
- allows journal reloading
|
|
- shows a more useful transaction register, like hledger-web
|
|
- offers multiple color themes
|
|
- 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.
|