release 1.1.1
This commit is contained in:
parent
fce2a29a50
commit
723959ba1c
|
@ -1,5 +1,9 @@
|
||||||
# 1.1.1rc2
|
# 1.1.1
|
||||||
|
|
||||||
|
* Keep left pane in Solaar main window the same size
|
||||||
|
* Fix crash when checking a process condition when X11 not running
|
||||||
|
* Add version number to output of solaar show
|
||||||
|
* Fix crash when pinging a device with unknown protocol
|
||||||
* Display battery percentage estimates from battery voltage
|
* Display battery percentage estimates from battery voltage
|
||||||
* Add minimal support for Logitech PRO X Wireless Gaming Headset
|
* Add minimal support for Logitech PRO X Wireless Gaming Headset
|
||||||
* Push settings when device requests software reconfiguration
|
* Push settings when device requests software reconfiguration
|
||||||
|
|
|
@ -4,7 +4,7 @@ tagline: Linux Device Manager for Logitech Unifying Receivers and Devices.
|
||||||
owner: pwr-Solaar
|
owner: pwr-Solaar
|
||||||
owner_url: https://github.com/pwr-Solaar
|
owner_url: https://github.com/pwr-Solaar
|
||||||
repository: pwr-Solaar/Solaar
|
repository: pwr-Solaar/Solaar
|
||||||
version: 1.1.1rc2
|
version: 1.1.1
|
||||||
show_downloads: false
|
show_downloads: false
|
||||||
encoding: utf-8
|
encoding: utf-8
|
||||||
theme: jekyll-theme-slate
|
theme: jekyll-theme-slate
|
||||||
|
|
|
@ -16,5 +16,5 @@
|
||||||
## with this program; if not, write to the Free Software Foundation, Inc.,
|
## with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
|
||||||
__version__ = '1.1.1rc2'
|
__version__ = '1.1.1'
|
||||||
NAME = 'Solaar'
|
NAME = 'Solaar'
|
||||||
|
|
Loading…
Reference in New Issue