mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-23 15:51:11 +01: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 🙌:
|
Improvements 🙌:
|
||||||
- Implementation of /join command
|
- Implementation of /join command
|
||||||
|
|
||||||
@ -13,17 +10,6 @@ Bugfix 🐛:
|
|||||||
- Fix / Crashed when trying to send a gif from the Gboard #1136
|
- Fix / Crashed when trying to send a gif from the Gboard #1136
|
||||||
- Fix / Cannot click on key backup banner when new keys are available
|
- 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)
|
Changes in RiotX 0.18.0 (2020-03-11)
|
||||||
===================================================
|
===================================================
|
||||||
|
@ -15,8 +15,8 @@ androidExtensions {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ext.versionMajor = 0
|
ext.versionMajor = 0
|
||||||
ext.versionMinor = 19
|
ext.versionMinor = 18
|
||||||
ext.versionPatch = 0
|
ext.versionPatch = 1
|
||||||
|
|
||||||
static def getGitTimestamp() {
|
static def getGitTimestamp() {
|
||||||
def cmd = 'git show -s --format=%ct'
|
def cmd = 'git show -s --format=%ct'
|
||||||
|
Loading…
Reference in New Issue
Block a user