1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-23 02:16:48 +01:00

bump version, add xml changelog

This commit is contained in:
Andreas Shimokawa 2024-11-11 23:16:16 +01:00
parent cbb710abe7
commit de37e5b6fd
4 changed files with 13 additions and 3 deletions

View File

@ -79,8 +79,8 @@ android {
minSdkVersion 21
// Note: always bump BOTH versionCode and versionName!
versionName "0.82.0"
versionCode 233
versionName "0.82.1"
versionCode 234
vectorDrawables.useSupportLibrary = true
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
buildConfigField "boolean", "INTERNET_ACCESS", "false"

View File

@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.82.1" versioncode="234">
<change>Huawei: Improve activity parsing</change>
<change>Huawei Watch GT: Fix connection failure</change>
<change>Withings: Fix crash on connection</change>
<change>Improve Armenian transliterator for mixed-case words</change>
</release>
<release version="0.82.0" versioncode="233">
<change>Initial support for Anker Soundcore Liberty 4 NC</change>
<change>Initial support for CMF Buds Pro 2 / Watch Pro 2</change>

@ -1 +1 @@
Subproject commit 465320a7160affaaaaa2137b4047a3e12bea1830
Subproject commit 3c900774207d9dd904886433d672d22d5bd0dea4

View File

@ -0,0 +1,4 @@
* Huawei: Improve activity parsing
* Huawei Watch GT: Fix connection failure
* Withings: Fix crash on connection
* Improve Armenian transliterator for mixed-case words