File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 2.1.1
4+
5+ Version 2.1.1 includes bugfixes and new features.
6+
7+ * Regression: emit detailed events correctly (#126 )
8+ * Regression: null values in replies should be python None (#123 )
9+ * Add the sway input event (#122 )
10+ * Raise handler exceptions from Connection.main() (the old behavior was just to exit silently which is wrong) (#125 )
11+
312## Version 2.0.1
413
514Version 2.0.1 is a major release which adds breaking changes and major 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.0 .1'
4+ __version__ = '2.1 .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