mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 18:05:36 +03:00
Prepare release 1.1.0
This commit is contained in:
parent
371251c994
commit
809c0e720e
3 changed files with 5 additions and 12 deletions
11
CHANGES.md
11
CHANGES.md
|
@ -1,4 +1,4 @@
|
||||||
Changes in Element 1.0.18 (2021-XX-XX)
|
Changes in Element 1.1.0 (2021-02-19)
|
||||||
===================================================
|
===================================================
|
||||||
|
|
||||||
Features ✨:
|
Features ✨:
|
||||||
|
@ -17,18 +17,9 @@ Bugfix 🐛:
|
||||||
- Ignore url override from credential if it is not valid (#2822)
|
- Ignore url override from credential if it is not valid (#2822)
|
||||||
- Fix crash when deactivating an account
|
- Fix crash when deactivating an account
|
||||||
|
|
||||||
Translations 🗣:
|
|
||||||
-
|
|
||||||
|
|
||||||
SDK API changes ⚠️:
|
SDK API changes ⚠️:
|
||||||
- Migrate AuthenticationService API to coroutines (#2449)
|
- Migrate AuthenticationService API to coroutines (#2449)
|
||||||
|
|
||||||
Build 🧱:
|
|
||||||
-
|
|
||||||
|
|
||||||
Test:
|
|
||||||
-
|
|
||||||
|
|
||||||
Other changes:
|
Other changes:
|
||||||
- New Dev Tools panel for developers
|
- New Dev Tools panel for developers
|
||||||
- Fix typos in CHANGES.md (#2811)
|
- Fix typos in CHANGES.md (#2811)
|
||||||
|
|
2
fastlane/metadata/android/en-US/changelogs/40101000.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/40101000.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Main changes in this version: VoIP (audio and video calls in DM) improvement and bug fixes!
|
||||||
|
Full changelog: https://github.com/vector-im/element-android/releases/tag/v1.1.0
|
|
@ -12,8 +12,8 @@ kapt {
|
||||||
|
|
||||||
// Note: 2 digits max for each value
|
// Note: 2 digits max for each value
|
||||||
ext.versionMajor = 1
|
ext.versionMajor = 1
|
||||||
ext.versionMinor = 0
|
ext.versionMinor = 1
|
||||||
ext.versionPatch = 18
|
ext.versionPatch = 0
|
||||||
|
|
||||||
static def getGitTimestamp() {
|
static def getGitTimestamp() {
|
||||||
def cmd = 'git show -s --format=%ct'
|
def cmd = 'git show -s --format=%ct'
|
||||||
|
|
Loading…
Reference in a new issue