File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
12
## Version 2.0.1
4
13
5
14
Version 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 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.0 .1'
4
+ __version__ = '2.1 .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