From 2f4f37c446b19bdbb9d28968018193d20097998d Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Sun, 25 Jun 2023 15:47:07 +0200 Subject: [PATCH] version bump 0.13.4-beta, changelog update --- CHANGELOG.md | 23 ++++++++++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- platformio.ini | 3 ++- wled00/html_other.h | 2 +- wled00/html_settings.h | 2 +- wled00/improv.cpp | 2 +- wled00/wled.h | 4 ++-- 8 files changed, 32 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cf19429d8..7d36934454 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,30 @@ ## WLED-SR changelog -(tbw) +- upgrade custom effects to ARTI-FX (from MoonModules fork) +- Audio responsive palettes +- beat-sensitive effect variants (Palette, Popcorn, Fireworks, Starburst) +- various effect bugfixes and minor effect improvements +- 2d Lissajous improvements +- Allow up to 9 (instead of 8) LED pins +- better support for some "M5" devices (needs specific firmware build) +- Preview colors bugfix +- Segment offset bugfix +- upgrade to fastLED 3.6.0 +- upgrade to NeoPixelBus 2.7.1 +- woraround for spurious crash in serializePalettes +- audio input filtering improvements +- Low-Cut filter for all audio inputs (reduces noise) +- better handling of analog audio +- Audio core and FFT optimizations +- I2S MCLK pin is configurable, sound settings page cleanups +- Improvements for Line-In I2S boards + +(list of bugfixed to be completed) + ## WLED upstream changelog ### Upstream changes backported to WLED-SR +- bugfix for large presets files (>64Kb) - updated NeoPixelBus to 2.7.1 - Fixed APA102 output on Ethernet enabled controllers - Added ability to disable ADAlight (-D WLED_DISABLE_ADALIGHT) diff --git a/package-lock.json b/package-lock.json index bedb98a3d3..058d097602 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wled", - "version": "0.13.3.9", + "version": "0.13.4-beta", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "wled", - "version": "0.13.3.9", + "version": "0.13.4-beta", "license": "ISC", "dependencies": { "clean-css": "^4.2.3", diff --git a/package.json b/package.json index a446a4047e..02511959d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wled", - "version": "0.13.3.9", + "version": "0.13.4-beta", "description": "Tools for WLED project", "main": "tools/cdata.js", "directories": { diff --git a/platformio.ini b/platformio.ini index cc91b4c6d9..fa6c72b720 100644 --- a/platformio.ini +++ b/platformio.ini @@ -190,7 +190,8 @@ lib_deps = fastled/FastLED @ ~3.6.0 ;;https://github.com/FastLED/FastLED.git#master @3.6.0+sha.23c67b7 IRremoteESP8266 @ ~2.8.2 - https://github.com/Aircoookie/ESPAsyncWebServer.git @ ~2.0.7 + ;; https://github.com/Aircoookie/ESPAsyncWebServer.git @ ~2.0.7 + https://github.com/lost-hope/ESPAsyncWebServer.git#master ;; WLEDSR to display .log and .wled files in /edit #For use of the TTGO T-Display ESP32 Module with integrated TFT display uncomment the following line #TFT_eSPI #For use SSD1306 OLED display uncomment following diff --git a/wled00/html_other.h b/wled00/html_other.h index 756f1b03d0..4e01be7bf6 100644 --- a/wled00/html_other.h +++ b/wled00/html_other.h @@ -41,7 +41,7 @@ function B(){window.history.back()}function U(){document.getElementById("uf").st %CSS%%SCSS%