File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
315## Version 1.6.0
416
517Version 1.6.0 adds the following bugfixes and features:
Original file line number Diff line number Diff line change 99
1010setup (
1111 name = 'i3ipc' ,
12- version = '1.6.0 ' ,
12+ version = '1.7.1 ' ,
1313 description = 'An improved Python library for i3wm extensions' ,
1414 long_description = long_description ,
1515 url = 'https://github.com/acrisci/i3ipc-python' ,
2525 'Programming Language :: Python :: 3.2' ,
2626 'Programming Language :: Python :: 3.3' ,
2727 'Programming Language :: Python :: 3.4' ,
28+ 'Programming Language :: Python :: 3.5' ,
29+ 'Programming Language :: Python :: 3.6' ,
30+ 'Programming Language :: Python :: 3.7' ,
2831 ],
2932 keywords = 'i3 i3wm extensions add-ons' ,
3033 packages = ['i3ipc' ],
You can’t perform that action at this time.
0 commit comments