Skip to content

Commit 1b63f1d

Browse files
committed
automatically updated release notes for mega-20230505
1 parent 18752af commit 1b63f1d

File tree

1 file changed

+105
-0
lines changed

1 file changed

+105
-0
lines changed

dist/Release_notes.txt

+105
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,108 @@
1+
-------------------------------------------------
2+
Changes in release mega-20230505 (since mega-20230409)
3+
-------------------------------------------------
4+
5+
Release date: vr 5 mei 2023 22:31:21 CEST
6+
7+
Fabio Ancona (4):
8+
Rename sensor to SHT3x from SHT30/31/35
9+
Rename sensor to SHT3x from SHT30/31/35
10+
SHT3x Update docs with detailed chip list
11+
SHT1x Update docs with detailed chip list
12+
13+
TD-er (32):
14+
[LoRaTTN] Split up C018 source files
15+
[P151] Add Honeywell I2C Pressure sensor plugin
16+
[P151] Fix I2C scanner result not showing address selection dialog
17+
[I2C] Use standard functions in I2C_access.h/.cpp
18+
[Dummy] Add 1...4 ULong as taskvalue output type
19+
[Dummy] Correctly interpret task values based on sensor type
20+
[Cleanup] Reduce build size using arrays instead of switch cases
21+
[Dummy] Reduce code duplication accessing task values
22+
[Cleanup] Fix index issue determine task value name strings
23+
[SenseAir] Add ABC option
24+
[SenseAir] Add some more debug sensor info on settings page
25+
[Build] Fix merge issues
26+
[ESP32-S2] Fix selection of only 2 HW serial ports ( #4595)
27+
[Honeywell] Fix measuring temperature and pressure on real sensor
28+
[Honeywell] Fix accepting "stale" data when value did change
29+
[Honeywell] Add documentation for P151 I2C Honeywell Pressure
30+
[SenseAir] Revert SenseAir changes as that is split to #4550
31+
[TaskValueTypes] Add various data types for dummy plugin
32+
[CacheReader] Support new task value data types
33+
[TaskValueTypes] Fix build issue missing #ifdef
34+
[TaskValueTypes] Fix storing taskvalues to RTC
35+
[TaskValueTypes] Rename old "Long" type to "ULong", which it actually is
36+
[TaskValueTypes] Simplify ESPEasy p2p task value exchange
37+
[Cache Reader] Optimize JSON output
38+
[TaskValueTypes] Check new types when checking for valid taskvalues
39+
[TaskValueTypes] Simplify checks on TaskValues + speedup.
40+
[TaskValueTypes] Add build flag FEATURE_EXTENDED_TASK_VALUE_TYPES
41+
[Dummy] Update documentation for the new task value data types
42+
Update to esptool.py 4.5.1
43+
Update PlatformIO 6.1.6
44+
Not define esptool.py in the requirements.txt
45+
pygit2>=1.10.1
46+
47+
Ton Huisman (41):
48+
[P150] Add plugin Environment - TMP117 Temperature
49+
[Build] Correct compiler warning
50+
[P150] Add opt. Raw, add opt. logging, add opt. Fahrenheit, resolve feedback
51+
[P150] Remove opt. Fahrenheit output
52+
[P150] Make one-shot mode work, fix interval reading
53+
[P150] Correctly apply config bits, improve configuration screen
54+
[P150] Correctly put in `Collection F` set
55+
[P150] Add documentation
56+
[Commands] Add internal command HiddenSSID
57+
[Commands] Add documentation for HiddenSSID
58+
[Commands] Fix handling empty argument for on/off commands on ESP8266
59+
[Commands] Fix documentation typo
60+
[P106] Update BME680 library to latest
61+
[P106] Rename to BME68x, add Gas in Ohm option
62+
[P106] Add documentation
63+
[Commands] Add PutToHTTP command
64+
[Docs] Add PutToHTTP documentation
65+
[Commands] Fix typo in PutToHTTP log message
66+
[LongPulse_ms] Fix end-state for inverted repeated pulse
67+
[LongPulse_ms] Fix end-state for inverted repeated pulse
68+
[GPIO] Improve GPIO states for ESP32-S2
69+
[GPIO] Fixe ESP8266 compilation issue
70+
[GPIO] Update hardware-page documentation
71+
[Docs] Add moving average Rules example
72+
[Docs] Update moving average Rules example
73+
[P102] Bring plugin-name in line with other plugins
74+
[P031] Harmonize plugin name
75+
[P105] Harmonize plugin name
76+
[P094] Correct name in documentation
77+
[P112] Add documentation template
78+
[P112] Remove [Develoment] tag, add to Collection F
79+
[P036] Bugfix for overlapping page variables
80+
[UI] Bugfix: `/dashboard.esp` url was not working anymore
81+
[UI] Setup page doesn't serve css
82+
[I2C] `I2Cscanner` command check if I2C enabled
83+
[Custom] Add `FEATURE_RTTTL` define to Custom-sample.h
84+
[AdaGFXHelper] Fix optional fonts define error
85+
[Custom] Add `FEATURE_PUT_TO_HTTP` define to Custom-sample.h
86+
[P080] Add missing `PLUGIN_READ` function-handler, so the state is sent to controllers
87+
[P080] Only send state-changes to controllers
88+
[P080] Use UserVar setters/getters for changing and checking the value
89+
90+
flashmark (13):
91+
P145 Minor changes sensor definition struct
92+
P122 SHT2x temperature and humidity sensors
93+
P122 Reworked after review comment
94+
P122 review changes
95+
P122 fix wrong bitmask, cleanup
96+
P122 Small rework, added documentation
97+
P144 Start documentation
98+
P144 Rework documentation
99+
P122 documentation, fix ordering environment plugins
100+
P144 small review fix
101+
P122 Fixed typo in documentation
102+
P122 Limit build size for esp8266
103+
P122 fixed bug in conditional compilation when debugging switched off
104+
105+
1106
-------------------------------------------------
2107
Changes in release mega-20230409 (since mega-20230306)
3108
-------------------------------------------------

0 commit comments

Comments
 (0)