summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorUltrabug <ultrabug@gentoo.org>2014-10-07 21:38:14 +0200
committerUltrabug <ultrabug@gentoo.org>2014-10-07 21:38:14 +0200
commit26b85eb4ddf0af5803e1fff0737fdc33bc4dafe7 (patch)
treeb82cae607d5348c799cc6a24a17acaf783c2d850 /CHANGELOG
parent27b3918976b4b910b3f4706ddc929726fba3bf49 (diff)
version 1.61.6
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index dba76a7..4a8c3e7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,25 @@
+version 1.6 (2014-10-07)
+* new vnstat module, by Vasiliy Horbachenko
+* new net_rate module, alternative module for tracking network rate, by Vasiliy Horbachenko
+* Fix include_paths default wrt issue #38, by Frank Haun
+* module clementine.py: Make python3 compatible, by Frank Haun
+* Update sysdata.py module, by @fhaun
+* rename the 'examples' folder to 'modules'
+* add an information note in the keyboard module
+* Merge pull request #34 from rayeshman/master
+* normalize the CACHE_TIMEOUT variable name
+* PEP8 and cleanup of scratchpad-counter module
+* PEP8 and normalization of mpd_status module
+* PEP8 and rename the current-title to window-title, normalization
+* switch french color to solarized blue on keyboard-layout module
+* rename current-keyboard-layout to keyboard-layout, PEP8 cleanup, implement check using setxkbmap for maximal compatibility, add french coloring
+* add optional CPU temperature to the sysdata module, by Rayeshman
+* new mpd_status module, by Vasiliy Horbachenko
+* add pypip badge for version
+* new scratchpad-counter module and current-title module for displaying current windows title, by Vasiliy Horbachenko
+* fix netdata module to work with python3 wrt issue #31
+* new clementine module displaying the current "artist - title" playing in Clementine, by François LASSERRE
+
version 1.5 (2014-05-03)
* add --version parameter wrt issue #29
* switch back to RST for the README wrt pypi and issue #30 thx to @Weishaupt