File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
### ~
2
2
3
+ ### v0.10.1 (2018-12-23)
4
+ * fixes bug "sun/moon circles are difficult to see (too small)" (#286 ) on lightmap and worldmap widgets.
5
+ * updates translation to Norwegian (nb) (#285 by FTno).
6
+ * updates dependency (Time4A 4.2-2018g).
7
+
3
8
### v0.10.0 (2018-12-09)
4
9
* adds support for themes to the app; it is now possible to customize the app's appearance using widget themes (#264 , #275 ).
5
10
* adds "order" option to sun and moon widgets; "display tomorrow's sunrise once sunset time has passed" (#190 ).
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ android
23
23
minSdkVersion 10
24
24
// noinspection OldTargetApi
25
25
targetSdkVersion 25
26
- versionCode 37
27
- versionName " 0.10.0 "
26
+ versionCode 38
27
+ versionName " 0.10.1 "
28
28
29
29
buildConfigField " java.util.Date" , " BUILD_TIME" , " new java.util.Date(" + getDateAsMillis() + " L)"
30
30
buildConfigField " String" , " GIT_HASH" , " \" ${ getGitHash()} \" "
@@ -55,7 +55,7 @@ dependencies
55
55
compile ' com.android.support.constraint:constraint-layout:1.0.2'
56
56
compile ' com.github.forrestguice:sunrisesunsetlib-java:SunriseSunsetCalculator-1.2-p0-fixdst'
57
57
compile ' com.github.caarmen.SunriseSunset:lib-sunrise-sunset:1.1.0'
58
- compile group : ' net.time4j' , name : ' time4j-android' , version : ' 4.1 -2018g'
58
+ compile group : ' net.time4j' , name : ' time4j-android' , version : ' 4.2 -2018g'
59
59
60
60
compile ' com.github.QuadFlask:colorpicker:0.0.13'
61
61
You can’t perform that action at this time.
0 commit comments