forked from mirror/monocles_chat
version 3.0.3 + changelog
This commit is contained in:
parent
8a64c2c8f4
commit
821a4a474c
3 changed files with 20 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -47,3 +47,4 @@ src/standardPush/res/values/gcm.xml
|
||||||
/libs/libwebrtc*
|
/libs/libwebrtc*
|
||||||
/.github/ISSUE_TEMPLATE.md
|
/.github/ISSUE_TEMPLATE.md
|
||||||
crowdin.properties
|
crowdin.properties
|
||||||
|
/languages.sh
|
||||||
|
|
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,5 +1,20 @@
|
||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
#### Version 3.0.3
|
||||||
|
|
||||||
|
* add custom tabs (blabber.im)
|
||||||
|
* show video/gif duration in preview (blabber.im)
|
||||||
|
* auto download all attachments (blabber.im)
|
||||||
|
* show notification on muc invites as private messages (blabber.im)
|
||||||
|
* offer Easy Invite generation on supporting servers
|
||||||
|
* display GIFs send from Movim
|
||||||
|
* store avatars in cache
|
||||||
|
* fixed connectivity issues when different accounts used different SCRAM mechanisms
|
||||||
|
* add support for SCRAM-SHA-512
|
||||||
|
* allow P2P (Jingle) file transfer with self contact
|
||||||
|
* show call button for offline contacts if they previously announced support
|
||||||
|
* bug fixes
|
||||||
|
|
||||||
#### Version 3.0.2
|
#### Version 3.0.2
|
||||||
* play ogg files in audio player
|
* play ogg files in audio player
|
||||||
* small UI improvements
|
* small UI improvements
|
||||||
|
|
|
@ -104,9 +104,9 @@ android {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
|
|
||||||
//versionNameSuffix " beta_(2020-11-20)" // " beta_(XXXX-XX-XX)" // activate for beta versions
|
//versionNameSuffix " beta_(2021-02-04)" // " beta_(XXXX-XX-XX)" // activate for beta versions
|
||||||
versionCode 316
|
versionCode 318
|
||||||
versionName "3.0.2"
|
versionName "3.0.3"
|
||||||
//resConfigs "en"
|
//resConfigs "en"
|
||||||
|
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
|
@ -215,6 +215,7 @@ android {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
buildToolsVersion '29.0.2'
|
||||||
|
|
||||||
packagingOptions {
|
packagingOptions {
|
||||||
exclude 'META-INF/BCKEY.DSA'
|
exclude 'META-INF/BCKEY.DSA'
|
||||||
|
|
Loading…
Reference in a new issue