1.1897 release

This commit is contained in:
M66B 2022-05-14 10:36:38 +02:00
parent ec656fcd5e
commit e7ea6e0089
6 changed files with 360376 additions and 5 deletions

View File

@ -4,13 +4,13 @@
### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
### Next version
### 1.1897 - 2022-05-14
* Added configurable quick actions
* Small improvements and minor bug fixes
* Updated translations
### 1.1895 - 2022-05-13
### 1.1896 - 2022-05-13
* Prevent blocking self (report spam)
* Preliminary Android 13 support (photo picker)

View File

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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -4,13 +4,13 @@
### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
### Next version
### 1.1897 - 2022-05-14
* Added configurable quick actions
* Small improvements and minor bug fixes
* Updated translations
### 1.1895 - 2022-05-13
### 1.1896 - 2022-05-13
* Prevent blocking self (report spam)
* Preliminary Android 13 support (photo picker)

File diff suppressed because it is too large Load Diff