This repository was archived by the owner on Jan 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed
Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 1- Changes in Riot 0.9.5 (2019-XX-XX )
1+ Changes in Riot 0.9.5 (2019-09-10 )
22===================================================
33
4- MatrixSdk:
5- - Upgrade MatrixSdk to version 0.X.Y.
6- - Changelog: https://github.com/matrix-org/matrix-android-sdk/releases/tag/v0.X.Y
7-
84Features:
95 - Auto configure homeserver and identity server URLs of LoginActivity with a magic link (#3294)
106
117Improvements:
128 - Handle correctly the error 404 when entering a homeserver URL on the login screen
139
14- Other changes:
15- -
16-
1710Bugfix:
1811 - Restore correctly the login form when coming back from SSO login form.
1912
2013Translations:
2114 - Riot is fully translated into Korean thanks to paijai.
2215
23- Build:
24- -
25-
2616Changes in Riot 0.9.4 (2019-08-28)
2717===================================================
2818
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ buildscript {
2424// global properties used in sub modules
2525ext {
2626 versionCodeProp = 90500
27- versionNameProp = " 0.9.5-dev "
27+ versionNameProp = " 0.9.5"
2828 versionBuild = System . getenv(" BUILD_NUMBER" ) as Integer ?: 0
2929 buildNumberProp = " ${ versionBuild} "
3030}
You can’t perform that action at this time.
0 commit comments