Skip to content

Releases: altdesktop/i3ipc-python

Version 1.1.6

10 Nov 04:24
Compare
Choose a tag to compare

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

02 Apr 20:51
Compare
Choose a tag to compare

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

25 Feb 10:43
Compare
Choose a tag to compare

This version includes the following improvements:

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

Version 0.1.1

11 Mar 00:05
Compare
Choose a tag to compare

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

11 Mar 00:01
Compare
Choose a tag to compare

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