diff --git a/CHANGELOG.md b/CHANGELOG.md index c9af99ddd..cb0a57915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ### ~ +### v0.15.14 (2024-04-15) +* adds translation to Arabic (ar) (contributed by Alelg) (#786). +* adds to list of world places, and allows adding world places by continent (#785). +* adds mirror for help urls and website; some locales may point to GitHub hosted resources instead (#629). +* updates translations to Simplified Chinese (zh_CN) and Traditional Chinese (zh_TW) (#788 by James Liu). + ### v0.15.13 (2024-03-19) * adds app options to show daylight comparison (today/tomorrow) (#773). * increases the maximum before/after alarm offset (#779); fixes localization of display values. diff --git a/README.md b/README.md index 1fed93b85..ba1eff54a 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,8 @@ Russian translation by Ruslan ChintsovJoppla.
Czech translation by utaxiu.
Simplified Chinese translation by James Liu, and sr093906.
+Arabic translation by Alelg.
+ [Contributions to the project](CONTRIBUTING.md) are welcome. diff --git a/app/build.gradle b/app/build.gradle index 6d4b931df..92b47cbea 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,8 +23,8 @@ android minSdkVersion 10 //noinspection ExpiredTargetSdkVersion,OldTargetApi targetSdkVersion 25 - versionCode 110 - versionName "0.15.13" + versionCode 111 + versionName "0.15.14" buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\"" diff --git a/fastlane/metadata/android/en-US/changelogs/111.txt b/fastlane/metadata/android/en-US/changelogs/111.txt new file mode 100644 index 000000000..2a0ca5e46 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/111.txt @@ -0,0 +1,2 @@ +- adds translation to Arabic. +- adds to "world places", and organizes places by continent. \ No newline at end of file