Skip to content

Commit 35f2ff8

Browse files
committed
automatically updated release notes for mega-20221224
1 parent 3dccec8 commit 35f2ff8

File tree

1 file changed

+135
-0
lines changed

1 file changed

+135
-0
lines changed

dist/Release_notes.txt

+135
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,138 @@
1+
-------------------------------------------------
2+
Changes in release mega-20221224 (since mega-20221105)
3+
-------------------------------------------------
4+
5+
Release date: za 24 dec 2022 21:35:00 CET
6+
7+
C.Lee Taylor (1):
8+
Add comment to P001 for split up
9+
10+
TD-er (39):
11+
[PIO Build] Remove concat work-around for ESP32 builds
12+
[PIO] Add all used libraries in lib folder
13+
[PSRAM] Do not check UsePSRAM but FoundPSRAM
14+
[Docs] Fix "Validate a RFID tag" example
15+
[P002] Fix using nr. decimals in calibration
16+
[Favicon] Fix serving favicon.ico
17+
[Build] Exclude all ext. RTC code when not enabled in build
18+
[WiFi] Switch default and alt.WiFi builds for ESP8266
19+
[LCtech switch] Fix longpulse (#3385)
20+
[NTP] Fix calling NTP when current time source is ext. RTC
21+
[Build] Include the 'boards' folder in the source ZIP file (#4274)
22+
[SendToHTTP] Only include "Authorization" header when credentials set
23+
[ESP32 2.0.5.x] Fix crashes calling noInterrupt() in ISR callback
24+
[Adafruit NeoPixel] Update lib to fix noInterrupts
25+
[Quad Enc] Fix ESP32 noInterrupts()
26+
[Docs] Update rules docs not using %eventvalue1%
27+
[HTTP] Restore Authorization headers used in C011 (#4364)
28+
[HTTP] Remove check for "Authorization" header
29+
[ADXL345] Add pitch and roll as derived task values
30+
[ADXL345] Update min/max values per raw sample reading.
31+
[Cache Controller] Speedup ESP32 + LittleFS use.
32+
[Cache Controller] Allow for larger files on large ESP8266 FileSystems
33+
[Build] Make normal_ESP8266_1M fit max. size again
34+
[ADXL345] Add output of values in g with self calibration
35+
[ADXL345] Document new features of plugin
36+
[LongPulse] Fix recurring longPulse
37+
[Speedup] Make less calls to LoadTaskSettings as it is slow on ESP32
38+
[Cache] Fix updating ExtraTaskSettings Cache after it has been modified.
39+
[Cleanup] Do not call own class functions from constructor/destructor
40+
[Build] Fix missing #ifdef check.
41+
[Taskvalue Select] Fix showing taskvalue config for some plugins
42+
[Taskvalue Select] Fix showing taskvalue config for some plugins
43+
[PVS Studio] Fix issues reported by PVS Studio
44+
[Lib] Update to ArduinoJson 6.19.4
45+
[WiFi] Fix WiFi (re)connect not starting AP immediately
46+
[WiFi] Fix loop WIFI_STA and WIFI_OFF preventing boot/wificonnect
47+
[Controller] Allow system variables in controller username
48+
[ESP32] Fix ECO mode on ESP32
49+
Fix max. frequencies for various ESP32 SoC's
50+
51+
Ton Huisman (47):
52+
[Build] Revert Espressif32 framework to 2.0.4.1 to fix NeoPixel/RMT related issues
53+
[P121] Bugfix for unconnected sensor, correct name-typo, code cleanup
54+
[P121] Remove obsolete Arduino 1.0 check, use `f` suffix for float values
55+
[P038] Add initial and max brightness settings and command, update docs, optimizations
56+
[P121] Add HMC5883L to I2C scanner
57+
[Build] Update platform to 2.0.5.2, enable PSRAM for 16M8M envs, prepare PSRAM fix config
58+
[CodeMirror] Add NeoPixelBright command
59+
[P037] Add JSON sub-attribute support
60+
[P037] String and memory optimizations
61+
[P037] Small source cleanup
62+
[Docs] Add quotes in rules examples for SendTo and SendToHTTP
63+
Revert "[Docs] Add quotes in rules examples for SendTo and SendToHTTP"
64+
[Docs] Add quotes in rules examples for SendTo and SendToHTTP
65+
[P037] Small source improvement
66+
[P037] Remove unneeded LoadTaskSettings call
67+
[AdafruitGFX] Fix potential initialization issues
68+
[Libs] Fix initialization issues
69+
[PVS] Code improvements and corrections
70+
[P037] Correct table layout on Configuration page
71+
[P129] Correct table layout on Configuration page
72+
[P099] Correct table layout on Configuration page
73+
[P099] Format sources using Uncrustify
74+
[P099] Code improvements, small string reductions
75+
[Command parsing] Non-numeric arguments could return uninitialized data
76+
[AdaGFX] Fix typo in constructor
77+
[Build] Deduplicate libs and un-space lib foldernames
78+
[Build] Add readme.md to lib folder
79+
[P037] Move device configuration subheader, small uncrustify changes
80+
[P109] Add Inverted relay-state and Setpoint-delay settings
81+
[Build] Enable I2C Multiplexer in most ESP8266 4M builds
82+
[I2CMux] Fix Multiple Channels I2C Multiplexer selection table column widths
83+
[Metrics] Use default devicename `taskN` when Name is empty
84+
[Metrics] Show default task number as displayed in the device overview
85+
[Metrics] Format source using Uncrustify
86+
[Build] Enable Zabbix controller for Collection builds
87+
[Rules] Get task settings for use in rules
88+
[Rules] `settings.controllerN` also check Controller enabled/disabled
89+
[Rules] Update documentation for task settings variables, fix a few typos
90+
[Rules] Update ESPEasy ColorCode configuration
91+
[Rules] Adjust fetching task-controller settings, update documentation
92+
[Rules] Add String functions `indexOf` and `equals`, with documentation
93+
[Rules] Improved `indexOf(_ci)` and `equals(_ci)` string function handling, update documentation
94+
[Rules] Introduce commands `Inc` and `Dec`, update documentation
95+
[Rules] Update ESPEasy ColorCode config for `dec` and `inc` commands
96+
[ColorCode] Add missing command for P141
97+
[Build] Add `COLLECTION F` builds
98+
[P118] Bugfix for crash during startup
99+
100+
Zafrir Ron (5):
101+
LCD Rules example
102+
spelling correction
103+
Impoved version
104+
Fix set speed comment
105+
Fix to asyncevent & speed comment
106+
107+
chromoxdor (23):
108+
modulo+number is now categorized as number
109+
[style][layout] css optimizations, values table improvement
110+
the zero is not necessary i guess
111+
turns out there is more to remove in the css...
112+
forgot to minify and embed the css
113+
removed one sys var wrap and re added pre tag
114+
and i forgot to change p021....
115+
and xmp is out
116+
Update DevicesPage.cpp
117+
made the number inputfield better fit (except firefox)
118+
forgot to change width to max-width
119+
back to input type=search
120+
Update Rules.rst
121+
Update JSON.cpp
122+
Update JSON.cpp
123+
Update JSON.cpp
124+
Update JSON.cpp
125+
Update JSON.cpp
126+
Update JSON.cpp
127+
Update Custom-sample.h
128+
corrected typo
129+
update for #4421
130+
update
131+
132+
jimmys01 (1):
133+
Move Custom IR related defines in the appropriate file
134+
135+
1136
-------------------------------------------------
2137
Changes in release mega-20221105 (since mega-20220809)
3138
-------------------------------------------------

0 commit comments

Comments
 (0)