bump version, update changelogs

This commit is contained in:
Andreas Shimokawa 2023-09-16 22:58:50 +02:00
parent 7a40683e6e
commit c86c7c59f4
4 changed files with 21 additions and 2 deletions

View File

@ -1,5 +1,12 @@
### Changelog
#### 0.76.1
* Amazfit GTR Mini: Mark as not experimental
* Bangle.js: Improve file downloads
* Bangle.js: Fix app interfaces
* Allow text to be shared to devices
* Fix connection to some Amazfit devices
#### 0.76.0
* Upgrade UI to Material 3 and add dynamic colors theme
* Initial support for Amazfit Bip 3 Pro

View File

@ -77,8 +77,8 @@ android {
targetSdkVersion 31
// Note: always bump BOTH versionCode and versionName!
versionName "0.76.0"
versionCode 225
versionName "0.76.1"
versionCode 226
vectorDrawables.useSupportLibrary = true
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
buildConfigField "boolean", "INTERNET_ACCESS", "false"

View File

@ -1,5 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.76.1" versioncode="226">
<change>Amazfit GTR Mini: Mark as not experimental</change>
<change>Bangle.js: Improve file downloads</change>
<change>Bangle.js: Fix app interfaces</change>
<change>Allow text to be shared to devices</change>
<change>Fix connection to some Amazfit devices </change>
</release>
<release version="0.76.0" versioncode="225">
<change>Upgrade UI to Material 3 and add dynamic colors theme</change>
<change>Initial support for Amazfit Bip 3 Pro</change>

View File

@ -0,0 +1,5 @@
* Amazfit GTR Mini: Mark as not experimental
* Bangle.js: Improve file downloads
* Bangle.js: Fix app interfaces
* Allow text to be shared to devices
* Fix connection to some Amazfit devices