File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 2.2.1
4+
5+ Version 2.2.1 includes sway comatibility enhancements (#98 ) and other bugfixes.
6+
7+ * Make the sway INPUT event subscribable (#127 ).
8+ * Remove the enum-compat dependency (#128 ).
9+ * Add examples and docs to MANIFEST.in (#132 ).
10+ * Add sway-specific fields to OutputReply (#137 ).
11+ * Add ` find_by_pid() ` method for sway (#142 ).
12+ * Add side properties to Gaps object (#143 ).
13+ * Add ` ipc_data ` attribute to objects (8947b9f).
14+ * Add all known sway properties (e6c7f1b).
15+ * Fix scratchpad for sway (f11e729).
16+ * Bug: fix crash after reload then restart (#148 ).
17+
318## Version 2.1.1
419
520Version 2.1.1 includes bugfixes and new features.
Original file line number Diff line number Diff line change 11__title__ = 'i3ipc'
22__description__ = 'An improved Python library to control i3wm and sway'
33__url__ = 'https://github.com/altdesktop/i3ipc-python'
4- __version__ = '2.1 .1'
4+ __version__ = '2.2 .1'
55__author__ = 'Tony Crisci'
66__author_email__ = '[email protected] ' 77__license__ = 'BSD-3-Clause'
You can’t perform that action at this time.
0 commit comments