summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG7
-rwxr-xr-xsetup.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1b99517..6c00727 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
diff --git a/setup.py b/setup.py
index d18ad76..73ed0ab 100755
--- a/setup.py
+++ b/setup.py
@@ -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',