Commit 10d6f43
Tony Crisci
Bump to version 1.3.0
Version 1.3.0 adds the following bugfixes and features:
* Remove python-xlib dependency by getting the socket path from i3
binary.
* The `Con::command_children()` method should work properly.
* Make `socket.recv()` robust against interruptions.
* Change `Con::mark` to `Con::marks` for the new ipc api (might be
breaking).
* Add `Con::window_rect` and `Con::deco_rect` properties.
* Fix encoding problems in reading README.
* `Con::workspace()` returns self if it is a workspace instead of None.
* Fix the ipc-shutdown event.
* The library is now installed as a directory instead of a single file.
* Make the main loop work in multi-threaded environments.
* Add Travis CI.
* Add a test suite.
* Add robustness against UTF-8 errors by replacing bad UTF-8.1 parent a00f988 commit 10d6f43
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments