1.2327 release

master
M66B 2 days ago
parent aaa57b4806
commit 9a5a89fdac

@ -30,6 +30,8 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2327 2026-07-31
* Fixed all reported bugs
* Collapsed inline attachments in the message editor
* Small improvements and minor bug fixes

@ -3,7 +3,7 @@ plugins {
id 'de.undercouch.download'
}
def getVersionCode = { -> return 2326 }
def getVersionCode = { -> return 2327 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Elopteryx" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

@ -30,6 +30,8 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2327 2026-07-31
* Fixed all reported bugs
* Collapsed inline attachments in the message editor
* Small improvements and minor bug fixes

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save