Merge branch 'develop' of github.com:vector-im/riotx-android into anoa/typo
This commit is contained in:
commit
7663cd4e23
29
CHANGES.md
29
CHANGES.md
|
@ -1,4 +1,25 @@
|
||||||
Changes in RiotX 0.8.0 (2019-XX-XX)
|
Changes in RiotX 0.9.0 (2019-XX-XX)
|
||||||
|
===================================================
|
||||||
|
|
||||||
|
Features ✨:
|
||||||
|
-
|
||||||
|
|
||||||
|
Improvements 🙌:
|
||||||
|
-
|
||||||
|
|
||||||
|
Other changes:
|
||||||
|
-
|
||||||
|
|
||||||
|
Bugfix 🐛:
|
||||||
|
-
|
||||||
|
|
||||||
|
Translations 🗣:
|
||||||
|
-
|
||||||
|
|
||||||
|
Build 🧱:
|
||||||
|
-
|
||||||
|
|
||||||
|
Changes in RiotX 0.8.0 (2019-11-19)
|
||||||
===================================================
|
===================================================
|
||||||
|
|
||||||
Features ✨:
|
Features ✨:
|
||||||
|
@ -21,12 +42,6 @@ Bugfix 🐛:
|
||||||
- Ask for permission to write external storage when uri comes from the keyboard (#658)
|
- Ask for permission to write external storage when uri comes from the keyboard (#658)
|
||||||
- Fix issue with english US/GB translation (#671)
|
- Fix issue with english US/GB translation (#671)
|
||||||
|
|
||||||
Translations 🗣:
|
|
||||||
-
|
|
||||||
|
|
||||||
Build 🧱:
|
|
||||||
-
|
|
||||||
|
|
||||||
Changes in RiotX 0.7.0 (2019-10-24)
|
Changes in RiotX 0.7.0 (2019-10-24)
|
||||||
===================================================
|
===================================================
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ androidExtensions {
|
||||||
}
|
}
|
||||||
|
|
||||||
ext.versionMajor = 0
|
ext.versionMajor = 0
|
||||||
ext.versionMinor = 8
|
ext.versionMinor = 9
|
||||||
ext.versionPatch = 0
|
ext.versionPatch = 0
|
||||||
|
|
||||||
static def getGitTimestamp() {
|
static def getGitTimestamp() {
|
||||||
|
|
Loading…
Reference in New Issue