1.2323 release

master
M66B 1 week ago
parent 3245a41057
commit c980ef70de

@ -30,7 +30,9 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
* Fixed all reported bugs
### 1.2323 2026-06-29
* Fixed insets of two row/column mode and undo bar
* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [S/MIME root certificates](https://wiki.mozilla.org/CA/Included_Certificates)

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

@ -30,7 +30,9 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
* Fixed all reported bugs
### 1.2323 2026-06-29
* Fixed insets of two row/column mode and undo bar
* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [S/MIME root certificates](https://wiki.mozilla.org/CA/Included_Certificates)

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