Version 1.38.0

This commit is contained in:
MM20
2025-10-18 16:08:09 +02:00
parent 9cf104750d
commit f991e579c0
2 changed files with 13 additions and 2 deletions

View File

@@ -32,8 +32,8 @@ android {
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.targetSdk.get().toInt()
@SuppressLint("HighAppVersionCode")
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2025070400
versionName = "1.37.0"
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2025101700
versionName = "1.38.0"
signingConfig = signingConfigs.getByName("debug")
}

View File

@@ -0,0 +1,11 @@
- Bring back the "fill height" option for the clock widget while "widgets on home screen" is enabled
- Add an setting to increase the number rows on home screen (thanks to @and1mon)
- Unit converter improvements:
- Added support for units of volume
- The parsing is now more lenient, spaces are now optional and every combination of `>` and `-` is not a valid operator symbol
- unit symbols may now contain spaces, some existing unit symbols have been renamed (for example `sqft` -> `sq ft`; `lb.` -> `lb`)
- Added more configuration options to custom intent quick actions
- Bugfixes:
- fix tap interaction with live wallpapers
- fix time parsing when time format is set to 12-hour clock
- fix Wikipedia search