diff --git a/CHANGELOG.md b/CHANGELOG.md index a48f9d204..50c4e4706 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ### Development versions after 0.10.0 release +#### Build 2008300 (v0.10.2 release candidate) + +- Added new UI customization options to UI settings +- Added Dancing Shadows effect (#1108) +- Preset cycle is now paused if lights turned off or nightlight active +- Removed `esp01` and `esp01_ota` envs from travis build (need too much flash) + #### Build 2008290 - Added individual LED control support to JSON API diff --git a/platformio.ini b/platformio.ini index 88222be32..91606c186 100644 --- a/platformio.ini +++ b/platformio.ini @@ -16,7 +16,7 @@ extra_configs = # ------------------------------------------------------------------------------ # Travis CI binaries -default_envs = travis_esp8266, esp01, esp01_1m_ota, travis_esp32 +default_envs = travis_esp8266, travis_esp32 # Release binaries ; default_envs = nodemcuv2, esp01, esp01_1m_ota, esp01_1m_full, esp32dev, custom_WS2801, custom_APA102, custom_LEDPIN_16, custom_LEDPIN_4, custom32_LEDPIN_16 @@ -134,6 +134,7 @@ build_flags_all_features = -D WLED_ENABLE_ADALIGHT -D WLED_ENABLE_DMX -D WLED_ENABLE_MQTT + -D WLED_ENABLE_WEBSOCKETS ldscript_512k = eagle.flash.512k.ld ;for older versions change this to eagle.flash.512k0.ld ldscript_1m0m = eagle.flash.1m.ld ;for older versions change this to eagle.flash.1m0.ld diff --git a/wled00/data/index.htm b/wled00/data/index.htm index 1c6073eae..bee036d8c 100644 --- a/wled00/data/index.htm +++ b/wled00/data/index.htm @@ -1327,7 +1327,7 @@ function populateInfo(i) } var vcn = "Kuuhaku"; if (i.ver.startsWith("0.10.")) vcn = "Namigai"; - if (i.ver.startsWith("0.11.")) vcn = "Akatsuki"; + if (i.ver.startsWith("0.10.2")) vcn = "Fumikiri"; if (i.cn) vcn = i.cn; cn += `v${i.ver} "${vcn}"

diff --git a/wled00/data/settings_ui.htm b/wled00/data/settings_ui.htm index d3f4de239..8e84bce5c 100644 --- a/wled00/data/settings_ui.htm +++ b/wled00/data/settings_ui.htm @@ -5,13 +5,148 @@ UI Settings