File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
18
## Version 2.1.1
4
19
5
20
Version 2.1.1 includes bugfixes and new features.
Original file line number Diff line number Diff line change 1
1
__title__ = 'i3ipc'
2
2
__description__ = 'An improved Python library to control i3wm and sway'
3
3
__url__ = 'https://github.com/altdesktop/i3ipc-python'
4
- __version__ = '2.1 .1'
4
+ __version__ = '2.2 .1'
5
5
__author__ = 'Tony Crisci'
6
6
__author_email__ = '[email protected] '
7
7
__license__ = 'BSD-3-Clause'
You can’t perform that action at this time.
0 commit comments