diff --git a/application/application.pro b/application/application.pro index 742dfe8..1879eb0 100644 --- a/application/application.pro +++ b/application/application.pro @@ -15,7 +15,7 @@ TARGET = harbour-batterybuddy CONFIG += console sailfishapp sailfishapp_i18n # Keep this in sync with "service.pro" -VER = 3.3 +VER = 3.4 REL = 1 VERSION = $${VER}-$${REL} diff --git a/rpm/harbour-batterybuddy.changes b/rpm/harbour-batterybuddy.changes index 2ba0b22..3734094 100644 --- a/rpm/harbour-batterybuddy.changes +++ b/rpm/harbour-batterybuddy.changes @@ -1,3 +1,12 @@ +* Sun Jun 14 2020 Matti Viljanen (direc85) 3.4-1 +- Check service status when starting app +- Add controls to enable/disable service at boot +- Trigger notifications when charger is connected/disconnected +- Fix notifications and sounds (broken since 3.2) +- Reset notification ID after closing it +- Fix cover page text wrap issue +- Minor repo/code cleanup + * Fri Jun 12 2020 Matti Viljanen (direc85) 3.3-1 - Start user service at boot - Remove all old versions of the services diff --git a/rpm/harbour-batterybuddy.spec b/rpm/harbour-batterybuddy.spec index 5b17915..5de6f01 100644 --- a/rpm/harbour-batterybuddy.spec +++ b/rpm/harbour-batterybuddy.spec @@ -11,7 +11,7 @@ Name: harbour-batterybuddy # Change the version and release strings in .pro file only! Summary: Battery Buddy -Version: 3.3 +Version: 3.4 Release: 1 Group: Qt/Qt License: GPLv3 diff --git a/service/service.pro b/service/service.pro index ec3a738..3eb1e68 100644 --- a/service/service.pro +++ b/service/service.pro @@ -5,7 +5,7 @@ CONFIG = qt console c++11 sailfish_build QT = core network # Keep this in sync with "application.pro" -VER = 3.3 +VER = 3.4 REL = 1 VERSION = $${VER}-$${REL}