1.1995b release

This commit is contained in:
M66B 2022-10-31 17:41:03 +01:00
parent bb9fa8da64
commit 97e033ab03
5 changed files with 265232 additions and 2 deletions

View File

@ -2,6 +2,14 @@
🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
### [Ninjatitan](https://en.wikipedia.org/wiki/Ninjatitan)
### BETA 1.1995b - 2022-11-01
* Added option for beta updates
* Added Jsoup selector conditions, [see the FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq71)
* Small improvements and minor bug fixes
### [Mei long](https://en.wikipedia.org/wiki/Mei_long)
### 1.1995 - 2022-10-30

View File

@ -4,8 +4,8 @@ apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 1995 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Mei long" }
def getRevision = { -> return "b" }
def getReleaseName = { -> return "Ninjatitan" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
def keystoreProperties = new Properties()

File diff suppressed because it is too large Load Diff

View File

@ -2,6 +2,14 @@
🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
### [Ninjatitan](https://en.wikipedia.org/wiki/Ninjatitan)
### BETA 1.1995b - 2022-11-01
* Added option for beta updates
* Added Jsoup selector conditions, [see the FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq71)
* Small improvements and minor bug fixes
### [Mei long](https://en.wikipedia.org/wiki/Mei_long)
### 1.1995 - 2022-10-30

View File

@ -2,6 +2,14 @@ Changelog
--------------------
Ninjatitan
BETA 1.1995b - 2022-11-01
* Added option for beta updates
* Added Jsoup selector conditions, see the FAQ
* Small improvements and minor bug fixes
Mei long
1.1995 - 2022-10-30