Update changelog - toot - Unnamed repository; edit this file 'description' to n… | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit b444b06116eda5dc55856e77c9ea593102911a1f | |
parent 508b4ff7eacf0bb54b827df661dbdcfaf548faf7 | |
Author: Ivan Habunek <[email protected]> | |
Date: Sun, 14 Jan 2018 15:40:57 +0100 | |
Update changelog | |
Diffstat: | |
CHANGELOG.md | 7 +++++++ | |
1 file changed, 7 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/CHANGELOG.md b/CHANGELOG.md | |
@@ -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)** | |