1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
|
i3status (2.3-2) unstable; urgency=low
[ Axel Beckert ]
* Fix missing build-dependency on kfreebsd (Closes: #635104).
-- Michael Stapelberg <michael@stapelberg.de> Sat, 23 Jul 2011 18:28:59 +0200
i3status (2.3-1) unstable; urgency=low
[ Michael Stapelberg ]
* 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)
* debian: use [linux-any] in dependencies (Closes: #634491)
[ Axel Beckert ]
* Fix FTBFS on kfreebsd.
-- Michael Stapelberg <michael@stapelberg.de> Thu, 21 Jul 2011 21:22:54 +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 <michael@stapelberg.de> 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
* 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
-- Michael Stapelberg <michael@stapelberg.de> Mon, 22 Jun 2009 19:04:22 +0200
i3status (1.2-1) unstable; urgency=low
* Handle SIGPIPE to avoid zombie processes
* debian: only build one package containing both binaries
-- Michael Stapelberg <michael@stapelberg.de> Sun, 21 Jun 2009 13:58:03 +0200
i3status (1.1-1) unstable; urgency=low
* Implement getting temperature from thermal zones (Thanks atsutane)
* debian: Build a separate package with i3status in wmii mode
-- Michael Stapelberg <michael@stapelberg.de> Wed, 17 Jun 2009 21:35:37 +0200
i3status (1.0-1) unstable; urgency=low
* Initial release
* Closes: #526520
-- Michael Stapelberg <michael@stapelberg.de> Fri, 01 May 2009 19:52:45 +0200
|