Skip to content

Commit 10d6f43

Browse files
author
Tony Crisci
committed
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='i3ipc',
12-
version='1.2.0',
12+
version='1.3.0',
1313
description='An improved Python library for i3wm extensions',
1414
long_description=long_description,
1515
url='https://github.com/acrisci/i3ipc-python',

0 commit comments

Comments
 (0)