Update Readme & Changelog

This commit is contained in:
enkore 2014-06-13 20:12:06 +02:00
parent 2a77d15f6c
commit a00b0f8370
2 changed files with 32 additions and 8 deletions

View File

@ -48,22 +48,34 @@ Contributors
* jasonmhite * jasonmhite
* jedrz * jedrz
* jorio * jorio
* mekanix
* micha-a-schmidt * micha-a-schmidt
* philipdexter * philipdexter
* sbrunner * sbrunner
* siikamiika * siikamiika
* talwrii * talwrii
* tomxtobin
* tony * tony
* yemu * yemu
* zzatkin * zzatkin
3.30 (next version) next
+++++++++++++++++++ ++++
3.30
++++
* `text`_: add cmd_leftclick and cmd_rightclick options * `text`_: add cmd_leftclick and cmd_rightclick options
* `weather`_: add colorize option * `weather`_: add colorize option
* `disk`_: add color and round_size options * `disk`_: add color and round_size options
* `mem`_: add round_size option * `mem`_: add round_size option
* `mpd`_: next song on right click
* `network`_ and `wireless`_: support interfaces enslaved to a bonding master
* `alsa`_ and `pulseaudio`_: added optional "formated_muted"
setting. If provided, it will be used instead of "format" when the
audio is muted.
* `parcel`_: added support for Itella (Finnish national postal service)
* `network`_: detached_down is now True by default
3.29 3.29
++++ ++++
@ -390,7 +402,7 @@ Settings:
:alert_format_title: The title of the notification, all formatters can be used (default: ``Low battery``) :alert_format_title: The title of the notification, all formatters can be used (default: ``Low battery``)
:alert_format_body: The body text of the notification, all formatters can be used (default: ``Battery {battery_ident} has only {percentage:.2f}% ({remaining:%E%hh:%Mm}) remaining!``) :alert_format_body: The body text of the notification, all formatters can be used (default: ``Battery {battery_ident} has only {percentage:.2f}% ({remaining:%E%hh:%Mm}) remaining!``)
:path: Override the default-generated path (default: ``None``) :path: Override the default-generated path (default: ``None``)
:status: A dictionary mapping ('DIS', 'CHR', 'FULL') to alternative names (default: ``{'FULL': 'FULL', 'CHR': 'CHR', 'DIS': 'DIS'}``) :status: A dictionary mapping ('DIS', 'CHR', 'FULL') to alternative names (default: ``{'DIS': 'DIS', 'FULL': 'FULL', 'CHR': 'CHR'}``)
:color: The text color (default: ``#ffffff``) :color: The text color (default: ``#ffffff``)
:critical_color: The critical color (default: ``#ff0000``) :critical_color: The critical color (default: ``#ff0000``)
:interval: (default: ``5``) :interval: (default: ``5``)
@ -680,7 +692,7 @@ Settings:
:host: (default: ``localhost``) :host: (default: ``localhost``)
:port: MPD port (default: ``6600``) :port: MPD port (default: ``6600``)
:format: formatp string (default: ``{title} {status}``) :format: formatp string (default: ``{title} {status}``)
:status: Dictionary mapping pause, play and stop to output (default: ``{'play': '▶', 'stop': '◾', 'pause': '▷'}``) :status: Dictionary mapping pause, play and stop to output (default: ``{'pause': '▷', 'play': '▶', 'stop': '◾'}``)
:interval: (default: ``1``) :interval: (default: ``1``)
@ -715,7 +727,7 @@ Settings:
:color_up: (default: ``#00FF00``) :color_up: (default: ``#00FF00``)
:format_down: (default: ``{interface}``) :format_down: (default: ``{interface}``)
:color_down: (default: ``#FF0000``) :color_down: (default: ``#FF0000``)
:detached_down: If the interface doesn't exist, display it as if it were down (default: ``False``) :detached_down: If the interface doesn't exist, display it as if it were down (default: ``True``)
:name: (default: ``eth0``) :name: (default: ``eth0``)
:interval: (default: ``5``) :interval: (default: ``5``)
@ -936,7 +948,7 @@ Settings:
:color_up: (default: ``#00FF00``) :color_up: (default: ``#00FF00``)
:format_down: (default: ``{interface}``) :format_down: (default: ``{interface}``)
:color_down: (default: ``#FF0000``) :color_down: (default: ``#FF0000``)
:detached_down: If the interface doesn't exist, display it as if it were down (default: ``False``) :detached_down: If the interface doesn't exist, display it as if it were down (default: ``True``)
:name: (default: ``eth0``) :name: (default: ``eth0``)
:interval: (default: ``5``) :interval: (default: ``5``)

View File

@ -48,22 +48,34 @@ Contributors
* jasonmhite * jasonmhite
* jedrz * jedrz
* jorio * jorio
* mekanix
* micha-a-schmidt * micha-a-schmidt
* philipdexter * philipdexter
* sbrunner * sbrunner
* siikamiika * siikamiika
* talwrii * talwrii
* tomxtobin
* tony * tony
* yemu * yemu
* zzatkin * zzatkin
3.30 (next version) next
+++++++++++++++++++ ++++
3.30
++++
* `text`_: add cmd_leftclick and cmd_rightclick options * `text`_: add cmd_leftclick and cmd_rightclick options
* `weather`_: add colorize option * `weather`_: add colorize option
* `disk`_: add color and round_size options * `disk`_: add color and round_size options
* `mem`_: add round_size option * `mem`_: add round_size option
* `mpd`_: next song on right click
* `network`_ and `wireless`_: support interfaces enslaved to a bonding master
* `alsa`_ and `pulseaudio`_: added optional "formated_muted"
setting. If provided, it will be used instead of "format" when the
audio is muted.
* `parcel`_: added support for Itella (Finnish national postal service)
* `network`_: detached_down is now True by default
3.29 3.29
++++ ++++