Skip to content

Commit

Permalink
Merge pull request #787 from forrestguice/release-0.15.14
Browse files Browse the repository at this point in the history
release 0.15.14
  • Loading branch information
forrestguice authored Apr 15, 2024
2 parents bdbc38d + fcef99e commit 043386b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ Russian translation by <u><a href=https://github.com/rchintsov>Ruslan Chintsov</
Dutch translation by <u><a href=https://github.com/joppla>Joppla</a></u>.<br />
Czech translation by <u><a href=https://github.com/utaxiu>utaxiu</a></u>.<br />
Simplified Chinese translation by <u><a href=https://github.com/jamesliu96>James Liu</a></u>, and <u><a href=https://github.com/sr093906>sr093906</a></u>.<br />
Arabic translation by <u><a href=https://github.com/mstfelg>Alelg</a></u>.<br />


[Contributions to the project](CONTRIBUTING.md) are welcome.

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()}\""

Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/111.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- adds translation to Arabic.
- adds to "world places", and organizes places by continent.

0 comments on commit 043386b

Please sign in to comment.