]> git.sur5r.net Git - i3/i3status/blobdiff - debian/changelog
debian: update changelog
[i3/i3status] / debian / changelog
index f14c814c74f3bffb7eaeeb4a88849decf729690e..bae6ed99dc15c3b456c2c2f41312867d7b203ece 100644 (file)
@@ -1,3 +1,49 @@
+i3status (2.3-1) unstable; urgency=low
+
+  * config search order is now ~/.i3status.conf, ~/.config/i3status/config,
+    /etc/i3status/config, then /etc/xdg/i3status/config
+  * battery: use POWER_NOW if CURRENT_NOW is not available (linux >= 2.6.36)
+  * use kill(0, pid) instead of /proc to check if a process is alive
+  * cache DNS query results also if there is no IPv6 connectivity
+  * implement the 'path' option for cpu_temperature
+  * add cpu_usage module
+  * automatically detect the output format unless configured specifically
+  * Bugfix: get time at the beginning of the loop
+  * Bugfix: respect locale settings (for %c in date format)
+  * debian: use [linux-any] in dependencies (Closes: #634491)
+
+ -- Michael Stapelberg <michael@stapelberg.de>  Tue, 19 Jul 2011 15:35:30 +0200
+
+i3status (2.2-1) unstable; urgency=low
+
+  * Implement a discordian date module (like ddate(1))
+  * Implement ALSA volume support
+  * disk: implement %avail (different from %free with regard to the reserved
+    space of your filesystem)
+  * wireless: display quality relative to the wireless maximum quality.
+  * wireless: display connection speed (bitrate)
+  * wireless: custom colors for link quality
+  * Bugfix: Treat an interface as 'down' when it cannot be found in
+    /proc/net/wireless
+  * Bugfix: Correctly check for interface up/down status
+
+ -- Michael Stapelberg <michael@stapelberg.de>  Wed, 22 Sep 2010 20:07:48 +0200
+
+i3status (2.1-1) unstable; urgency=low
+
+  * battery: implement %emptytime, the time of day when your battery is empty
+  * ipv6: cache DNS query lookups (for finding the K root server)
+  * disk: also round when printing TB
+  * wireless: display no IP instead of (null)
+  * instead of a relative sleep(1), sleep until the full second
+  * colorize ethernet output
+  * use cap_net_admin instead of running i3status as root for getting
+    ethernet link speed
+  * ipv6: don't require a title for config option
+  * ipv6: provide format strings for ipv6 up and ipv6 down
+
+ -- Michael Stapelberg <michael@stapelberg.de>  Sat, 10 Apr 2010 23:48:52 +0200
+
 i3status (2.0-1) unstable; urgency=low
 
   * add support for disk info (free/used/ins)