1.2066 release

pull/212/head 1.2066
M66B 2 years ago
parent b5652d92c9
commit 42e31cc6c7

@ -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

@ -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

@ -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
Loading…
Cancel
Save