File tree 3 files changed +11
-2
lines changed
fastlane/metadata/android/en-US/changelogs
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
### ~
2
2
3
+ ### v0.13.19 (2022-01-24)
4
+ * adds help for ` data source ` setting; adds link to online help (#223 ).
5
+ * reorganizes General settings (#223 , #533 ); ` show seconds ` restored to ` general ` ; ` data source ` moved into ` advanced ` ; hides ` experimental ` .
6
+ * updates translations to Simplified Chinese (zh_CN) and Traditional Chinese (zh_TW) (#543 by James Liu).
7
+ * updates translation to Norwegian (nb) (#542 by FTno).
8
+
3
9
### v0.13.18 (2022-01-14)
4
10
* changes the solstice/equinox card to always include seconds when expanded (#533 ).
5
11
* updates translations to Simplified Chinese (zh_CN) and Traditional Chinese (zh_TW) (#531 , #532 by James Liu).
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ android
23
23
minSdkVersion 10
24
24
// noinspection ExpiredTargetSdkVersion,OldTargetApi
25
25
targetSdkVersion 25
26
- versionCode 82
27
- versionName " 0.13.18 "
26
+ versionCode 83
27
+ versionName " 0.13.19 "
28
28
29
29
buildConfigField " String" , " GIT_HASH" , " \" ${ getGitHash()} \" "
30
30
Original file line number Diff line number Diff line change
1
+ - adds help to general settings.
2
+ - updates translation to Norwegian.
3
+ - updates translations to Simplified Chinese, and Traditional Chinese.
You can’t perform that action at this time.
0 commit comments