mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-24 17:45:50 +01:00
bump version, add changelog
This commit is contained in:
parent
665268c419
commit
932249f148
@ -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
|
||||||
|
@ -55,8 +55,8 @@ android {
|
|||||||
targetSdkVersion 31
|
targetSdkVersion 31
|
||||||
|
|
||||||
// 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"
|
||||||
|
@ -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>
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
* Fix Weather Notification integration
|
Loading…
Reference in New Issue
Block a user