From 1efa7fb816deb62af7962834dbe2388f83661bd8 Mon Sep 17 00:00:00 2001 From: Matti Viljanen Date: Sun, 28 Aug 2022 01:03:14 +0300 Subject: [PATCH] Version bump to v4.1.0-1 --- application/application.pro | 2 +- rpm/harbour-batterybuddy.changes | 11 ++++------- rpm/harbour-batterybuddy.spec | 2 +- service/service.pro | 2 +- 4 files changed, 7 insertions(+), 10 deletions(-) diff --git a/application/application.pro b/application/application.pro index faf2287..a4a63ac 100644 --- a/application/application.pro +++ b/application/application.pro @@ -15,7 +15,7 @@ TARGET = harbour-batterybuddy CONFIG += console sailfishapp sailfishapp_i18n dbus # Keep this in sync with service.pro and .spec -VERSION = 4.1.0-beta4 +VERSION = 4.1.0-1 DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\" DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\" diff --git a/rpm/harbour-batterybuddy.changes b/rpm/harbour-batterybuddy.changes index f4f46ec..a40ceba 100644 --- a/rpm/harbour-batterybuddy.changes +++ b/rpm/harbour-batterybuddy.changes @@ -1,18 +1,15 @@ -* Wed Aug 10 2022 Matti Viljanen (direc85) 4.1.0-beta4 +* Sun Aug 28 2022 Matti Viljanen (direc85) 4.1.0-1 +- Redesign the logo and battery graphic +- Use custom ImageButton in About page - Use ColumnView to show the log contents with formatting (thanks, nephros!) - -* Wed Aug 10 2022 Matti Viljanen (direc85) 4.1.0-beta3 +- Update Swedigh translation (thanks, eson57) - Rename internal logging functions for clarity - Invert the charge current sign if necessary - Assume the charge current value always changes - Remove unused files - Print changelog at the end of the build script - Built with Sailfish OS SDK 3.9 for 4.4.0.68 - -* Sun Aug 7 2022 Matti Viljanen (direc85) 4.1.0-beta2 - Add Jolla Tablet charger control file to permission service - -* Sun Aug 7 2022 Matti Viljanen (direc85) 4.1.0-beta1 - Initial Jolla Tablet support (beta) - Log charging/discharging current - Log temperature changes with resolution of one degree Celsius diff --git a/rpm/harbour-batterybuddy.spec b/rpm/harbour-batterybuddy.spec index 3942a3e..b8681d4 100644 --- a/rpm/harbour-batterybuddy.spec +++ b/rpm/harbour-batterybuddy.spec @@ -12,7 +12,7 @@ Name: harbour-batterybuddy Summary: Battery Buddy Version: 4.1.0 -Release: beta4 +Release: 1 Group: Qt/Qt License: GPLv3 URL: http://example.org/ diff --git a/service/service.pro b/service/service.pro index ab2e2d0..5edef39 100644 --- a/service/service.pro +++ b/service/service.pro @@ -5,7 +5,7 @@ QT = core dbus PKGCONFIG += nemonotifications-qt5 # Keep this in sync with application.pro and .spec -VERSION = 4.1.0-beta4 +VERSION = 4.1.0-1 DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\" DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"