diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 2c005146..83854bd6 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -48,7 +48,7 @@ body: attributes: label: What version/release of MM WLED? description: You can find this in by going to Config -> Security & Updates -> Scroll to Bottom. Copy and paste the entire line after "Server message" - placeholder: "e.g. WLEDMM_0.14.0.2.1_esp32_4MB_max (build 2212061)" + placeholder: "e.g. build 2308250, WLEDMM_0.14.0-b27.31_esp32_4MB_M.bin" validations: required: true - type: dropdown @@ -57,12 +57,12 @@ body: label: Which microcontroller/board are you seeing the problem on? multiple: true options: - - ESP8266 - ESP32 - ESP32-S3 - ESP32-S2 - ESP32-C3 - Other + - ESP8266 validations: required: true - type: textarea diff --git a/package-lock.json b/package-lock.json index 825ddb20..f02ad7c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wled", - "version": "0.14.0-b26.30", + "version": "0.14.0-b27.31", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "wled", - "version": "0.14.0-b26.30", + "version": "0.14.0-b27.31", "license": "GPL-3.0-or-later", "dependencies": { "clean-css": "^4.2.3", diff --git a/package.json b/package.json index 3ec55b51..db669843 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wled", - "version": "0.14.0-b26.30", + "version": "0.14.0-b27.31", "description": "Tools for WLED project", "main": "tools/cdata.js", "directories": { diff --git a/wled00/data/index.js b/wled00/data/index.js index a7eaaca1..27f68f8c 100644 --- a/wled00/data/index.js +++ b/wled00/data/index.js @@ -676,8 +676,7 @@ function populateInfo(i) if (i.ver.includes("0.14.1")) vcn = "Sitting Ducks"; // easter egg if (i.ver.includes("0.14.0")) vcn = "Lupo"; // check for MM versioning scheme if (i.ver.includes("0.14.0-b15")) vcn = "Sitting Ducks"; // late easter egg - if (i.ver.includes("0.14.0-b25")) vcn = "This is the way"; // recently watched The Mandalorian? I have spoken ;-) - if (i.ver.includes("0.14.0-b26")) vcn = "This is the way"; + if (i.ver.includes("0.14.0-b2")) vcn = "This is the way"; // recently watched The Mandalorian? I have spoken ;-) if (i.ver.includes("0.14.0-b15.22")) vcn = "Lupo"; cn += `v${i.ver} "${vcn}"
(WLEDMM_${i.ver} ${i.rel}.bin)
build ${i.vid}