diff --git a/hledger-ui/CHANGES b/hledger-ui/CHANGES index d4bd847ab..0ebf2ffcb 100644 --- a/hledger-ui/CHANGES +++ b/hledger-ui/CHANGES @@ -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.