Skip to content

Commit f146eaa

Browse files
committed
v0.9.0 to v1.0.0
1 parent 7c1283b commit f146eaa

35 files changed

Lines changed: 79 additions & 79 deletions

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: janheinrichmerker/action-github-changelog-generator@v2.4
3030
with:
3131
token: ${{ secrets.GITHUB_TOKEN }}
32-
sinceTag: v0.9.0
32+
sinceTag: v1.0.0
3333
output: CHANGELOG_NIGHTLY.md
3434
# Exclude issues that were closed without resolution from changelog
3535
excludeLabels: 'stale,wontfix,duplicate,invalid,question,use-as-is,not_planned'
@@ -38,7 +38,7 @@ jobs:
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
with:
41-
tag_name: v0.9.1
41+
tag_name: v10.0.1
4242
name: 'Nightly $$'
4343
prerelease: true
4444
body_path: CHANGELOG_NIGHTLY.md

docs/develop/devices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ A `static_assert(sizeof(UDPWLEDHeader) == 44)` enforces this at build time. This
3737

3838
```text
3939
[UDPWLEDHeader — 44 bytes] ← WLED reads only this portion
40-
[char versionStr[32] ] ← human-readable version, e.g. "0.9.1"
40+
[char versionStr[32] ] ← human-readable version, e.g. "10.0.1"
4141
[char build[16] ] ← build date string, e.g. "20260411"
4242
[uint32_t uptime ]
4343
[uint16_t packageSize ] ← sizeof(UDPMessage); receiver uses for size-based dispatch

docs/gettingstarted/installer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ After a successful install, go to **Logs & Console**, press **Reset Device**, an
4242
If installation does not work, some boards must be placed into bootloader mode the first time:
4343
press and hold the `Boot` button on the ESP32, press the `Reset` button, then release the `Boot` button.
4444

45-
| Name | Image* | Release v0.9.0 | Nightly build | Shop & Board presets |
45+
| Name | Image* | Release v1.0.0 | Nightly build | Shop & Board presets |
4646
|------|--------|----------------|---------------|----------------------|
4747
| esp32-d0 | ![esp32-d0](../firmware/installer/images/esp32-d0.jpg){: style="width:100px"} | <esp-web-install-button manifest="https://moonmodules.org/MoonLight/firmware/installer/manifest_esp32-d0.json"></esp-web-install-button> | <esp-web-install-button manifest="https://moonmodules.org/MoonLight/firmware/installer/manifest_esp32-d0-nightly.json"></esp-web-install-button> | [Dig-2-Go, Dig-Uno, Dig-Quad](../moonbase/inputoutput.md#dig-2-go-dig-uno-dig-quad):<br>![Dig-2-Go](https://shop.allnetchina.cn/cdn/shop/products/Led_4.jpg?v=1680836018&width=1600){: style="width:100px"}<br>![Dig-Uno](https://quinled.info/wp-content/uploads/2020/02/QuinLED-Dig-Uno-v3_front.png){: style="width:100px"}<br>![Dig-Quad](https://quinled.info/wp-content/uploads/2021/11/QuinLED-Dig-Quad-AB_v3r1-2048x1154.png){: style="width:100px"} |
4848
| esp32-d0-16mb | ![esp32-d0-16mb](../firmware/installer/images/esp32-d0-16mb.jpg){: style="width:100px"} | <esp-web-install-button manifest="https://moonmodules.org/MoonLight/firmware/installer/manifest_esp32-d0-16mb.json"></esp-web-install-button> | <esp-web-install-button manifest="https://moonmodules.org/MoonLight/firmware/installer/manifest_esp32-d0-16mb-nightly.json"></esp-web-install-button> | [Dig-Octa](../moonbase/inputoutput.md#dig-octa):<br>![Dig-Octa](https://quinled.info/wp-content/uploads/2024/10/20240924_141857-2048x1444.png){: style="width:100px"}<br>[Serg ESP32](https://www.tindie.com/products/serg74/esp32-wroom-usb-c-d1-mini32-form-factor-board){:target="_blank"} and [Shield](https://www.tindie.com/products/serg74/wled-shield-board-for-addressable-leds)<br>![Shield](https://cdn.tindiemedia.com/images/resize/44YE-eNQ9pJQUh_SmtwwfBXFbAE=/p/fit-in/1370x912/filters:fill(fff)/i/93057/products/2021-08-14T14%3A44%3A14.418Z-shield_v3-1.jpg?1628927139){: style="width:100px"} |

docs/moonlight/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ API output:
197197
198198
- System status
199199
```text
200-
{"esp_platform":"ESP32-S3","firmware_version":"0.9.1","firmware_date":"20260406","firmware_target":"esp32-s3-n8r8v","platform_version":"pioarduino-55.03.37","ma...}
200+
{"esp_platform":"ESP32-S3","firmware_version":"10.0.1","firmware_date":"20260406","firmware_target":"esp32-s3-n8r8v","platform_version":"pioarduino-55.03.37","ma...}
201201
```
202202
203203
- MoonLight info

firmware/installer/manifest_esp32-c3-nightly.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MoonLight nightly on esp32-c3",
3-
"version": "0.9.1",
3+
"version": "1.0.1",
44
"home_assistant_domain": "esphome",
55
"funding_url": "https://esphome.io/guides/supporters.html",
66
"new_install_prompt_erase": true,
@@ -11,7 +11,7 @@
1111
"name": "esp32-c3",
1212
"image": "./images/esp32-c3.jpg",
1313
"parts": [
14-
{ "path": "https://proxy.corsfix.com/?https://github.com/MoonModules/MoonLight/releases/download/v0.9.1/MoonLight_esp32-c3_0-9-1_webflash.bin", "offset": 0 }
14+
{ "path": "https://proxy.corsfix.com/?https://github.com/MoonModules/MoonLight/releases/download/v10.0.1/MoonLight_esp32-c3_1-0-1_webflash.bin", "offset": 0 }
1515
]
1616
}
1717
]

firmware/installer/manifest_esp32-c3-supermini-nightly.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MoonLight nightly on esp32-c3-supermini",
3-
"version": "0.9.1",
3+
"version": "1.0.1",
44
"home_assistant_domain": "esphome",
55
"funding_url": "https://esphome.io/guides/supporters.html",
66
"new_install_prompt_erase": true,
@@ -11,7 +11,7 @@
1111
"name": "esp32-c3-supermini",
1212
"image": "./images/esp32-c3-supermini.jpg",
1313
"parts": [
14-
{ "path": "https://proxy.corsfix.com/?https://github.com/MoonModules/MoonLight/releases/download/v0.9.1/MoonLight_esp32-c3-supermini_0-9-1_webflash.bin", "offset": 0 }
14+
{ "path": "https://proxy.corsfix.com/?https://github.com/MoonModules/MoonLight/releases/download/v10.0.1/MoonLight_esp32-c3-supermini_1-0-1_webflash.bin", "offset": 0 }
1515
]
1616
}
1717
]

firmware/installer/manifest_esp32-c3-supermini.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "MoonLight v0.9.0 on esp32-c3-supermini",
3-
"version": "0.9.0",
2+
"name": "MoonLight v1.0.0 on esp32-c3-supermini",
3+
"version": "1.0.0",
44
"home_assistant_domain": "esphome",
55
"funding_url": "https://esphome.io/guides/supporters.html",
66
"new_install_prompt_erase": true,
@@ -11,7 +11,7 @@
1111
"name": "esp32-c3-supermini",
1212
"image": "./images/esp32-c3-supermini.jpg",
1313
"parts": [
14-
{ "path": "https://proxy.corsfix.com/?https://github.com/MoonModules/MoonLight/releases/download/v0.9.0/MoonLight_esp32-c3-supermini_0-9-0_webflash.bin", "offset": 0 }
14+
{ "path": "https://proxy.corsfix.com/?https://github.com/MoonModules/MoonLight/releases/download/v1.0.0/MoonLight_esp32-c3-supermini_1-0-0_webflash.bin", "offset": 0 }
1515
]
1616
}
1717
]

firmware/installer/manifest_esp32-c3.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "MoonLight v0.9.0 on esp32-c3",
3-
"version": "0.9.0",
2+
"name": "MoonLight v1.0.0 on esp32-c3",
3+
"version": "1.0.0",
44
"home_assistant_domain": "esphome",
55
"funding_url": "https://esphome.io/guides/supporters.html",
66
"new_install_prompt_erase": true,
@@ -11,7 +11,7 @@
1111
"name": "esp32-c3",
1212
"image": "./images/esp32-c3.jpg",
1313
"parts": [
14-
{ "path": "https://proxy.corsfix.com/?https://github.com/MoonModules/MoonLight/releases/download/v0.9.0/MoonLight_esp32-c3_0-9-0_webflash.bin", "offset": 0 }
14+
{ "path": "https://proxy.corsfix.com/?https://github.com/MoonModules/MoonLight/releases/download/v1.0.0/MoonLight_esp32-c3_1-0-0_webflash.bin", "offset": 0 }
1515
]
1616
}
1717
]

firmware/installer/manifest_esp32-d0-16mb-nightly.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MoonLight nightly on esp32-d0-16mb",
3-
"version": "0.9.1",
3+
"version": "1.0.1",
44
"home_assistant_domain": "esphome",
55
"funding_url": "https://esphome.io/guides/supporters.html",
66
"new_install_prompt_erase": true,
@@ -11,7 +11,7 @@
1111
"name": "esp32-d0-16mb",
1212
"image": "./images/esp32-d0-16mb.jpg",
1313
"parts": [
14-
{ "path": "https://proxy.corsfix.com/?https://github.com/MoonModules/MoonLight/releases/download/v0.9.1/MoonLight_esp32-d0-16mb_0-9-1_webflash.bin", "offset": 0 }
14+
{ "path": "https://proxy.corsfix.com/?https://github.com/MoonModules/MoonLight/releases/download/v10.0.1/MoonLight_esp32-d0-16mb_1-0-1_webflash.bin", "offset": 0 }
1515
]
1616
}
1717
]

firmware/installer/manifest_esp32-d0-16mb.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "MoonLight v0.9.0 on esp32-d0-16mb",
3-
"version": "0.9.0",
2+
"name": "MoonLight v1.0.0 on esp32-d0-16mb",
3+
"version": "1.0.0",
44
"home_assistant_domain": "esphome",
55
"funding_url": "https://esphome.io/guides/supporters.html",
66
"new_install_prompt_erase": true,
@@ -11,7 +11,7 @@
1111
"name": "esp32-d0-16mb",
1212
"image": "./images/esp32-d0-16mb.jpg",
1313
"parts": [
14-
{ "path": "https://proxy.corsfix.com/?https://github.com/MoonModules/MoonLight/releases/download/v0.9.0/MoonLight_esp32-d0-16mb_0-9-0_webflash.bin", "offset": 0 }
14+
{ "path": "https://proxy.corsfix.com/?https://github.com/MoonModules/MoonLight/releases/download/v1.0.0/MoonLight_esp32-d0-16mb_1-0-0_webflash.bin", "offset": 0 }
1515
]
1616
}
1717
]

0 commit comments

Comments
 (0)