release 1.1.1rc2
This commit is contained in:
parent
174d0388ca
commit
b86af20f67
|
@ -1,5 +1,7 @@
|
|||
# 1.1.1rc1
|
||||
# 1.1.1rc2
|
||||
|
||||
* Display battery percentage estimates from battery voltage
|
||||
* Add minimal support for Logitech PRO X Wireless Gaming Headset
|
||||
* Push settings when device requests software reconfiguration
|
||||
* Fix read for key/button diversion setting
|
||||
* Add modalias information to Solaar metainfo
|
||||
|
|
|
@ -4,7 +4,7 @@ tagline: Linux Device Manager for Logitech Unifying Receivers and Devices.
|
|||
owner: pwr-Solaar
|
||||
owner_url: https://github.com/pwr-Solaar
|
||||
repository: pwr-Solaar/Solaar
|
||||
version: 1.1.1rc1
|
||||
version: 1.1.1rc2
|
||||
show_downloads: false
|
||||
encoding: utf-8
|
||||
theme: jekyll-theme-slate
|
||||
|
|
|
@ -16,5 +16,5 @@
|
|||
## with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
|
||||
__version__ = '1.1.1rc1'
|
||||
__version__ = '1.1.1rc2'
|
||||
NAME = 'Solaar'
|
||||
|
|
|
@ -107,7 +107,7 @@ git ls-remote $remote | grep "refs/tags/$version$" >/dev/null
|
|||
[ $? -eq 0 ] && echo -e '\nError: Tag already exists on remote' && exit 1
|
||||
|
||||
# Check if version is in the changelog
|
||||
grep "^$version:" ChangeLog.md >/dev/null
|
||||
grep '^# '"$version" ChangeLog.md >/dev/null
|
||||
[ $? -ne 0 ] && echo 'Error: Version is not present in the changelog' && exit 1
|
||||
|
||||
echo
|
||||
|
|
Loading…
Reference in New Issue