3.32
This commit is contained in:
parent
9de7640fcc
commit
735f244270
@ -5,6 +5,20 @@ Changelog
|
|||||||
master branch
|
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
|
3.31
|
||||||
++++
|
++++
|
||||||
|
|
||||||
|
4
setup.py
4
setup.py
@ -3,8 +3,8 @@
|
|||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
setup(name="i3pystatus",
|
setup(name="i3pystatus",
|
||||||
version="3.31",
|
version="3.32",
|
||||||
description="Like i3status, this generates status line for i3bar / i3wm",
|
description="A complete replacement for i3status",
|
||||||
url="http://github.com/enkore/i3pystatus",
|
url="http://github.com/enkore/i3pystatus",
|
||||||
license="MIT",
|
license="MIT",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
Loading…
Reference in New Issue
Block a user