Releases: altdesktop/i3ipc-python
Releases · altdesktop/i3ipc-python
Version 1.1.6
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)
Version 1.1.4
Version 1.1.4 includes the following enhancements and bug fixes:
- Convert README to rst
- fix con::command() formatting
- fix searches to not crash when windows don't have the searched-for
property - always set class properties
- get_bar_config() defaults to the first bar id
- add get_bar_config_list()
Version 1.1.1
This version includes the following improvements:
- Python 2 support
- Support the
window_instance
container property - Pep8 compliance code cleanup
Version 0.1.1
This version contains the following feature enhancements:
- Bump required i3ipc-GLib to version 0.1.1
- Connection
main
method quits the main loop when the ipc shuts down
Version 0.0.1
This is the initial release of i3ipc-python, an improved Python library to control i3wm.