1.2328 release

master 1.2328
M66B 1 month ago
parent 31e40dc98b
commit bcb0db1807

@ -30,6 +30,8 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress) ### Next version (Work in progress)
### 1.2328 2026-08-07
* Added inset for display cut outs * Added inset for display cut outs
* Added [OAuth for Thundermail](https://github.com/thunderbird/thunderbird-accounts/issues/1124) * Added [OAuth for Thundermail](https://github.com/thunderbird/thunderbird-accounts/issues/1124)
* Small improvements and minor bug fixes * Small improvements and minor bug fixes

@ -3,7 +3,7 @@ plugins {
id 'de.undercouch.download' id 'de.undercouch.download'
} }
def getVersionCode = { -> return 2327 } def getVersionCode = { -> return 2328 }
def getRevision = { -> return "a" } def getRevision = { -> return "a" }
def getReleaseName = { -> return "Elopteryx" } def getReleaseName = { -> return "Elopteryx" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera // 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) ### Next version (Work in progress)
### 1.2328 2026-08-07
* Added inset for display cut outs * Added inset for display cut outs
* Added [OAuth for Thundermail](https://github.com/thunderbird/thunderbird-accounts/issues/1124) * Added [OAuth for Thundermail](https://github.com/thunderbird/thunderbird-accounts/issues/1124)
* Small improvements and minor bug fixes * Small improvements and minor bug fixes

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