0
0
mirror of https://github.com/florisboard/florisboard.git synced 2024-09-19 19:42:20 +02:00

Release v0.4.0-alpha06

This commit is contained in:
Patrick Goldinger 2023-12-23 10:49:12 +01:00
parent 7e1bce2cea
commit 5bb7c6f786
No known key found for this signature in database
GPG Key ID: 533467C3DC7B9262
4 changed files with 30 additions and 2 deletions

BIN
app/beta/app-beta.aab Normal file

Binary file not shown.

View File

@ -0,0 +1,20 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "dev.patrickgold.florisboard.beta",
"variantName": "beta",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 92,
"versionName": "0.4.0-alpha06",
"outputFile": "app-beta.apk"
}
],
"elementType": "File"
}

View File

@ -0,0 +1,8 @@
Hotfix release for v0.4.0-alpha05, fixed setup screen not detecting enabled state correctly on Android 14 devices
Added in v0.4.0-alpha05:
- Add support for Material You in themes
- Add several new keyboard layouts
- Remove glide typing -> will be re-implemented with word suggestions/new keyboard layout engine
Detailed changelog: https://github.com/florisboard/florisboard/releases/tag/v0.4.0-alpha06

View File

@ -14,6 +14,6 @@ projectCompileSdk=34
projectBuildToolsVersion=34.0.0
projectNdkVersion=26.1.10909125
projectVersionCode=91
projectVersionCode=92
projectVersionName=0.4.0
projectVersionNameSuffix=-alpha05
projectVersionNameSuffix=-alpha06