Version bump to v4.1.0-beta1
This commit is contained in:
parent
7603a6d161
commit
5d3a6ac041
4 changed files with 14 additions and 4 deletions
|
@ -15,7 +15,7 @@ TARGET = harbour-batterybuddy
|
|||
CONFIG += console sailfishapp sailfishapp_i18n dbus
|
||||
|
||||
# Keep this in sync with service.pro and .spec
|
||||
VERSION = 4.0.0-1
|
||||
VERSION = 4.1.0-beta1
|
||||
|
||||
DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"
|
||||
DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
* Sun Aug 7 2022 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 4.1.0-beta1
|
||||
- Initial Jolla Tablet support (beta)
|
||||
- Log charging/discharging current
|
||||
- Log temperature changes with resolution of one degree Celsius
|
||||
- Search for control files using loops
|
||||
- Don't try to use non-existent files
|
||||
- Print correct log file name
|
||||
- Remove unused signals from service
|
||||
- Built with Sailfish OS SDK 3.9 for 4.4.0.68
|
||||
|
||||
* Sun Mar 20 2022 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 4.0.0-1
|
||||
- Enable sandboxing with appropriate permissions (GUI only)
|
||||
- Use QML DBusInterface for user service manipulation
|
||||
|
|
|
@ -11,8 +11,8 @@ Name: harbour-batterybuddy
|
|||
# Change the version and release strings in .pro file only!
|
||||
|
||||
Summary: Battery Buddy
|
||||
Version: 4.0.0
|
||||
Release: 1
|
||||
Version: 4.1.0
|
||||
Release: beta1
|
||||
Group: Qt/Qt
|
||||
License: GPLv3
|
||||
URL: http://example.org/
|
||||
|
|
|
@ -5,7 +5,7 @@ QT = core dbus
|
|||
PKGCONFIG += nemonotifications-qt5
|
||||
|
||||
# Keep this in sync with application.pro and .spec
|
||||
VERSION = 4.0.0-1
|
||||
VERSION = 4.1.0-beta1
|
||||
|
||||
DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"
|
||||
DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"
|
||||
|
|
Loading…
Reference in a new issue