mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 13:38:49 +03:00
Merge branch 'release/0.4.0' into develop
This commit is contained in:
commit
fdc9e84dd5
2 changed files with 1 additions and 10 deletions
|
@ -7,9 +7,6 @@ Features:
|
||||||
Improvements:
|
Improvements:
|
||||||
- Reactions: Reinstate the ability to react with non-unicode keys (#307)
|
- Reactions: Reinstate the ability to react with non-unicode keys (#307)
|
||||||
|
|
||||||
Other changes:
|
|
||||||
-
|
|
||||||
|
|
||||||
Bugfix:
|
Bugfix:
|
||||||
- Fix text diff linebreak display (#441)
|
- Fix text diff linebreak display (#441)
|
||||||
- Date change message repeats for each redaction until a normal message (#358)
|
- Date change message repeats for each redaction until a normal message (#358)
|
||||||
|
@ -19,12 +16,6 @@ Bugfix:
|
||||||
- Privacy: remove log of notifiable event (#519)
|
- Privacy: remove log of notifiable event (#519)
|
||||||
- Fix crash with EmojiCompat (#530)
|
- Fix crash with EmojiCompat (#530)
|
||||||
|
|
||||||
Translations:
|
|
||||||
-
|
|
||||||
|
|
||||||
Build:
|
|
||||||
-
|
|
||||||
|
|
||||||
Changes in RiotX 0.3.0 (2019-08-08)
|
Changes in RiotX 0.3.0 (2019-08-08)
|
||||||
===================================================
|
===================================================
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ androidExtensions {
|
||||||
}
|
}
|
||||||
|
|
||||||
ext.versionMajor = 0
|
ext.versionMajor = 0
|
||||||
ext.versionMinor = 3
|
ext.versionMinor = 4
|
||||||
ext.versionPatch = 0
|
ext.versionPatch = 0
|
||||||
|
|
||||||
static def getGitTimestamp() {
|
static def getGitTimestamp() {
|
||||||
|
|
Loading…
Reference in a new issue