From a86086d5a1b4e36407bed16604266c776a6fbfbb Mon Sep 17 00:00:00 2001 From: Matti Viljanen Date: Sun, 31 Jan 2021 21:45:03 +0200 Subject: [PATCH] Version bump to 3.8-1 --- application/application.pro | 2 +- rpm/harbour-batterybuddy.changes | 7 +++++++ rpm/harbour-batterybuddy.spec | 2 +- service/service.pro | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/application/application.pro b/application/application.pro index bcc3c77..93f076b 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.7 +VER = 3.8 REL = 1 VERSION = $${VER}-$${REL} diff --git a/rpm/harbour-batterybuddy.changes b/rpm/harbour-batterybuddy.changes index b572022..23f9058 100644 --- a/rpm/harbour-batterybuddy.changes +++ b/rpm/harbour-batterybuddy.changes @@ -1,3 +1,10 @@ +* Sun Jan 31 2021 Matti Viljanen (direc85) 3.8-1 +- Improve SFOS 3.4 support (don't hardcode user nemo) +- Enable charger control by default (for new users) + +* Sun Jan 10 2021 Matti Viljanen (direc85) 3.7-2 +- Update Deutch translation (thanks, fllp) + * Wed Dec 30 2020 Matti Viljanen (direc85) 3.7-1 - Respect ringtone volume and silent mode - Fix services' startup and install/uninstall diff --git a/rpm/harbour-batterybuddy.spec b/rpm/harbour-batterybuddy.spec index ec89756..bf81b8c 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.7 +Version: 3.8 Release: 1 Group: Qt/Qt License: GPLv3 diff --git a/service/service.pro b/service/service.pro index 42e1ff4..61a0e95 100644 --- a/service/service.pro +++ b/service/service.pro @@ -7,7 +7,7 @@ QT = core network dbus multimedia dbus PKGCONFIG += nemonotifications-qt5 # Keep this in sync with "application.pro" -VER = 3.7 +VER = 3.8 REL = 1 VERSION = $${VER}-$${REL}