1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-02 03:16:07 +02:00

bump version, add changelog

This commit is contained in:
Andreas Shimokawa 2023-07-07 20:00:57 +02:00
parent feff249b24
commit bb17a0731f
4 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,8 @@
### Changelog ### Changelog
#### 0.75.1
* Fix Weather Notification integration
#### 0.75.0 #### 0.75.0
* Bangle.js: Add message size limitation to Calendar and Messages * Bangle.js: Add message size limitation to Calendar and Messages
* Bangle.js: Add switch to control if the GPS chip should be used to locate the location * Bangle.js: Add switch to control if the GPS chip should be used to locate the location

View File

@ -55,8 +55,8 @@ android {
targetSdkVersion 29 targetSdkVersion 29
// Note: always bump BOTH versionCode and versionName! // Note: always bump BOTH versionCode and versionName!
versionName "0.75.0" versionName "0.75.1"
versionCode 223 versionCode 224
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\"" buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
buildConfigField "boolean", "INTERNET_ACCESS", "false" buildConfigField "boolean", "INTERNET_ACCESS", "false"

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <changelog>
<release version="0.75.1" versioncode="224">
<change>Fix Weather Notification integration</change>
</release>
<release version="0.75.0" versioncode="223"> <release version="0.75.0" versioncode="223">
<change>Bangle.js: Add message size limitation to Calendar and Messages</change> <change>Bangle.js: Add message size limitation to Calendar and Messages</change>
<change>Bangle.js: Add switch to control if the GPS chip should be used to locate the location</change> <change>Bangle.js: Add switch to control if the GPS chip should be used to locate the location</change>

View File

@ -0,0 +1 @@
* Fix Weather Notification integration