Just maintaining maintainers maintainer work

This commit is contained in:
enkore 2015-06-22 22:57:08 +02:00
parent 2c40fa1a48
commit 442a3c4916

View File

@ -19,25 +19,25 @@ master branch
* Fixed issue where i3bar would interpret plain-text with * Fixed issue where i3bar would interpret plain-text with
"HTML-look-alike" characters in them as HTML/Pango "HTML-look-alike" characters in them as HTML/Pango
* New modules * New modules
- github: Check Github for pending notifications. - :py:mod:`.github`: Check Github for pending notifications.
- whosonlocation: Change your whosonlocation.com status. - :py:mod:`.whosonlocation`: Change your whosonlocation.com status.
- openvpn: Monitor OpenVPN connections. Currently only supports systems that use Systemd. - :py:mod:`.openvpn`: Monitor OpenVPN connections. Currently only supports systems that use Systemd.
- net_speed: Attempts to provide an estimation of internet speeds. - :py:mod:`.net_speed`: Attempts to provide an estimation of internet speeds.
- makewatch: Watches for make jobs and notifies when they are completed. - :py:mod:`.makewatch`: Watches for make jobs and notifies when they are completed.
- dota2wins: Displays the win/loss ratio of a given Dota account. - :py:mod:`.dota2wins`: Displays the win/loss ratio of a given Dota account.
- dpms: Shows and toggles status of DPMS which prevents screen from blanking. - :py:mod:`.dpms`: Shows and toggles status of DPMS which prevents screen from blanking.
- cpu_freq: uses by default /proc/cpuinfo to determine the current cpu frequency - :py:mod:`.cpu_freq`: uses by default /proc/cpuinfo to determine the current cpu frequency
- updates: Generic update checker. Currently supports apt-get, pacman and cower - :py:mod:`.updates`: Generic update checker. Currently supports apt-get, pacman and cower
- openstack_vms: Displays the number of VMs in an openstack - :py:mod:`.openstack_vms`: Displays the number of VMs in an openstack
cluster in ACTIVE and non-ACTIVE states. cluster in ACTIVE and non-ACTIVE states.
* backlight: add xbacklight support for changing brightness with mouse wheel * :py:mod:`.backlight`: add xbacklight support for changing brightness with mouse wheel
* battery: added support for depleted batteries * :py:mod:`.battery`: added support for depleted batteries
* battery: added support for multiple batteries * battery: added support for multiple batteries
* battery: added option to treat all batteries as one large battery (ALL) * battery: added option to treat all batteries as one large battery (ALL)
* cpu_usage: removed hard coded interval setting * :py:mod:`.cpu_usage`: removed hard coded interval setting
* cpu_usage_bar: fixed wrong default setting * :py:mod:`.cpu_usage_bar`: fixed wrong default setting
* clock: removed optional pytz dependency * :py:mod:`.clock`: removed optional pytz dependency
* network: cycle available interfaces on click * :py:mod:`.network`: cycle available interfaces on click
* network: centralized network modules * network: centralized network modules
- Removed ``network_graph`` - Removed ``network_graph``
- Removed ``network_traffic`` - Removed ``network_traffic``
@ -48,101 +48,102 @@ master branch
* network: scrolling changes displayed interface * network: scrolling changes displayed interface
* network: fixed bug that prevented color_up being shown if the user is not using network_traffic * network: fixed bug that prevented color_up being shown if the user is not using network_traffic
* network: various other enhancements * network: various other enhancements
* notmuch: fixed sync issue with database * :py:mod:`.notmuch`: fixed sync issue with database
* now_playing: added custom format and color when no player is running * :py:mod:`.now_playing`: added custom format and color when no player is running
* now_playing: differentiates between D-Bus errors and no players running * now_playing: differentiates between D-Bus errors and no players running
* now_playing: fixed D-Bus compatibility with players * now_playing: fixed D-Bus compatibility with players
* mail: added capability to display unread messages per account individually * :py:mod:`.mail`: added capability to display unread messages per account individually
* mpd: various enhancements and fixes * :py:mod:`.mpd`: various enhancements and fixes
* pulseaudio: detect default sink changes in pulseaudio * :py:mod:`.pulseaudio`: detect default sink changes in pulseaudio
* reddit: can open users mailbox now * :py:mod:`.reddit`: can open users mailbox now
* shell: fixed module not stripping newlines * :py:mod:`.shell`: fixed module not stripping newlines
* spotify: check for metadata on start * :py:mod:`.spotify`: check for metadata on start
* temp: alert temperatures * :py:mod:`.temp`: alert temperatures
* weather: removed pywapi dependency * :py:mod:`.weather`: removed pywapi dependency
* weather: add min_temp and max_temp formatters for daily min/max temperature * weather: add min_temp and max_temp formatters for daily min/max temperature
3.32 3.32
++++ ++++
* Added keyboard_locks module * Added :py:mod:`.keyboard_locks` module
* Added pianobar module * Added :py:mod:`.pianobar` module
* Added uname module * Added :py:mod:`.uname` module
* cmus: enhanced artist/title detection from filenames * :py:mod:`.cmus`: enhanced artist/title detection from filenames
* cmus: fixed issue when cmus is not running * cmus: fixed issue when cmus is not running
* mpd: added text_len and truncate_fields options to truncate long artist, album or song names * :py:mod:`.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 * :py:mod:`.network_traffic`: added hide_down and format_down options
* pomodoro: added format option * :py:mod:`.pomodoro`: added format option
* pomodoro: reset timer on left click * pomodoro: reset timer on left click
* pulseaudio: fix rounding error of percentage volume * :py:mod:`.pulseaudio`: fix rounding error of percentage volume
3.31 3.31
++++ ++++
* Added cmus module * Unexpected exceptions are now displayed in the status bar
* Added cpu_usage_graph module
* Added network_graph module
* Added network_traffic module
* Added pomodoro module
* Added uptime module
* alsa: mouse wheel changes volume
* battery: Added no_text_full option
* Core: added mouse wheel handling for upcoming i3 version * Core: added mouse wheel handling for upcoming i3 version
* cpu\_usage: Add multicore support
* cpu\_usage\_bar: Add multicore support
* Fixed issues with internet-related modules * Fixed issues with internet-related modules
* mail: db_path option made optional
* mpd: Play song on left click even if stopped
* network: Add unknown_up setting
* New module mixin: ip3ystatus.core.color.ColorRangeModule * New module mixin: ip3ystatus.core.color.ColorRangeModule
* parcel: Document lxml dependency * Added :py:mod:`.cmus` module
* pulseaudio: Added color_muted and color_unmuted options * Added :py:mod:`.cpu_usage_graph` module
* Added :py:mod:`.network_graph` module
* Added :py:mod:`.network_traffic` module
* Added :py:mod:`.pomodoro` module
* Added :py:mod:`.uptime` module
* :py:mod:`.alsa`: mouse wheel changes volume
* :py:mod:`.battery`: Added no_text_full option
* :py:mod:`.cpu_usage`: Add multicore support
* :py:mod:`.cpu_usage_bar`: Add multicore support
* :py:mod:`.mail`: db_path option made optional
* :py:mod:`.mpd`: Play song on left click even if stopped
* :py:mod:`.network`: Add unknown_up setting
* :py:mod:`.parcel`: Document lxml dependency
* :py:mod:`.pulseaudio`: Added color_muted and color_unmuted options
* pulseaudio: Added step, bar_type, multi_colors, vertical_bar_width options * pulseaudio: Added step, bar_type, multi_colors, vertical_bar_width options
* pulseaudio: Scroll to change master volume, right click to (un)mute * pulseaudio: Scroll to change master volume, right click to (un)mute
* Unexpected exceptions are now displayed in the status bar
3.30 3.30
++++ ++++
* Added bitcoin module * Added :py:mod:`.bitcoin` module
* Added now\_playing module * Added :py:mod:`.now_playing` module
* Added reddit module * Added :py:mod:`.reddit` module
* Added shell module * Added :py:mod:`.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" * :py:mod:`.alsa` and :py:mod:`.pulseaudio`: added optional
audio is muted. "formated_muted" audio is muted.
* battery: add bar formatter, add not_present_text, full_color, * :py:mod:`.battery`: add bar formatter, add not_present_text,
charging_color, not_present_color settings full_color, charging_color, not_present_color settings
* disk: add color and round_size options * :py:mod:`.disk`: add color and round_size options
* maildir: use os.listdir instead of ls * :py:mod:`.maildir`: use os.listdir instead of ls
* mem: add round_size option * :py:mod:`.mem`: add round_size option
* mpd: add color setting * :py:mod:`.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 * :py:mod:`.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) * :py:mod:`.parcel`: added support for Itella (Finnish national postal
setting. If provided, it will be used instead of "format" when the service) setting. If provided, it will be used instead of "format"
* temp: add file setting when the
* :py:mod:`.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 * :py:mod:`.text`: add cmd_leftclick and cmd_rightclick options
* weather: add colorize option * :py:mod:`.weather`: add colorize option
* wireless: Add quality_bar formatter * :py:mod:`.wireless`: Add quality_bar formatter
3.29 3.29
++++ ++++
* network: prefer non link-local v6 addresses * :py:mod:`.network`: prefer non link-local v6 addresses
* mail: Open email client and refresh email with mouse click * :py:mod:`.mail`: Open email client and refresh email with mouse click
* disk: Add display and critical limit * :py:mod:`.disk`: Add display and critical limit
* battery: fix errors if CURRENT_NOW is not present * :py:mod:`.battery`: fix errors if CURRENT_NOW is not present
* battery: add configurable colors * battery: add configurable colors
* load: add configurable colors and limit * :py:mod:`.load`: add configurable colors and limit
* parcel: rewrote DHL tracker * :py:mod:`.parcel`: rewrote DHL tracker
* Add spotify module * Add :py:mod:`.spotify` module
3.28 3.28
++++ ++++
@ -150,11 +151,11 @@ master branch
* **If you're currently using the i3pystatus command to run your i3bar**: * **If you're currently using the i3pystatus command to run your i3bar**:
Replace ``i3pystatus`` command in your i3 configuration with ``python ~/path/to/your/config.py`` Replace ``i3pystatus`` command in your i3 configuration with ``python ~/path/to/your/config.py``
* Do not name your script i3pystatus.py or it will break imports. * Do not name your script i3pystatus.py or it will break imports.
* New options for mem * New options for :py:mod:`.mem`
* Added cpu_usage * Added :py:mod:`.cpu_usage`
* Improved error handling * Improved error handling
* Removed ``i3pystatus`` binary * Removed ``i3pystatus`` binary
* pulseaudio: changed context name to "i3pystatus_pulseaudio" * :py:mod:`.pulseaudio:` changed context name to "i3pystatus_pulseaudio"
* Add maildir backend for mails * Add maildir backend for mails
* Code changes * Code changes
* Removed DHL tracker of parcel module, because it doesn't work anymore. * Removed DHL tracker of parcel module, because it doesn't work anymore.
@ -162,14 +163,14 @@ master branch
3.27 3.27
++++ ++++
* Add weather module * Add :py:mod:`.weather` module
* Add text module * Add :py:mod:`.text` module
* PulseAudio module: Add muted/unmuted options * :py:mod:`.pulseaudio`: Add muted/unmuted options
3.26 3.26
++++ ++++
* Add mem module * Add :py:mod:`.mem` module
3.24 3.24
++++ ++++
@ -178,8 +179,8 @@ master branch
configuration file** configuration file**
* Introduced TimeWrapper * Introduced TimeWrapper
* battery module: removed remaining\_* formatters in favor of * :py:mod:`.battery`: removed remaining\_* formatters in favor of
TimeWrapper, as it can not only reproduce all the variants removed, TimeWrapper, as it can not only reproduce all the variants removed,
but can do much more. but can do much more.
* mpd: Uses TimeWrapper for song_length, song_elapsed * :py:mod:`.mpd`: Uses TimeWrapper for song_length, song_elapsed