1.1911 release

pull/208/head 1.1911
M66B 2 years ago
parent 6ce309afc7
commit 6dca1355a3

@ -4,6 +4,14 @@
### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
### 1.1911 - 2022-06-11
* Added encoding (character set) override option
* Added UTF-16 endianness detection
* Small improvements and minor bug fixes
* Updated AndroidX and material design library
* Updated translations
### 1.1910 - 2022-06-10
* Fixed dark theme / original message view on Android 12 and before

@ -3,7 +3,7 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 1910 }
def getVersionCode = { -> return 1911 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Juratyrant" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

File diff suppressed because it is too large Load Diff

@ -4,6 +4,14 @@
### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
### 1.1911 - 2022-06-11
* Added encoding (character set) override option
* Added UTF-16 endianness detection
* Small improvements and minor bug fixes
* Updated AndroidX and material design library
* Updated translations
### 1.1910 - 2022-06-10
* Fixed dark theme / original message view on Android 12 and before

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save