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/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/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()}\"" 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]]> 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