Skip to content

Commit 723959b

Browse files
committed
release 1.1.1
1 parent fce2a29 commit 723959b

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

ChangeLog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
# 1.1.1rc2
1+
# 1.1.1
22

3+
* Keep left pane in Solaar main window the same size
4+
* Fix crash when checking a process condition when X11 not running
5+
* Add version number to output of solaar show
6+
* Fix crash when pinging a device with unknown protocol
37
* Display battery percentage estimates from battery voltage
48
* Add minimal support for Logitech PRO X Wireless Gaming Headset
59
* Push settings when device requests software reconfiguration

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tagline: Linux Device Manager for Logitech Unifying Receivers and Devices.
44
owner: pwr-Solaar
55
owner_url: https://github.com/pwr-Solaar
66
repository: pwr-Solaar/Solaar
7-
version: 1.1.1rc2
7+
version: 1.1.1
88
show_downloads: false
99
encoding: utf-8
1010
theme: jekyll-theme-slate

lib/solaar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
## with this program; if not, write to the Free Software Foundation, Inc.,
1717
## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1818

19-
__version__ = '1.1.1rc2'
19+
__version__ = '1.1.1'
2020
NAME = 'Solaar'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from distutils.core import setup
99

1010
# from solaar import NAME, __version__
11-
__version__ = '1.1.1rc2'
11+
__version__ = '1.1.1'
1212
NAME = 'Solaar'
1313

1414

0 commit comments

Comments
 (0)