diff --git a/app/app/build.gradle.kts b/app/app/build.gradle.kts index fa0d0b0be..1418b14b9 100644 --- a/app/app/build.gradle.kts +++ b/app/app/build.gradle.kts @@ -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") } diff --git a/fastlane/metadata/android/en-US/changelogs/2025101700.txt b/fastlane/metadata/android/en-US/changelogs/2025101700.txt new file mode 100644 index 000000000..ce4e10bdc --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2025101700.txt @@ -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 \ No newline at end of file