2015-08-13 21:52:10 +03:00
|
|
|
User-visible changes in hledger-ui.
|
2015-10-26 16:09:57 +03:00
|
|
|
See also hledger's change log.
|
2015-08-13 21:52:10 +03:00
|
|
|
|
2015-12-03 19:53:29 +03:00
|
|
|
0.27.1 (2015/12/3)
|
|
|
|
|
|
|
|
- allow lens 4.13
|
|
|
|
- make reloading work on the transaction screen
|
|
|
|
|
|
|
|
|
2015-10-31 00:02:24 +03:00
|
|
|
0.27 (2015/10/30)
|
2015-08-13 21:52:10 +03:00
|
|
|
|
2015-10-26 16:09:57 +03:00
|
|
|
- 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,
|
2015-10-30 23:07:15 +03:00
|
|
|
where the vty lib is not yet supported).
|
2015-10-26 16:09:57 +03:00
|
|
|
|
2015-10-30 23:07:15 +03:00
|
|
|
The UI is quite simple, allowing just browsing of accounts and
|
|
|
|
transactions, but it has a number of improvements over the old
|
2015-10-26 16:37:33 +03:00
|
|
|
hledger-vty, which it replaces:
|
2015-10-26 16:09:57 +03:00
|
|
|
|
2015-10-26 16:37:33 +03:00
|
|
|
- adapts to screen size
|
|
|
|
- handles wide characters
|
|
|
|
- shows multi-commodity amounts on one line
|
2015-10-30 23:07:15 +03:00
|
|
|
- manages cursor and scroll position better
|
2015-10-26 16:37:33 +03:00
|
|
|
- allows depth adjustment
|
2015-10-30 23:07:15 +03:00
|
|
|
- allows --flat toggle
|
|
|
|
- allows --cleared toggle
|
2015-10-26 16:37:33 +03:00
|
|
|
- allows journal reloading
|
2015-10-30 23:07:15 +03:00
|
|
|
- shows a more useful transaction register, like hledger-web
|
2015-10-26 16:37:33 +03:00
|
|
|
- offers multiple color themes
|
2015-10-30 23:07:15 +03:00
|
|
|
- includes some built-in help
|
2015-10-26 16:09:57 +03:00
|
|
|
|
2015-10-26 16:37:33 +03:00
|
|
|
hledger-ui is built with brick, a new higher-level UI library based
|
2015-10-26 16:09:57 +03:00
|
|
|
on vty, making it relatively easy to grow and maintain.
|