i3/i3bar/CHANGELOG

31 lines
866 B
Plaintext
Raw Normal View History

v0.7
=====
- Make i3bar compatible with i3-4.0
- Implement disabling the workspace buttons
- Add Color for focused ws
- Add support for I3_SOCKET_PATH-atom
2011-02-21 09:47:58 -05:00
- Implement different dock-positions
- Hide-on-modifier is now the default behavior
- Change default socketpath to /tmp/i3-ipc.sock
- Use I3SOCK environment-variable
- Bugfix: Stop the reconn-timer before starting it again, else it's running twice
- Bugfix: Don't SIGSTOP child in dockmode
- Bugfix: If hide-on-modifier is set, stop the child after starting
2010-12-26 13:29:57 -05:00
- Bugfix: Recover from closed socket
- Some minor bugfixes
2010-12-26 13:29:57 -05:00
2010-12-23 10:38:22 -05:00
v0.6
=====
- Add manpage
2010-09-16 20:21:09 -04:00
- Implement hide-on-modifier
2010-12-23 10:38:22 -05:00
- Custom colors can be set from the commandline
2010-09-16 20:21:09 -04:00
- Use double-buffering
2010-12-23 10:38:22 -05:00
- Bugfix: Correctly render long text
- Bugfix: Don't segfault on SIGCHILD
- Bugfix: Double-fork() to avoid zombies
- Some minor bugfixes
2010-09-16 20:21:09 -04:00
v0.5
=====
- Initial release