1.1995b release

pull/209/head
M66B 2 years ago
parent bb9fa8da64
commit 97e033ab03

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

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

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

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

Loading…
Cancel
Save