Skip to content

Commit a50c973

Browse files
author
Tony Crisci
committed
Bump to version 1.2.0
Version 1.2.0 adds the following features: * Obey I3SOCK environment variable * Add Con::find_fullscreen() * Added properties: `scratchpad_state`, `window_role` * Con::find_marked() - make pattern optional And the following bugfixes: * Fix crash on `barconfig_update` event * Use underscores to subscribe to `barconfig_update` event * Correctly put floating nodes in the `floating_nodes` list of the Con
1 parent 31899c9 commit a50c973

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
@@ -8,7 +8,7 @@
88

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

0 commit comments

Comments
 (0)