]> git.sur5r.net Git - i3/i3status/blob - CHANGELOG
update changelog
[i3/i3status] / CHANGELOG
1 2012-05-11 i3status 2.5.1
2
3  • Handle %d with non-default CPU temperature path
4  • Improve error message when the cpu temperature cannot be read
5  • Remove cpu_temperature from the default config
6  • Error handling: Never output null as full_text (JSON), prefix messages with i3status
7
8 2012-05-02 i3status 2.5
9
10  • implement the i3bar JSON protocol
11  • Fix configuration paths in error message
12  • manpage: add a "format" example for run_watch
13  • manpage: add a section explaining why we don’t want RAM usage etc.
14  • manpage: add "exit 1" to example shell script.
15  • manpage: document %emptytime to the battery part
16  • various patches for OpenBSD
17
18 2011-12-27 i3status 2.4
19
20  • Support wifi, cpu usage, volume, disk usage on FreeBSD
21  • Don’t exit, but display an error when CPU temperature/usage/load is not
22    available
23  • manpage: load format is %1min %5min %15min
24  • Don’t use a default order, so that config files can use += everywhere
25  • Interpret configfiles case-insensitive
26  • battery: implement path option for batteries with non-standard paths
27
28 2011-07-21 i3status 2.3
29
30  • config search order is now ~/.i3status.conf, ~/.config/i3status/config,
31    /etc/i3status/config, then /etc/xdg/i3status/config
32  • battery: use POWER_NOW if CURRENT_NOW is not available (linux >= 2.6.36)
33  • use kill(0, pid) instead of /proc to check if a process is alive
34  • cache DNS query results also if there is no IPv6 connectivity
35  • implement the 'path' option for cpu_temperature
36  • add cpu_usage module
37  • automatically detect the output format unless configured specifically
38  • Bugfix: get time at the beginning of the loop
39  • Bugfix: respect locale settings (for %c in date format)
40  • debian: use [linux-any] in dependencies (Closes: #634491)
41
42 2010-09-22 i3status 2.2
43
44  • Implement a discordian date module (like ddate(1))
45  • Implement ALSA volume support
46  • disk: implement %avail (different from %free with regard to the reserved
47    space of your filesystem)
48  • wireless: display quality relative to the wireless maximum quality.
49  • wireless: display connection speed (bitrate)
50  • wireless: custom colors for link quality
51  • Bugfix: Treat an interface as 'down' when it cannot be found in
52    /proc/net/wireless
53  • Bugfix: Correctly check for interface up/down status
54
55 2010-04-10 i3status 2.1
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 2009-10-27 i3status 2.0
69
70  • add support for disk info (free/used/ins)
71  • add support for displaying the ESSID of the wireless interface
72  • add support for getting the public IPv6 address of the system
73  • all "modules" now support format strings
74  • switch to libconfuse for parsing the config file
75  • merge support for FreeBSD for many "modules"
76  • drop support for wmii, add support for xmobar
77
78 2009-06-21 i3status 1.2
79
80  • Handle SIGPIPE to avoid zombie processes
81
82 2009-06-17 i3status 1.1
83
84  • Implement getting temperature from thermal zones (Thanks atsutane)