Skip to content

Commit 8afaac1

Browse files
committed
0.13.0-b4
1 parent f4b47ed commit 8afaac1

File tree

7 files changed

+789
-781
lines changed

7 files changed

+789
-781
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
### Builds after release 0.12.0
44

5+
#### Build 2110110
6+
7+
- Version bump to 0.13.0-b4 "Toki"
8+
- Added option for bus refresh if off (PR #2259)
9+
- New auto segment logic
10+
- Fixed current calculations for virtual or non-linear configs (PR #2262)
11+
512
#### Build 2110060
613

714
- Added virtual network DDP busses (PR #2245)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wled",
3-
"version": "0.13.0-b3",
3+
"version": "0.13.0-b4",
44
"description": "Tools for WLED project",
55
"main": "tools/cdata.js",
66
"directories": {

wled00/html_other.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function B(){window.history.back()}function U(){document.getElementById("uf").st
4242
.bt{background:#333;color:#fff;font-family:Verdana,sans-serif;border:.3ch solid #333;display:inline-block;font-size:20px;margin:8px;margin-top:12px}input[type=file]{font-size:16px}body{font-family:Verdana,sans-serif;text-align:center;background:#222;color:#fff;line-height:200%}#msg{display:none}
4343
</style></head><body><h2>WLED Software Update</h2><form method="POST"
4444
action="/update" id="uf" enctype="multipart/form-data" onsubmit="U()">
45-
Installed version: 0.13.0-b3<br>Download the latest binary: <a
45+
Installed version: 0.13.0-b4<br>Download the latest binary: <a
4646
href="https://github.com/Aircoookie/WLED/releases" target="_blank"><img
4747
src="https://img.shields.io/github/release/Aircoookie/WLED.svg?style=flat-square">
4848
</a><br><input type="file" class="bt" name="update" required><br><input

wled00/html_settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ onclick='uploadFile(d.Sf.data2,"/cfg.json")'><br></div><div style="color:#fa0">
426426
Incorrect configuration may require a factory reset or re-flashing of your ESP.
427427
</div>For security reasons, passwords are not backed up.<h3>About</h3><a
428428
href="https://github.com/Aircoookie/WLED/" target="_blank">WLED</a>
429-
version 0.13.0-b3<br><br><a
429+
version 0.13.0-b4<br><br><a
430430
href="https://github.com/Aircoookie/WLED/wiki/Contributors-and-credits"
431431
target="_blank">Contributors, dependencies and special thanks</a><br>
432432
A huge thank you to everyone who helped me create WLED!<br><br>

wled00/html_ui.h

Lines changed: 776 additions & 775 deletions
Large diffs are not rendered by default.

wled00/wled.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
/*
44
Main sketch, global variable declarations
55
@title WLED project sketch
6-
@version 0.13.0-b3
6+
@version 0.13.0-b4
77
@author Christian Schwinne
88
*/
99

1010
// version code in format yymmddb (b = daily build)
11-
#define VERSION 2110060
11+
#define VERSION 2110110
1212

1313
//uncomment this if you have a "my_config.h" file you'd like to use
1414
//#define WLED_USE_MY_CONFIG

0 commit comments

Comments
 (0)