Version bump to v4.1.0-1
This commit is contained in:
parent
7c09f20b29
commit
1efa7fb816
4 changed files with 7 additions and 10 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 = 4.1.0-beta4
|
VERSION = 4.1.0-1
|
||||||
|
|
||||||
DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"
|
DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"
|
||||||
DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"
|
DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"
|
||||||
|
|
|
@ -1,18 +1,15 @@
|
||||||
* Wed Aug 10 2022 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 4.1.0-beta4
|
* Sun Aug 28 2022 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 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!)
|
- Use ColumnView to show the log contents with formatting (thanks, nephros!)
|
||||||
|
- Update Swedigh translation (thanks, eson57)
|
||||||
* Wed Aug 10 2022 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 4.1.0-beta3
|
|
||||||
- Rename internal logging functions for clarity
|
- Rename internal logging functions for clarity
|
||||||
- Invert the charge current sign if necessary
|
- Invert the charge current sign if necessary
|
||||||
- Assume the charge current value always changes
|
- Assume the charge current value always changes
|
||||||
- Remove unused files
|
- Remove unused files
|
||||||
- Print changelog at the end of the build script
|
- Print changelog at the end of the build script
|
||||||
- Built with Sailfish OS SDK 3.9 for 4.4.0.68
|
- Built with Sailfish OS SDK 3.9 for 4.4.0.68
|
||||||
|
|
||||||
* Sun Aug 7 2022 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 4.1.0-beta2
|
|
||||||
- Add Jolla Tablet charger control file to permission service
|
- Add Jolla Tablet charger control file to permission service
|
||||||
|
|
||||||
* Sun Aug 7 2022 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 4.1.0-beta1
|
|
||||||
- Initial Jolla Tablet support (beta)
|
- Initial Jolla Tablet support (beta)
|
||||||
- Log charging/discharging current
|
- Log charging/discharging current
|
||||||
- Log temperature changes with resolution of one degree Celsius
|
- Log temperature changes with resolution of one degree Celsius
|
||||||
|
|
|
@ -12,7 +12,7 @@ Name: harbour-batterybuddy
|
||||||
|
|
||||||
Summary: Battery Buddy
|
Summary: Battery Buddy
|
||||||
Version: 4.1.0
|
Version: 4.1.0
|
||||||
Release: beta4
|
Release: 1
|
||||||
Group: Qt/Qt
|
Group: Qt/Qt
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
URL: http://example.org/
|
URL: http://example.org/
|
||||||
|
|
|
@ -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 = 4.1.0-beta4
|
VERSION = 4.1.0-1
|
||||||
|
|
||||||
DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"
|
DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"
|
||||||
DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"
|
DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"
|
||||||
|
|
Loading…
Reference in a new issue