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