Update README.rst

This commit is contained in:
enkore 2014-10-12 11:21:41 +02:00
parent a9f77cd83a
commit 48f9bc8d3c

View File

@ -80,62 +80,63 @@ Contributors
next next
++++ ++++
* Added `uptime`_ module * Added uptime module
* `cpu\_usage`_: Add multicore support * cpu\_usage: Add multicore support
* `cpu\_usage\_bar`_: Add multicore support * cpu\_usage\_bar: Add multicore support
* `network`_: Add unknown_up setting * network: Add unknown_up setting
* `parcel`_: Document lxml dependency * parcel: Document lxml dependency
* Added `network\_traffic`_ module * Added network\_traffic module
* `mpd`_: Play song on left click even if stopped * mpd: Play song on left click even if stopped
* Fixed issues with internet-related modules * Fixed issues with internet-related modules
* `battery`_: Added no_text_full option * battery: Added no_text_full option
* Unexpected exceptions are now displayed in the status bar * Unexpected exceptions are now displayed in the status bar
* `mail`_: db_path option made optional * mail: db_path option made optional
* Core: added mouse wheel handling for upcoming i3 version * Core: added mouse wheel handling for upcoming i3 version
* `alsa`_: mouse wheel changes volume * alsa: mouse wheel changes volume
* `pulseaudio`_: Added color_muted and color_unmuted options * pulseaudio: Added color_muted and color_unmuted options
*
3.30 3.30
++++ ++++
* Added `bitcoin`_ module * Added bitcoin module
* Added `now\_playing`_ module * Added now\_playing module
* Added `reddit`_ module * Added reddit module
* Added `shell`_ module * Added shell module
* Core: fixed custom statusline colors not working properly (see issue #74) * Core: fixed custom statusline colors not working properly (see issue #74)
* `alsa`_ and `pulseaudio`_: added optional "formated_muted" * alsa and pulseaudio: added optional "formated_muted"
audio is muted. audio is muted.
* `battery`_: add bar formatter, add not_present_text, full_color, * battery: add bar formatter, add not_present_text, full_color,
charging_color, not_present_color settings charging_color, not_present_color settings
* `disk`_: add color and round_size options * disk: add color and round_size options
* maildir: use os.listdir instead of ls * maildir: use os.listdir instead of ls
* `mem`_: add round_size option * mem: add round_size option
* `mpd`_: add color setting * mpd: add color setting
* `mpd`_: add filename formatter * mpd: add filename formatter
* `mpd`_: next song on right click * mpd: next song on right click
* `network`_ and `wireless`_: support interfaces enslaved to a bonding master * network and wireless: support interfaces enslaved to a bonding master
* `network`_: detached_down is now True by default * network: detached_down is now True by default
* `network`_: fixed some issues with interface up/down detection * network: fixed some issues with interface up/down detection
* `parcel`_: added support for Itella (Finnish national postal service) * parcel: added support for Itella (Finnish national postal service)
setting. If provided, it will be used instead of "format" when the setting. If provided, it will be used instead of "format" when the
* `temp`_: add file setting * temp: add file setting
* `temp`_: fixed issue with Linux kernels 3.15 and newer * temp: fixed issue with Linux kernels 3.15 and newer
* `temp`_: removed color_critical and high_factor options * temp: removed color_critical and high_factor options
* `text`_: add cmd_leftclick and cmd_rightclick options * text: add cmd_leftclick and cmd_rightclick options
* `weather`_: add colorize option * weather: add colorize option
* `wireless`_: Add quality_bar formatter * wireless: Add quality_bar formatter
3.29 3.29
++++ ++++
* `network`_: prefer non link-local v6 addresses * network: prefer non link-local v6 addresses
* `mail`_: Open email client and refresh email with mouse click * mail: Open email client and refresh email with mouse click
* `disk`_: Add display and critical limit * disk: Add display and critical limit
* `battery`_: fix errors if CURRENT_NOW is not present * battery: fix errors if CURRENT_NOW is not present
* `battery`_: add configurable colors * battery: add configurable colors
* `load`_: add configurable colors and limit * load: add configurable colors and limit
* `parcel`_: rewrote DHL tracker * parcel: rewrote DHL tracker
* Add `spotify`_ module * Add spotify module
3.28 3.28
++++ ++++