summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUltrabug <ultrabug@gentoo.org>2015-01-23 16:25:00 +0100
committerUltrabug <ultrabug@gentoo.org>2015-01-23 16:25:00 +0100
commitc7a63a70303e198d0bcc6253a67d64293cba0adb (patch)
treed561a8613e76d845e8756ff758b6af9ead912376
parent25a65583b1144dd6706bee1a5499b8b48456eabf (diff)
version 2.22.2
-rw-r--r--CHANGELOG12
-rwxr-xr-xsetup.py2
2 files changed, 13 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bd8b1d9..ce001eb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,15 @@
+version 2.2 (2015-01-23)
+* rewrite and cleanup the modules loading mechanism to handle correctly user provided modules instances wrt #57 thx to @wlcx and @Zopieux
+* fix module name parsing thx to @guiniol
+* fix python3 default i3status.conf file path detection
+* fix i3status.conf parsing of one-liner configurations
+* support time/tztime definitions with extra parts in the section name, by Jyri-Petteri Paloposki
+* add more user configurable params to the pomodoro module wrt issue #53 thx to @promaq
+* add possibility to color mpd_status, by Thomas Sanchez
+* update get_user_modules docstring
+* add debug log of user provided modules
+* better format module loading error messages
+
version 2.1 (2015-01-09)
* fix i3status.conf parsing when config parameters contains brackets wrt issue #51 thx to @ZeiP
* fix NamedTemporaryFile file delete throwing an OSError as we clean it up ourselves to be compatible with all python versions
diff --git a/setup.py b/setup.py
index 6aadbb1..79ae060 100755
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ def read(fname):
setup(
name='py3status',
- version='2.1',
+ version='2.2',
author='Ultrabug',
author_email='ultrabug@ultrabug.net',
description='py3status is an extensible i3status wrapper written in python',