Skip to content

Commit

Permalink
Bump to version 2.2.1
Browse files Browse the repository at this point in the history
See the CHANGELOG for more info.
  • Loading branch information
Tony Crisci committed Apr 5, 2020
1 parent 5066b95 commit 8ee7493
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## Version 2.2.1

Version 2.2.1 includes sway comatibility enhancements (#98) and other bugfixes.

* Make the sway INPUT event subscribable (#127).
* Remove the enum-compat dependency (#128).
* Add examples and docs to MANIFEST.in (#132).
* Add sway-specific fields to OutputReply (#137).
* Add `find_by_pid()` method for sway (#142).
* Add side properties to Gaps object (#143).
* Add `ipc_data` attribute to objects (8947b9f).
* Add all known sway properties (e6c7f1b).
* Fix scratchpad for sway (f11e729).
* Bug: fix crash after reload then restart (#148).

## Version 2.1.1

Version 2.1.1 includes bugfixes and new features.
Expand Down
2 changes: 1 addition & 1 deletion i3ipc/__version__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = 'i3ipc'
__description__ = 'An improved Python library to control i3wm and sway'
__url__ = 'https://github.com/altdesktop/i3ipc-python'
__version__ = '2.1.1'
__version__ = '2.2.1'
__author__ = 'Tony Crisci'
__author_email__ = 'tony@dubstepdish.com'
__license__ = 'BSD-3-Clause'
Expand Down

0 comments on commit 8ee7493

Please sign in to comment.