diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 107cf83..0b48dfc 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -33,8 +33,8 @@ android { applicationId = "org.nsh07.pomodoro" minSdk = 27 targetSdk = 36 - versionCode = 13 - versionName = "1.5.0" + versionCode = 14 + versionName = "1.6.0-alpha01" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/fastlane/metadata/android/en-US/changelogs/14.txt b/fastlane/metadata/android/en-US/changelogs/14.txt new file mode 100644 index 0000000..a028e30 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/14.txt @@ -0,0 +1,6 @@ +New features: +- New Always On Display option: click anywhere while on the Timer screen to turn on Always On Display mode, tap again to turn it off + +Translators on Weblate helped add support for French and Turkish in this update + +The AOD feature is still in development. Suggest features and report bugs at https://github.com/nsh07/tomato/issues \ No newline at end of file