1.2324 release

master 1.2324
M66B 1 week ago
parent 2381a62a12
commit 0e6e6e3c7e

@ -30,6 +30,11 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2324 2026-06-30
* Fixed regression in reformatted message view
* Small improvements and minor bug fixes
### 1.2323 2026-06-29
* Fixed insets of two row/column mode and undo bar

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

@ -30,6 +30,11 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2324 2026-06-30
* Fixed regression in reformatted message view
* Small improvements and minor bug fixes
### 1.2323 2026-06-29
* Fixed insets of two row/column mode and undo bar

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