Merge branch 'release/0.14.3' into develop
This commit is contained in:
commit
362799ac08
22
CHANGES.md
22
CHANGES.md
|
@ -1,28 +1,14 @@
|
||||||
Changes in RiotX 0.15.0 (2020-XX-XX)
|
Changes in RiotX 0.14.3 (2020-02-03)
|
||||||
===================================================
|
===================================================
|
||||||
|
|
||||||
Features ✨:
|
|
||||||
-
|
|
||||||
|
|
||||||
Improvements 🙌:
|
|
||||||
-
|
|
||||||
|
|
||||||
Other changes:
|
|
||||||
-
|
|
||||||
|
|
||||||
Bugfix 🐛:
|
Bugfix 🐛:
|
||||||
-
|
- Fix Exception in DeviceListManager
|
||||||
|
|
||||||
Translations 🗣:
|
|
||||||
-
|
|
||||||
|
|
||||||
Build 🧱:
|
|
||||||
-
|
|
||||||
|
|
||||||
Changes in RiotX 0.14.2 (2020-02-02)
|
Changes in RiotX 0.14.2 (2020-02-02)
|
||||||
===================================================
|
===================================================
|
||||||
|
|
||||||
Fix RiotX not starting issue
|
Bugfix 🐛:
|
||||||
|
- Fix RiotX not starting issue
|
||||||
|
|
||||||
Changes in RiotX 0.14.1 (2020-02-02)
|
Changes in RiotX 0.14.1 (2020-02-02)
|
||||||
===================================================
|
===================================================
|
||||||
|
|
|
@ -15,8 +15,8 @@ androidExtensions {
|
||||||
}
|
}
|
||||||
|
|
||||||
ext.versionMajor = 0
|
ext.versionMajor = 0
|
||||||
ext.versionMinor = 15
|
ext.versionMinor = 14
|
||||||
ext.versionPatch = 0
|
ext.versionPatch = 3
|
||||||
|
|
||||||
static def getGitTimestamp() {
|
static def getGitTimestamp() {
|
||||||
def cmd = 'git show -s --format=%ct'
|
def cmd = 'git show -s --format=%ct'
|
||||||
|
|
Loading…
Reference in New Issue