Skip to content

Commit 8ee7493

Browse files
author
Tony Crisci
committed
Bump to version 2.2.1
See the CHANGELOG for more info.
1 parent 5066b95 commit 8ee7493

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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

520
Version 2.1.1 includes bugfixes and new features.

i3ipc/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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'

0 commit comments

Comments
 (0)