]> git.sur5r.net Git - i3/i3/blob - i3bar/CHANGELOG
don’t fix coordinates/change focus/warp when source_output was scratchpad
[i3/i3] / i3bar / CHANGELOG
1 v0.7
2 =====
3 - Make i3bar compatible with i3-4.0
4 - Implement disabling the workspace buttons
5 - Add Color for focused ws
6 - Add support for I3_SOCKET_PATH-atom
7 - Implement different dock-positions
8 - Hide-on-modifier is now the default behavior
9 - Change default socketpath to /tmp/i3-ipc.sock
10 - Use I3SOCK environment-variable
11 - Bugfix: Stop the reconn-timer before starting it again, else it's running twice
12 - Bugfix: Don't SIGSTOP child in dockmode
13 - Bugfix: If hide-on-modifier is set, stop the child after starting
14 - Bugfix: Recover from closed socket
15 - Some minor bugfixes
16
17 v0.6
18 =====
19 - Add manpage
20 - Implement hide-on-modifier
21 - Custom colors can be set from the commandline
22 - Use double-buffering
23 - Bugfix: Correctly render long text
24 - Bugfix: Don't segfault on SIGCHILD
25 - Bugfix: Double-fork() to avoid zombies
26 - Some minor bugfixes
27
28 v0.5
29 =====
30 - Initial release