From be08e2bed4373ffa90fc7569af2617d8ac1f2d86 Mon Sep 17 00:00:00 2001 From: Forrest Guice Date: Fri, 1 Mar 2024 11:07:32 -0700 Subject: [PATCH 1/3] bump version 108 (0.15.11) -> 109 (0.15.12) --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b4de86d28..196aa5d59 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,8 +23,8 @@ android minSdkVersion 10 //noinspection ExpiredTargetSdkVersion,OldTargetApi targetSdkVersion 25 - versionCode 108 - versionName "0.15.11" + versionCode 109 + versionName "0.15.12" buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\"" From c605cf8ceeb511b1dfb4aecc20c78a9b4171bcea Mon Sep 17 00:00:00 2001 From: Forrest Guice Date: Fri, 1 Mar 2024 11:28:41 -0700 Subject: [PATCH 2/3] locale_credits --- README.md | 2 +- app/src/main/res/values/strings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11f731802..1fed93b85 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ Norwegian translation by FTno.
Italian translation by Matteo Caoduro and GiovaGa.
Traditional Chinese translation by ft42, and James Liu.
Brazilian Portuguese translation by NetoSilva, Nelson A. de Oliveira, and Enrico S. B. Fraletti.
-Russian translation by Ruslan Chintsov.
+Russian translation by Ruslan Chintsov, and Adelechka.
Dutch translation by Joppla.
Czech translation by utaxiu.
Simplified Chinese translation by James Liu, and sr093906.
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index f9b5c7232..61cb171d6 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1774,7 +1774,7 @@ FTno]]> ft42|James Liu]]> Neto Silva|Nelson A. de Oliveira|Enrico S. B. Fraletti]]> - Ruslan Chintsov]]> + Ruslan Chintsov|Adelechka]]> Joppla]]> utaxiu]]> James Liu|sr093906]]> From d7b3022fb56ccc684c2bd866ea15977ac575656b Mon Sep 17 00:00:00 2001 From: Forrest Guice Date: Fri, 1 Mar 2024 11:30:04 -0700 Subject: [PATCH 3/3] changelog --- CHANGELOG.md | 8 ++++++++ fastlane/metadata/android/en-US/changelogs/109.txt | 2 ++ 2 files changed, 10 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/109.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 77bfab354..23e374164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ### ~ +### v0.15.12 (2024-03-01) +* increases the range of supported dates from +-2.5 years to +-500 years (#770). +* fixes bug where date selector allows selecting unsupported dates (#770), and other miscellaneous UI changes. +* fixes bug where alarm screen back button overlaps the dismiss button (#777). +* fixes bug in date widget where the scaled text is not centered (#763). +* fixes ambiguity in minutes abbreviation; replaces "m" with "min" for all translations that default to metric (#773). +* updates translation to Russian (ru) (#775 by Adelechka). + ### v0.15.11 (2024-02-05) * adds "create/restore backup" option; saves all configuration data as json text (#757). * adds "export/import widget" option; save/load individual widget configurations. diff --git a/fastlane/metadata/android/en-US/changelogs/109.txt b/fastlane/metadata/android/en-US/changelogs/109.txt new file mode 100644 index 000000000..b38f71b55 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/109.txt @@ -0,0 +1,2 @@ +- increases the range of supported dates. +- updates translation to Russian. \ No newline at end of file