Version 1.38.0
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
|
||||
11
fastlane/metadata/android/en-US/changelogs/2025101700.txt
Normal file
11
fastlane/metadata/android/en-US/changelogs/2025101700.txt
Normal 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
|
||||
Reference in New Issue
Block a user