Skip to content

Commit d360a72

Browse files
committed
automatically updated release notes for mega-20231130
1 parent 5cdeeae commit d360a72

File tree

1 file changed

+112
-0
lines changed

1 file changed

+112
-0
lines changed

dist/Release_notes.txt

+112
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,115 @@
1+
-------------------------------------------------
2+
Changes in release mega-20231130 (since mega-20231013)
3+
-------------------------------------------------
4+
5+
Release date: Thu Nov 30 08:11:17 PM CET 2023
6+
7+
Fabio Ancona (3):
8+
Update Custom-sample.h with missing Plugins and update description
9+
Update Custom-sample.h after review
10+
Details supported hardware
11+
12+
TD-er (18):
13+
[WiFi] Fix force B/G mode on ESP8266
14+
[WiFi] Limit WiFi speed to HT20 for 802.11n mode on ESP32
15+
[Build] Fix compile error when using default Custom.h (#4870)
16+
[CDN URL] Add default CDN url with latest tag when no pygit2 installed
17+
[WiFi] Fix connect to Hidden SSID on Mikrotik AP (#4885)
18+
[WiFi] Only connect using BSSID when BSSID is available
19+
[ESP32 WiFi] Fix reconnect issue after WIFI_REASON_AUTH_EXPIRE
20+
[FactoryReset] Store settings to keep in ESP32 NVS storage
21+
[Custom CDN] Move Custom CDN URL to config.dat
22+
[Custom CDN] Move position of where Custom CDN URL is stored in settings
23+
[Factory Reset] Use NVS stored defaults on reset
24+
[Custom CDN] Fix storing empty CDN url.
25+
[Factory Reset] Store WiFi/Eth config in NVS
26+
[Factory Reset] Store log/console settings in NVS
27+
[Custom CDN] Add checkbox to store Custom CDN to NVS
28+
[Custom.h] Update Custom-sample.h with new CUSTOM_BUILD_CDN_URL
29+
[Factory Reset] Add new flag to NVS for slow connect to hidden SSID
30+
[ESP8266 build] Set all ESP8266 'normal' builds to use CDN for CSS/JS
31+
32+
Ton Huisman (68):
33+
[Lib] HeatpumpIR update to 1.0.23
34+
[Lib] HeatpumpIR Add compatibility with ESP32 Arduino 3.0/IDF 5.1.x
35+
[P023] Bugfix: Template parsing was overwriting the template
36+
[P159] Add LD2410 Radar presence detection
37+
[P023] Minor performance improvement
38+
[P159] Remove copy/paste evidence :-D
39+
[P159] Many improvements, add/update settings for sensitivity
40+
[P159] Fix compilation on LIMIT_BUILD_SIZE builds
41+
[P159] Small improvements
42+
[P159] Small improvements
43+
[P159] Add command for sensor factoryreset
44+
[Lib] LD2410: Fix bug (-1 for uint), add undocumented OutputPinState value
45+
[P159] Add OutputPinState option after AmbientLight option (breaking change!)
46+
[P159] Minor change to determine how that may influence the build
47+
[NEOPIXEL] Add NeoPixelBus_wrapper and implement in NeoPixel plugins
48+
[Lib] Adjust Adafruit_NeoMatrix to use NeoPixelBus_wrapper
49+
[ESP-IDF5.1] Update NeoPixelBus with Tasmota's patches for ESP-IDF5.1
50+
[NeoPixel] Add changelogs for applying NeoPixelBus_wrapper library
51+
[Build] Fix pygit2 version
52+
[Build] Fix pygit2 version
53+
[Build] Restore pygit2 version
54+
[Build] Try older/current version of pip
55+
[Build] Explicit version of libgit2
56+
[Build] Undo changes
57+
[ESP-IDF5.1] Fix build issue on older IDF based builds
58+
[Neopixel] Fixes and improvements
59+
[Build] Freeze pip dependencies
60+
[Build] Undo changes
61+
[Build] Try fix failing pygit2 install
62+
[Build] Try older Python version
63+
[Neopixel] Fix fall-through return value
64+
[Build] Fix some cherry-pick diffs
65+
[Build] Freeze Python to 3.11 to fix pygit2 build issue
66+
[P159] Add Gate0 energy values that where missing Add GetConfig support for fetching all available values Add ld2410,logall command for dumping all values in the log (INFO level) Code improvements
67+
[NeopixelWrapper] Code optimization
68+
[P021] Set Hysteresis value via config command
69+
[P021] Update documentation
70+
[Build] Freeze Python version to avoid build issue with pygit2
71+
[Build] Freeze Python version on 3.11 so pygit2 will run as intended
72+
[P021] Change commands SetHysteresis and GetHysteresis for consistency
73+
[Lib] LD2410: Read all data that can be read in 5 msec, add errorcount and data_valid checks
74+
[P159] Rework processing, now near-instant response Add GetConfig support for sensitivity per gate values
75+
[Lib] LD2410: Reformat source (nearly all is changed!) Replace yield() by delay(0)
76+
[P159] Fix wrong use of F(""), should be EMPTY_STRING
77+
[Lib] IRremoteESP8266 update to v2.8.6, with ESPEasy patches applied - Disable some (more) IR protocols to make 1M build fit - Add IDF 5.x compatibility
78+
[Lib] Adafruit_NeoMatrix: Fix includes
79+
[Lib] Remove Adafruit_NeoPixel from repo
80+
[P131] Fix variable initialization, call begin() to start the NeoPixels
81+
[P041] Uncrustify source, minor improvements
82+
[P042] Fix initializations to avoid crash at start, minor improvements
83+
[P070] Minor improvements
84+
[Lib] Update library.properties for local copy of Adafruit_NeoMatrix
85+
[Docs] Updates and corrections Nov. 2023
86+
[Docs] Updates and corrections Nov. 2023
87+
[P159] Add documentation
88+
[P159] Update EasyColorMirror
89+
[P159] Update comments to explicitly name LD2410
90+
[CDN] Set override url for CDN hosted files
91+
[CDN] Update documentation
92+
[CDN] Code improvements, Add to Provisioning
93+
[CDN] Update documentation
94+
[Provisioning] Split provisioning commands, add fallback for MAX builds, code cleanup
95+
[Provisioning] Update documentation
96+
[CDN] Replace system variables in url, update documentation
97+
[I2C] Add Device flag for 100 kHz-only devices
98+
[I2C] Devices that only support 100 kHz speed
99+
[Bugfix] [P159] Saving settings checkbox failed on ESP8266
100+
[Docs] Fix some typos Nov. 2023
101+
102+
jfmennedy (8):
103+
P093 Mitsubishi HeatPump Add Support for SetRemoteTemperature Resolves P093 - Mitsubishi Heat Pump Add Remote Temperature #4711
104+
Modify Changelog Order
105+
Help needed here
106+
- Fix float initialisaton, - Fix float comparator, - Still trying t get SetRemoteTemperature working...
107+
-Fix static const uint8_t RemoteTemperature
108+
- Implement remarks from review
109+
Documentation
110+
Documentation Review
111+
112+
1113
-------------------------------------------------
2114
Changes in release mega-20231013 (since mega-20230930)
3115
-------------------------------------------------

0 commit comments

Comments
 (0)