Skip to content

Commit

Permalink
Bump to version 1.2.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
acrisci committed Mar 19, 2016
1 parent 31899c9 commit a50c973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@

setup(
name='i3ipc',
version='1.1.6',
version='1.2.0',
description='An improved Python library for i3wm extensions',
long_description=long_description,
url='https://github.com/acrisci/i3ipc-python',
Expand Down

0 comments on commit a50c973

Please sign in to comment.