Version bump to v4.0.0-1
This commit is contained in:
parent
c34c9edd88
commit
b5ea060372
4 changed files with 16 additions and 3 deletions
|
@ -15,7 +15,7 @@ TARGET = harbour-batterybuddy
|
||||||
CONFIG += console sailfishapp sailfishapp_i18n dbus
|
CONFIG += console sailfishapp sailfishapp_i18n dbus
|
||||||
|
|
||||||
# Keep this in sync with service.pro and .spec
|
# Keep this in sync with service.pro and .spec
|
||||||
VERSION = 3.16.2-1
|
VERSION = 4.0.0-1
|
||||||
|
|
||||||
DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"
|
DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"
|
||||||
DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"
|
DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"
|
||||||
|
|
|
@ -1,3 +1,16 @@
|
||||||
|
* 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
|
||||||
|
- Drop support for SFOS 4.2 and older
|
||||||
|
- Clean up systemd service handling during install/update/uninstall
|
||||||
|
- Built with Sailfish OS SDK 3.8 for 4.3.0.12
|
||||||
|
|
||||||
|
* Sun Mar 20 2022 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.17.0-1
|
||||||
|
- Disable sandboxing
|
||||||
|
- Fix install/upgrade/uninstall scriptlets
|
||||||
|
- Service binary consumes less resources
|
||||||
|
- Don't try to close notifications if they are not open
|
||||||
|
|
||||||
* Wed Nov 24 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.16.2-1
|
* Wed Nov 24 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.16.2-1
|
||||||
- Fix .spec bin file path (thanks, leon and nephros)
|
- Fix .spec bin file path (thanks, leon and nephros)
|
||||||
- Built with Sailfish OS SDK 3.7 for 4.3.0.12
|
- Built with Sailfish OS SDK 3.7 for 4.3.0.12
|
||||||
|
|
|
@ -11,7 +11,7 @@ Name: harbour-batterybuddy
|
||||||
# Change the version and release strings in .pro file only!
|
# Change the version and release strings in .pro file only!
|
||||||
|
|
||||||
Summary: Battery Buddy
|
Summary: Battery Buddy
|
||||||
Version: 3.16.2
|
Version: 4.0.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: Qt/Qt
|
Group: Qt/Qt
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
|
|
|
@ -5,7 +5,7 @@ QT = core dbus
|
||||||
PKGCONFIG += nemonotifications-qt5
|
PKGCONFIG += nemonotifications-qt5
|
||||||
|
|
||||||
# Keep this in sync with application.pro and .spec
|
# Keep this in sync with application.pro and .spec
|
||||||
VERSION = 3.16.2-1
|
VERSION = 4.0.0-1
|
||||||
|
|
||||||
DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"
|
DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"
|
||||||
DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"
|
DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"
|
||||||
|
|
Loading…
Reference in a new issue