]> git.sur5r.net Git - i3/i3status/blobdiff - debian/changelog
Display wireless quality as percentage
[i3/i3status] / debian / changelog
index 9def1fd551ef7fe824574303df36826e731f7062..daec33a02cf565080aeb473c17fabda68fa0223d 100644 (file)
@@ -1,3 +1,40 @@
+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)
+  * add support for displaying the ESSID of the wireless interface
+  * add support for getting the public IPv6 address of the system
+  * all "modules" now support format strings
+  * switch to libconfuse for parsing the config file
+  * merge support for FreeBSD for many "modules"
+  * drop support for wmii, add support for xmobar
+
+ -- Michael Stapelberg <michael@stapelberg.de>  Tue, 27 Oct 2009 20:07:58 +0100
+
+i3status (1.2-3) unstable; urgency=low
+
+  * debian: Correct dependencies in /etc/init.d/i3status-wmii (Closes: #541626)
+  * debian: init script should not require root priviledges even to get the
+    usage information (Closes: #541627)
+  * debian: better error message when i3status-wmii is not enabled using
+    /etc/defaults/i3status-wmii (Closes: #541628)
+
+ -- Michael Stapelberg <michael@stapelberg.de>  Mon, 17 Aug 2009 14:57:49 +0200
+
 i3status (1.2-2) unstable; urgency=low
 
   * debian: use make distclean instead of make clean between both builds