diff options
| author | Ultrabug <ultrabug@gentoo.org> | 2014-02-23 19:59:31 +0100 |
|---|---|---|
| committer | Ultrabug <ultrabug@gentoo.org> | 2014-02-23 19:59:31 +0100 |
| commit | 904775ff56227fa57e5cae0637fec4445d4844f3 (patch) | |
| tree | b26dfff171f786cc4f022dc82795cc733f958c80 | |
| parent | 63081b3eacb9c3c1bbdc9e93db6db6e93685c3ce (diff) | |
version 1.31.3
| -rw-r--r-- | CHANGELOG | 7 | ||||
| -rwxr-xr-x | setup.py | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +version 1.3 (2014-02-23) +* new standalone mode allowing to bypass i3status when you need a py3status-modules-only i3bar +* debug mode add log info about py3status invocation config +* pep8 cosmetics +* python3 compatibility code wrt issue #24 +* make sure i3status_time encoding is UTF-8 wrt issue #24, thx to @zetok + version 1.2 (2014-01-12) * new module dpms.py allowing activation and deactivation of DPMS thx to André Doser * order i3status output updates to prevent it from overwritting any modification made on i3status json list by a user module, this avoids a possible user filter flapping on i3status modules @@ -15,7 +15,7 @@ def read(fname): setup( name='py3status', - version='1.2', + version='1.3', author='Ultrabug', author_email='ultrabug@ultrabug.net', description='py3status is an extensible i3status wrapper written in python', |
