Update changelog

This commit is contained in:
Ivan Habunek 2018-01-14 15:40:57 +01:00
parent 508b4ff7ea
commit b444b06116
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
1 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,13 @@ Changelog
* Changed configuration file format to allow switching between multiple logged
in accounts (#32)
* Respect XDG_CONFIG_HOME environment variable to locate config home (#12)
* Many improvements to the curses app:
* Dynamically calculate left window width, supports narrower windows (#27)
* Redraw windows when terminal size changes (#25)
* Support scrolling the status list
* Fetch next batch of statuses when bottom is reached
* Support up/down arrows (#30)
* Misc visual improvements
**0.16.2 (2018-01-02)**