This commit is contained in:
enkore 2014-12-14 14:32:38 +01:00
parent 9de7640fcc
commit 735f244270
2 changed files with 16 additions and 2 deletions

View File

@ -5,6 +5,20 @@ Changelog
master branch
+++++++++++++
3.32
++++
* Added keyboard_locks module
* Added pianobar module
* Added uname module
* cmus: enhanced artist/title detection from filenames
* cmus: fixed issue when cmus is not running
* mpd: added text_len and truncate_fields options to truncate long artist, album or song names
* network_traffic: added hide_down and format_down options
* pomodoro: added format option
* pomodoro: reset timer on left click
* pulseaudio: fix rounding error of percentage volume
3.31
++++

View File

@ -3,8 +3,8 @@
from setuptools import setup
setup(name="i3pystatus",
version="3.31",
description="Like i3status, this generates status line for i3bar / i3wm",
version="3.32",
description="A complete replacement for i3status",
url="http://github.com/enkore/i3pystatus",
license="MIT",
classifiers=[