I3ipc Python Versions Save

🐍 An improved Python library to control i3wm and sway.

v1.1.6

8 years ago

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)

v1.1.4

9 years ago

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()

v1.1.1

9 years ago

This version includes the following improvements:

  • Python 2 support
  • Support the window_instance container property
  • Pep8 compliance code cleanup

v0.1.1

10 years ago

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

v0.0.1

10 years ago

This is the initial release of i3ipc-python, an improved Python library to control i3wm.