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