Version bump to 2.1-1
This commit is contained in:
parent
d1c5676ca1
commit
6cee5f0888
3 changed files with 6 additions and 2 deletions
|
@ -72,7 +72,7 @@ Page {
|
|||
AboutLabel {
|
||||
font.pixelSize: Theme.fontSizeSmall
|
||||
color: Theme.secondaryColor
|
||||
text: qsTr("Version") + " 2.0-1"
|
||||
text: qsTr("Version") + " 2.1-1"
|
||||
}
|
||||
|
||||
AboutLabel {
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
* Sat Mar 21 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 2.1-1
|
||||
- Add landscape orientation support
|
||||
- Update Chinese translation (thanks, dashinfantry)
|
||||
|
||||
* Sat Mar 21 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 2.0-1
|
||||
- New feature: pause and resume charging (automatically/manually)
|
||||
- Implemented systemd service for charger control permissions
|
||||
|
|
|
@ -13,7 +13,7 @@ Name: harbour-batterybuddy
|
|||
%{!?qtc_make:%define qtc_make make}
|
||||
%{?qtc_builddir:%define _builddir %qtc_builddir}
|
||||
Summary: Battery Buddy
|
||||
Version: 2.0
|
||||
Version: 2.1
|
||||
Release: 1
|
||||
Group: Qt/Qt
|
||||
License: LICENSE
|
||||
|
|
Loading…
Reference in a new issue