Update changelog 33c4ae2..HEAD

This commit is contained in:
enkore 2016-02-02 16:01:37 +01:00
parent 2890f942f3
commit c1bf93a951

View File

@ -16,13 +16,16 @@ master branch
- :py:mod:`.gpu_mem`, :py:mod:`.gpu_temp`: View memory and temperature stats of nVidia cards - :py:mod:`.gpu_mem`, :py:mod:`.gpu_temp`: View memory and temperature stats of nVidia cards
- :py:mod:`.solaar`: Show battery status of Solaar / Logitech Unifying devices - :py:mod:`.solaar`: Show battery status of Solaar / Logitech Unifying devices
- :py:mod:`.zabbix`: Alerts watcher for the Zabbix enterprise network monitor - :py:mod:`.zabbix`: Alerts watcher for the Zabbix enterprise network monitor
- :py:mod:`.sge`: Sun Grid Engine (SGE) monitor
- :py:mod:`.timer`: Timer
- :py:mod:`.syncthing`: Syncthing monitor and control
* Applications started from click events don't block other click events now * Applications started from click events don't block other click events now
* Fixed crash with desktop notifications when python-gobject is installed, but no notification daemon is running * Fixed crash with desktop notifications when python-gobject is installed, but no notification daemon is running
* Log file name is now an option (``logfile`` of :py:class:`.Status`) * Log file name is now an option (``logfile`` of :py:class:`.Status`)
* Server used for checking internet connectivity is now an option (``internet_check`` of :py:class:`.Status`) * Server used for checking internet connectivity is now an option (``internet_check`` of :py:class:`.Status`)
* Added double click support for click events * Added double click support for click events
* Formatter data is now available with most modules for program callbacks * Formatter data is now available with most modules for program callbacks
* Added :py:func:`.util.get_module` for advanced callbacks * ``self`` is not passed anymore by default to external Python callbacks (see :py:func:`.get_module`)
* :py:mod:`.dota2wins`: Now accepts usernames in place of a Steam ID * :py:mod:`.dota2wins`: Now accepts usernames in place of a Steam ID
* dota2wins: Changed win percentage to be a float * dota2wins: Changed win percentage to be a float
* :py:mod:`.uptime`: Added days, hours, minutes, secs formatters * :py:mod:`.uptime`: Added days, hours, minutes, secs formatters
@ -35,7 +38,10 @@ master branch
* :py:mod:`.cpu_usage`: Added color setting * :py:mod:`.cpu_usage`: Added color setting
* :py:mod:`.mpd`: Added hide\_inactive settings * :py:mod:`.mpd`: Added hide\_inactive settings
* mpd: Fixed a bug where an active playlist would be assumed, leading to no output * mpd: Fixed a bug where an active playlist would be assumed, leading to no output
* mpd: Added support for UNIX sockets
* :py:mod:`.updates`: Added yaourt backend * :py:mod:`.updates`: Added yaourt backend
* updates: Can display a working/busy message now
* updates: Additional formatters for every backend (to distinguish pacman vs. AUR updates, for example)
* :py:mod:`.reddit`: Added link\_karma and comment\_karma formatters * :py:mod:`.reddit`: Added link\_karma and comment\_karma formatters
* :py:mod:`.openvpn`: Configurable up/down symbols * :py:mod:`.openvpn`: Configurable up/down symbols
* :py:mod:`.disk`: Improved handling of unmounted drives. Previously * :py:mod:`.disk`: Improved handling of unmounted drives. Previously