]> git.sur5r.net Git - i3/i3status/blob - debian/changelog
debian: update changelog
[i3/i3status] / debian / changelog
1 i3status (2.3-1) unstable; urgency=low
2
3   * config search order is now ~/.i3status.conf, ~/.config/i3status/config,
4     /etc/i3status/config, then /etc/xdg/i3status/config
5   * battery: use POWER_NOW if CURRENT_NOW is not available (linux >= 2.6.36)
6   * use kill(0, pid) instead of /proc to check if a process is alive
7   * cache DNS query results also if there is no IPv6 connectivity
8   * implement the 'path' option for cpu_temperature
9   * add cpu_usage module
10   * automatically detect the output format unless configured specifically
11   * Bugfix: get time at the beginning of the loop
12   * Bugfix: respect locale settings (for %c in date format)
13   * debian: use [linux-any] in dependencies (Closes: #634491)
14
15  -- Michael Stapelberg <michael@stapelberg.de>  Tue, 19 Jul 2011 15:35:30 +0200
16
17 i3status (2.2-1) unstable; urgency=low
18
19   * Implement a discordian date module (like ddate(1))
20   * Implement ALSA volume support
21   * disk: implement %avail (different from %free with regard to the reserved
22     space of your filesystem)
23   * wireless: display quality relative to the wireless maximum quality.
24   * wireless: display connection speed (bitrate)
25   * wireless: custom colors for link quality
26   * Bugfix: Treat an interface as 'down' when it cannot be found in
27     /proc/net/wireless
28   * Bugfix: Correctly check for interface up/down status
29
30  -- Michael Stapelberg <michael@stapelberg.de>  Wed, 22 Sep 2010 20:07:48 +0200
31
32 i3status (2.1-1) unstable; urgency=low
33
34   * battery: implement %emptytime, the time of day when your battery is empty
35   * ipv6: cache DNS query lookups (for finding the K root server)
36   * disk: also round when printing TB
37   * wireless: display no IP instead of (null)
38   * instead of a relative sleep(1), sleep until the full second
39   * colorize ethernet output
40   * use cap_net_admin instead of running i3status as root for getting
41     ethernet link speed
42   * ipv6: don't require a title for config option
43   * ipv6: provide format strings for ipv6 up and ipv6 down
44
45  -- Michael Stapelberg <michael@stapelberg.de>  Sat, 10 Apr 2010 23:48:52 +0200
46
47 i3status (2.0-1) unstable; urgency=low
48
49   * add support for disk info (free/used/ins)
50   * add support for displaying the ESSID of the wireless interface
51   * add support for getting the public IPv6 address of the system
52   * all "modules" now support format strings
53   * switch to libconfuse for parsing the config file
54   * merge support for FreeBSD for many "modules"
55   * drop support for wmii, add support for xmobar
56
57  -- Michael Stapelberg <michael@stapelberg.de>  Tue, 27 Oct 2009 20:07:58 +0100
58
59 i3status (1.2-3) unstable; urgency=low
60
61   * debian: Correct dependencies in /etc/init.d/i3status-wmii (Closes: #541626)
62   * debian: init script should not require root priviledges even to get the
63     usage information (Closes: #541627)
64   * debian: better error message when i3status-wmii is not enabled using
65     /etc/defaults/i3status-wmii (Closes: #541628)
66
67  -- Michael Stapelberg <michael@stapelberg.de>  Mon, 17 Aug 2009 14:57:49 +0200
68
69 i3status (1.2-2) unstable; urgency=low
70
71   * debian: use make distclean instead of make clean between both builds
72
73  -- Michael Stapelberg <michael@stapelberg.de>  Mon, 22 Jun 2009 19:04:22 +0200
74
75 i3status (1.2-1) unstable; urgency=low
76
77   * Handle SIGPIPE to avoid zombie processes
78   * debian: only build one package containing both binaries
79
80  -- Michael Stapelberg <michael@stapelberg.de>  Sun, 21 Jun 2009 13:58:03 +0200
81
82 i3status (1.1-1) unstable; urgency=low
83
84   * Implement getting temperature from thermal zones (Thanks atsutane)
85   * debian: Build a separate package with i3status in wmii mode
86
87  -- Michael Stapelberg <michael@stapelberg.de>  Wed, 17 Jun 2009 21:35:37 +0200
88
89 i3status (1.0-1) unstable; urgency=low
90
91   * Initial release
92   * Closes: #526520
93
94  -- Michael Stapelberg <michael@stapelberg.de>  Fri, 01 May 2009 19:52:45 +0200