From 735f244270e43ac81845f9573a16be4ef78d1b4b Mon Sep 17 00:00:00 2001 From: enkore Date: Sun, 14 Dec 2014 14:32:38 +0100 Subject: [PATCH] 3.32 --- docs/changelog.rst | 14 ++++++++++++++ setup.py | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 85d9337..714e6d5 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 ++++ diff --git a/setup.py b/setup.py index 9eb2886..b8ef64d 100755 --- a/setup.py +++ b/setup.py @@ -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=[