Version bump to 3.13-1
This commit is contained in:
parent
cd6ee492c5
commit
1dd00dab1e
3 changed files with 10 additions and 4 deletions
|
@ -15,8 +15,8 @@ TARGET = harbour-batterybuddy
|
|||
CONFIG += console sailfishapp sailfishapp_i18n
|
||||
|
||||
# Keep this in sync with "service.pro"
|
||||
VER = 3.12
|
||||
REL = 3
|
||||
VER = 3.13
|
||||
REL = 1
|
||||
|
||||
VERSION = $${VER}-$${REL}
|
||||
$$system(bash update-spec-version.sh $$TARGET $$VER $$REL)
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
* Sun May 23 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.13-1
|
||||
- Show battery temperature and condition (thanks, nephros)
|
||||
- Show notifications about abnormal temperature and condition (thanks, nephros)
|
||||
- Fix broken notifications on SFOS 3.4 and earlier
|
||||
- Bring back SFOS 2.2 support
|
||||
|
||||
* Fri Apr 30 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.12-3
|
||||
- Fix missing translations
|
||||
|
||||
|
|
|
@ -11,8 +11,8 @@ Name: harbour-batterybuddy
|
|||
# Change the version and release strings in .pro file only!
|
||||
|
||||
Summary: Battery Buddy
|
||||
Version: 3.12
|
||||
Release: 3
|
||||
Version: 3.13
|
||||
Release: 1
|
||||
Group: Qt/Qt
|
||||
License: GPLv3
|
||||
URL: http://example.org/
|
||||
|
|
Loading…
Reference in a new issue