site: relnotes, devguide updates

This commit is contained in:
Simon Michael 2015-10-30 14:23:43 -07:00
parent 4ed27d5d25
commit fd5185a8e4
2 changed files with 11 additions and 10 deletions

View File

@ -701,7 +701,8 @@ If you're new to this process, [help.github.com](http://help.github.com) may be
- update version - update version
- edit .version - edit .version
- make setversion - make setversion
- double-check & commit (cabal files, manual, download page..) - double-check: cabal files, man pages ?, manual, download, release-notes, devguide..
- commit
- make tarballs/binaries - make tarballs/binaries
- ensure no packages are commented out in Makefile's PACKAGES - ensure no packages are commented out in Makefile's PACKAGES

View File

@ -3,7 +3,7 @@
<nav id="toc" class="right-toc"> <nav id="toc" class="right-toc">
<p>Major releases:</p> <p>Major releases:</p>
<ul> <ul>
<li><a href="#hledger-0.27">hledger 0.27 (2015/10/xx)</a> <li><a href="#hledger-0.27">hledger 0.27 (2015/10/30)</a>
<li><a href="#hledger-0.26">hledger 0.26 (2015/7/12)</a> <li><a href="#hledger-0.26">hledger 0.26 (2015/7/12)</a>
<li><a href="#hledger-0.25">hledger 0.25 (2015/4/7)</a> <li><a href="#hledger-0.25">hledger 0.25 (2015/4/7)</a>
<li><a href="#hledger-0.24">hledger 0.24 (2014/12/25)</a> <li><a href="#hledger-0.24">hledger 0.24 (2014/12/25)</a>
@ -142,23 +142,23 @@ register:
- 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](https://github.com/coreyoconnor/vty/pull/1)). where the vty lib is not [yet](https://github.com/coreyoconnor/vty/pull/1) 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.