X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=debian%2Fchangelog;h=76db42c77ce0b4eb85e6c94a22d932865afdf567;hb=986536e28fdb8c2cac2187f0667c6ffbb1161f8d;hp=daec33a02cf565080aeb473c17fabda68fa0223d;hpb=15969ba680f5723038ad6d1b8bb204348108a2dc;p=i3%2Fi3status diff --git a/debian/changelog b/debian/changelog index daec33a..76db42c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,33 @@ +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) + + -- Michael Stapelberg Wed, 13 Jul 2011 16:25:53 +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 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