This repository was archived by the owner on Jan 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 1
- Changes in Riot 0.8.15 (2018-XX-XX )
1
+ Changes in Riot 0.8.15 (2018-08-30 )
2
2
===================================================
3
3
4
4
MatrixSdk:
5
- - Upgrade to version 0.X.Y.
6
-
7
- Features:
8
- -
5
+ - Upgrade to version 0.9.9.
9
6
10
7
Improvements:
11
8
- Improve intent to open document (#2544)
@@ -14,19 +11,14 @@ Improvements:
14
11
15
12
Other changes:
16
13
- Upgrade lib libphonenumber from v8.0.1 to 8.9.12
14
+ - Upgrade Google firebase libs
17
15
18
16
Bugfix:
19
17
- Handle `\/ ` at the beginning of a message to send a message starting with `/ ` (#658)
20
18
- Escape nicknames starting with a forward slash `/ ` in mentions (#2146)
21
19
- Improve management of Push feature
22
20
- MatrixError mResourceLimitExceededError is now managed in MxDataHandler (vector-im/riot-android#2547 point 2)
23
21
24
- Translations:
25
- -
26
-
27
- Build:
28
- - Upgrade Google firebase libs
29
-
30
22
Changes in Riot 0.8.14 (2018-08-27)
31
23
===================================================
32
24
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ buildscript {
20
20
// global properties used in sub modules
21
21
ext {
22
22
versionCodeProp = 81500
23
- versionNameProp = " 0.8.15-dev "
23
+ versionNameProp = " 0.8.15"
24
24
versionBuild = System . getenv(" BUILD_NUMBER" ) as Integer ?: 0
25
25
buildNumberProp = " ${ versionBuild} "
26
26
}
You can’t perform that action at this time.
0 commit comments