summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG12
-rwxr-xr-xsetup.py2
2 files changed, 13 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ce001eb..4fa6fc8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,15 @@
+version 2.3 (2015-02-17)
+* refactor the main loop for instant i3bar update on module or i3status output change wrt issue #59, handle correctly all and multiple time and tztime instances while updating them only on py3status interval thx to @protosphere and @abello
+* clear cache of user modules on click events by default for maximal i3bar responsiveness
+* fix issue #63 wrt SIGUSR1 spam error, cap it to 1 per 100ms anyway to avoid killing i3status thx to @abello
+* lower the click event refresh mechanism rate limit to 100ms
+* remove legacy module ordering spammy debug logs
+* new spaceapi module, by Timm Szigat
+* new module bitcoin-price-checker, by André Doser
+* fix typo in imap module thx to @tasse
+* fix i3status setup race condition reported by @tasse
+* fix time adjustement for short iteration timers thx to @guilbep
+
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
diff --git a/setup.py b/setup.py
index 79ae060..3b8f465 100755
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ def read(fname):
setup(
name='py3status',
- version='2.2',
+ version='2.3',
author='Ultrabug',
author_email='ultrabug@ultrabug.net',
description='py3status is an extensible i3status wrapper written in python',