diff --git a/CHANGELOG.md b/CHANGELOG.md index d15a6c3..5a03eb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.3.0 (Jan 29, 2022) +* added sunrise, sunset and civil twilights (powered by https://github.com/haraldh/SunCalc library) + # 1.2.2 (Jun 21, 2021) * watch face available for Descent™ Mk2 S, Forerunner® 945 LTE diff --git a/README.md b/README.md index ab37ef9..5510984 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,4 @@ Arc indicators around the screen display: * do not disturb status * number of alarms. First alarm is displayed as five minutes arc, each other as one minute arc. * heart rate (on watches supporting partial update) +* sunrise, sunset and civil twilights diff --git a/connect_iq_store/power_saver.png b/connect_iq_store/power_saver.png new file mode 100644 index 0000000..8f1e012 Binary files /dev/null and b/connect_iq_store/power_saver.png differ diff --git a/connect_iq_store/sun.png b/connect_iq_store/sun.png new file mode 100644 index 0000000..bedc51d Binary files /dev/null and b/connect_iq_store/sun.png differ diff --git a/manifest.xml b/manifest.xml index 111daee..009f1d9 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,5 +1,5 @@ - + @@ -49,6 +49,7 @@ + diff --git a/manifest.xml.beta b/manifest.xml.beta index 1efab68..5451042 100644 --- a/manifest.xml.beta +++ b/manifest.xml.beta @@ -1,5 +1,5 @@ - + @@ -46,6 +46,7 @@ + diff --git a/manifest.xml.prod b/manifest.xml.prod index 111daee..009f1d9 100644 --- a/manifest.xml.prod +++ b/manifest.xml.prod @@ -1,5 +1,5 @@ - + @@ -49,6 +49,7 @@ + diff --git a/resources/settings/properties.xml b/resources/settings/properties.xml index 81fab53..ffa3160 100644 --- a/resources/settings/properties.xml +++ b/resources/settings/properties.xml @@ -42,6 +42,9 @@ 0xAA00FF 0xFFAA00 + 0xAA0000 + 0x0000FF +