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 1.7.1
4
+
5
+ Version 1.7.1 adds some bugfixes and features.
6
+
7
+ * Add support to get socketpath from the ` sway ` binary (93a8f0c).
8
+ * Return empty list on commands that don't return a result (cf55812).
9
+ * Implement the ` SHUTDOWN ` event (d338889).
10
+ * Implement the autoreconnect feature (fa3a813).
11
+ * Make sending commands thread safe (e9fcefa).
12
+ * Add ` title ` attribute to ` Con ` class (34ea24e).
13
+ * Add ` pid ` attribute to ` Con ` class for sway (bd0224e).
14
+
3
15
## Version 1.6.0
4
16
5
17
Version 1.6.0 adds the following bugfixes and features:
Original file line number Diff line number Diff line change 9
9
10
10
setup (
11
11
name = 'i3ipc' ,
12
- version = '1.6.0 ' ,
12
+ version = '1.7.1 ' ,
13
13
description = 'An improved Python library for i3wm extensions' ,
14
14
long_description = long_description ,
15
15
url = 'https://github.com/acrisci/i3ipc-python' ,
25
25
'Programming Language :: Python :: 3.2' ,
26
26
'Programming Language :: Python :: 3.3' ,
27
27
'Programming Language :: Python :: 3.4' ,
28
+ 'Programming Language :: Python :: 3.5' ,
29
+ 'Programming Language :: Python :: 3.6' ,
30
+ 'Programming Language :: Python :: 3.7' ,
28
31
],
29
32
keywords = 'i3 i3wm extensions add-ons' ,
30
33
packages = ['i3ipc' ],
You can’t perform that action at this time.
0 commit comments