mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-29 06:28:45 +03:00
Merge branch 'release/0.14.1' into develop
This commit is contained in:
commit
6f60f1c6b4
2 changed files with 5 additions and 19 deletions
20
CHANGES.md
20
CHANGES.md
|
@ -1,23 +1,9 @@
|
||||||
Changes in RiotX 0.15.0 (2020-XX-XX)
|
Changes in RiotX 0.14.1 (2020-02-02)
|
||||||
===================================================
|
===================================================
|
||||||
|
|
||||||
Features ✨:
|
|
||||||
-
|
|
||||||
|
|
||||||
Improvements 🙌:
|
|
||||||
-
|
|
||||||
|
|
||||||
Other changes:
|
|
||||||
-
|
|
||||||
|
|
||||||
Bugfix 🐛:
|
Bugfix 🐛:
|
||||||
-
|
- Cross-signing: fix UX issue when closing the bottom sheet verification (#813)
|
||||||
|
- Room and room member profile: fix issues on dark and black themes
|
||||||
Translations 🗣:
|
|
||||||
-
|
|
||||||
|
|
||||||
Build 🧱:
|
|
||||||
-
|
|
||||||
|
|
||||||
Changes in RiotX 0.14.0 (2020-02-01)
|
Changes in RiotX 0.14.0 (2020-02-01)
|
||||||
===================================================
|
===================================================
|
||||||
|
|
|
@ -15,8 +15,8 @@ androidExtensions {
|
||||||
}
|
}
|
||||||
|
|
||||||
ext.versionMajor = 0
|
ext.versionMajor = 0
|
||||||
ext.versionMinor = 15
|
ext.versionMinor = 14
|
||||||
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 a new issue