1.2066 release

This commit is contained in:
M66B 2023-04-21 17:21:42 +02:00
parent b5652d92c9
commit 42e31cc6c7
7 changed files with 816845 additions and 3 deletions

View File

@ -6,8 +6,9 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Saltopus](https://en.wikipedia.org/wiki/Saltopus)
### Next version
### 1.2066 - 2023-04-21
* Fixed all reported bugs
* Added younger than rule condition
* Added option to show filter icon when rules were applied
* Added warning for long attachment file names

View File

@ -3,7 +3,7 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2065 }
def getVersionCode = { -> return 2066 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Saltopus" }
// 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

File diff suppressed because it is too large Load Diff

View File

@ -6,8 +6,9 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Saltopus](https://en.wikipedia.org/wiki/Saltopus)
### Next version
### 1.2066 - 2023-04-21
* Fixed all reported bugs
* Added younger than rule condition
* Added option to show filter icon when rules were applied
* Added warning for long attachment file names

File diff suppressed because it is too large Load Diff