hledger/hledger-ui/CHANGES

42 lines
1.1 KiB
Plaintext
Raw Normal View History

User-visible changes in hledger-ui.
2015-10-26 16:09:57 +03:00
See also hledger's change log.
2016-01-13 00:46:47 +03:00
0.27.3 (2016/1/12)
- allow brick 0.4
2016-01-11 21:40:27 +03:00
0.27.2 (2016/1/11)
- allow brick 0.3.x
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-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
hledger-vty, which it replaces:
2015-10-26 16:09:57 +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
- allows depth adjustment
2015-10-30 23:07:15 +03:00
- allows --flat toggle
- allows --cleared toggle
- allows journal reloading
2015-10-30 23:07:15 +03:00
- shows a more useful transaction register, like hledger-web
- 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
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.