Changelog

This commit is contained in:
enkore 2015-06-20 10:59:21 +02:00
parent 85566a9897
commit 5e4955b0fb

View File

@ -6,15 +6,27 @@ master branch
+++++++++++++ +++++++++++++
* Errors can now be logged to ``~/.i3pystatus-<pid>`` * Errors can now be logged to ``~/.i3pystatus-<pid>``
- See :ref:`logging` - See :ref:`logging`
* Added new callback system * Added new callback system
- See :ref:`callbacks` - See :ref:`callbacks`
* Added credentials storage * Added credentials storage
- See :ref:`credentials` - See :ref:`credentials`
* Added deadbeef module * Added :ref:`hints` to support special uses cases
* Added github module * Added support for Pango markup
* Added whosonlocation module * Fixed issue where i3bar would interpret plain-text with
* Added openvpn module "HTML-look-alike" characters in them as HTML/Pango
* New modules
- github: Check Github for pending notifications.
- whosonlocation: Change your whosonlocation.com status.
- openvpn: Monitor OpenVPN connections. Currently only supports systems that use Systemd.
- net_speed: Attempts to provide an estimation of internet speeds.
- makewatch: Watches for make jobs and notifies when they are completed.
- dota2wins: Displays the win/loss ratio of a given Dota account.
- 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
- updates: Generic update checker. Currently supports apt-get, pacman and cower
- openstack_vms: Displays the number of VMs in an openstack cluster
in ACTIVE and non-ACTIVE states.
* backlight: add xbacklight support for changing brightness with mouse wheel * backlight: add xbacklight support for changing brightness with mouse wheel
* battery: added support for depleted batteries * battery: added support for depleted batteries
* battery: added support for multiple batteries * battery: added support for multiple batteries
@ -27,6 +39,7 @@ master branch
- Removed ``network_graph`` - Removed ``network_graph``
- Removed ``network_traffic`` - Removed ``network_traffic``
- Removed ``wireless`` - Removed ``wireless``
* network: added total traffic in Mbytes formatters
* network: ``basiciw`` is only required if it is used (wireless) * network: ``basiciw`` is only required if it is used (wireless)
* network: ``psutil`` is only required if it is used (traffic) * network: ``psutil`` is only required if it is used (traffic)
* network: scrolling changes displayed interface * network: scrolling changes displayed interface