Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
Prepare release 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Sep 10, 2019
1 parent db56280 commit b2f4ed4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 1 addition & 11 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,28 +1,18 @@
Changes in Riot 0.9.5 (2019-XX-XX)
Changes in Riot 0.9.5 (2019-09-10)
===================================================

MatrixSdk:
- Upgrade MatrixSdk to version 0.X.Y.
- Changelog: https://github.com/matrix-org/matrix-android-sdk/releases/tag/v0.X.Y

Features:
- Auto configure homeserver and identity server URLs of LoginActivity with a magic link (#3294)

Improvements:
- Handle correctly the error 404 when entering a homeserver URL on the login screen

Other changes:
-

Bugfix:
- Restore correctly the login form when coming back from SSO login form.

Translations:
- Riot is fully translated into Korean thanks to paijai.

Build:
-

Changes in Riot 0.9.4 (2019-08-28)
===================================================

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ buildscript {
// global properties used in sub modules
ext {
versionCodeProp = 90500
versionNameProp = "0.9.5-dev"
versionNameProp = "0.9.5"
versionBuild = System.getenv("BUILD_NUMBER") as Integer ?: 0
buildNumberProp = "${versionBuild}"
}
Expand Down

0 comments on commit b2f4ed4

Please sign in to comment.