mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
prepare release 0.18.1
This commit is contained in:
parent
75fa2904d3
commit
78d90c8f04
16
CHANGES.md
16
CHANGES.md
@ -1,9 +1,6 @@
|
||||
Changes in RiotX 0.19.0 (2020-XX-XX)
|
||||
Changes in RiotX 0.18.1 (2020-03-17)
|
||||
===================================================
|
||||
|
||||
Features ✨:
|
||||
-
|
||||
|
||||
Improvements 🙌:
|
||||
- Implementation of /join command
|
||||
|
||||
@ -13,17 +10,6 @@ Bugfix 🐛:
|
||||
- Fix / Crashed when trying to send a gif from the Gboard #1136
|
||||
- Fix / Cannot click on key backup banner when new keys are available
|
||||
|
||||
Translations 🗣:
|
||||
-
|
||||
|
||||
SDK API changes ⚠️:
|
||||
-
|
||||
|
||||
Build 🧱:
|
||||
-
|
||||
|
||||
Other changes:
|
||||
-
|
||||
|
||||
Changes in RiotX 0.18.0 (2020-03-11)
|
||||
===================================================
|
||||
|
@ -15,8 +15,8 @@ androidExtensions {
|
||||
}
|
||||
|
||||
ext.versionMajor = 0
|
||||
ext.versionMinor = 19
|
||||
ext.versionPatch = 0
|
||||
ext.versionMinor = 18
|
||||
ext.versionPatch = 1
|
||||
|
||||
static def getGitTimestamp() {
|
||||
def cmd = 'git show -s --format=%ct'
|
||||
|
Loading…
Reference in New Issue
Block a user