Skip to content

Commit

Permalink
Merge pull request #544 from forrestguice/release-0.13.19
Browse files Browse the repository at this point in the history
release 0.13.19
  • Loading branch information
forrestguice authored Jan 25, 2022
2 parents 35fe7fb + ae686f1 commit 433624c
Show file tree
Hide file tree
Showing 3 changed files with 11 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.13.19 (2022-01-24)
* adds help for `data source` setting; adds link to online help (#223).
* reorganizes General settings (#223, #533); `show seconds` restored to `general`; `data source` moved into `advanced`; hides `experimental`.
* updates translations to Simplified Chinese (zh_CN) and Traditional Chinese (zh_TW) (#543 by James Liu).
* updates translation to Norwegian (nb) (#542 by FTno).

### v0.13.18 (2022-01-14)
* changes the solstice/equinox card to always include seconds when expanded (#533).
* updates translations to Simplified Chinese (zh_CN) and Traditional Chinese (zh_TW) (#531, #532 by James Liu).
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 82
versionName "0.13.18"
versionCode 83
versionName "0.13.19"

buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""

Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/83.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- adds help to general settings.
- updates translation to Norwegian.
- updates translations to Simplified Chinese, and Traditional Chinese.

0 comments on commit 433624c

Please sign in to comment.