Version++ (0.6.0)
This commit is contained in:
parent
282de21708
commit
6c2faff1f0
22
CHANGES.md
22
CHANGES.md
|
@ -1,7 +1,29 @@
|
||||||
|
Changes in RiotX 0.6.0 (2019-XX-XX)
|
||||||
|
===================================================
|
||||||
|
|
||||||
|
Features:
|
||||||
|
-
|
||||||
|
|
||||||
|
Improvements:
|
||||||
|
-
|
||||||
|
|
||||||
|
Other changes:
|
||||||
|
-
|
||||||
|
|
||||||
|
Bugfix:
|
||||||
|
-
|
||||||
|
|
||||||
|
Translations:
|
||||||
|
-
|
||||||
|
|
||||||
|
Build:
|
||||||
|
-
|
||||||
|
|
||||||
Changes in RiotX 0.5.0 (2019-09-17)
|
Changes in RiotX 0.5.0 (2019-09-17)
|
||||||
===================================================
|
===================================================
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
- Implementation of login to homeerver with SSO
|
||||||
- Handle M_CONSENT_NOT_GIVEN error (#64)
|
- Handle M_CONSENT_NOT_GIVEN error (#64)
|
||||||
- Auto configure homeserver and identity server URLs of LoginActivity with a magic link
|
- Auto configure homeserver and identity server URLs of LoginActivity with a magic link
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ androidExtensions {
|
||||||
}
|
}
|
||||||
|
|
||||||
ext.versionMajor = 0
|
ext.versionMajor = 0
|
||||||
ext.versionMinor = 5
|
ext.versionMinor = 6
|
||||||
ext.versionPatch = 0
|
ext.versionPatch = 0
|
||||||
|
|
||||||
static def getGitTimestamp() {
|
static def getGitTimestamp() {
|
||||||
|
|
Loading…
Reference in New Issue