You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Bump to version 1.1.6
Version 1.1.6 adds the following bug fixes
* Use enum-compat instead of enum34
* Safely set window class and instance (fixes crashes for windows with
no class or instance)
Bump to version 1.1.1
This version includes the following improvements:
* Python 2 support
* Support the `window_instance` container property
* Pep8 compliance code cleanup