Version bump to 3.9-1
This commit is contained in:
parent
2e385cf228
commit
71834b9bbf
4 changed files with 15 additions and 3 deletions
|
@ -15,7 +15,7 @@ TARGET = harbour-batterybuddy
|
||||||
CONFIG += console sailfishapp sailfishapp_i18n
|
CONFIG += console sailfishapp sailfishapp_i18n
|
||||||
|
|
||||||
# Keep this in sync with "service.pro"
|
# Keep this in sync with "service.pro"
|
||||||
VER = 3.8
|
VER = 3.9
|
||||||
REL = 1
|
REL = 1
|
||||||
|
|
||||||
VERSION = $${VER}-$${REL}
|
VERSION = $${VER}-$${REL}
|
||||||
|
|
|
@ -1,3 +1,15 @@
|
||||||
|
* Sat Apr 24 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.9-1
|
||||||
|
- Fix enabling/disabling background service (again)
|
||||||
|
- Add log viewer (and a copy button)
|
||||||
|
- Add buttons to help fine-tuning slider values
|
||||||
|
- Add support for My Backup
|
||||||
|
- Implement custom logger
|
||||||
|
- Simplify notification sound handling
|
||||||
|
- Explicitly stop and start the service during install/upgrade
|
||||||
|
- Use sh instead of bash
|
||||||
|
- Improve code quality and efficiency
|
||||||
|
- Remove and simplift a lot of code
|
||||||
|
|
||||||
* Sun Jan 31 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.8-1
|
* Sun Jan 31 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.8-1
|
||||||
- Improve SFOS 3.4 support (don't hardcode user nemo)
|
- Improve SFOS 3.4 support (don't hardcode user nemo)
|
||||||
- Enable charger control by default (for new users)
|
- Enable charger control by default (for new users)
|
||||||
|
|
|
@ -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.8
|
Version: 3.9
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: Qt/Qt
|
Group: Qt/Qt
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
|
|
|
@ -7,7 +7,7 @@ QT = core dbus
|
||||||
PKGCONFIG += nemonotifications-qt5
|
PKGCONFIG += nemonotifications-qt5
|
||||||
|
|
||||||
# Keep this in sync with "application.pro"
|
# Keep this in sync with "application.pro"
|
||||||
VER = 3.8
|
VER = 3.9
|
||||||
REL = 1
|
REL = 1
|
||||||
|
|
||||||
VERSION = $${VER}-$${REL}
|
VERSION = $${VER}-$${REL}
|
||||||
|
|
Loading…
Reference in a new issue