Skip to content
/ FairEmail Public

Commit 9d9aa3b

Browse files
committed
1.2313 release
1 parent b966c8d commit 9d9aa3b

4 files changed

Lines changed: 3967 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
3030

3131
### Next version (Work in progress)
3232

33+
### 1.2313 2026-03-08
34+
35+
* Fixed all reported bugs
36+
* Small improvements and minor bug fixes
37+
* Updated [translations](https://crowdin.com/project/open-source-email)
38+
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
39+
3340
### 1.2312 2026-02-16
3441

3542
* Fixed all reported bugs

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22
apply plugin: 'kotlin-android'
33
apply plugin: 'de.undercouch.download'
44

5-
def getVersionCode = { -> return 2312 }
5+
def getVersionCode = { -> return 2313 }
66
def getRevision = { -> return "a" }
77
def getReleaseName = { -> return "Diuqin" }
88
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

app/src/main/assets/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
3030

3131
### Next version (Work in progress)
3232

33+
### 1.2313 2026-03-08
34+
35+
* Fixed all reported bugs
36+
* Small improvements and minor bug fixes
37+
* Updated [translations](https://crowdin.com/project/open-source-email)
38+
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
39+
3340
### 1.2312 2026-02-16
3441

3542
* Fixed all reported bugs

0 commit comments

Comments
 (0)