Skip to content

Commit c79d675

Browse files
committedNov 5, 2021
automatically updated release notes for mega-20211105
1 parent 57e5874 commit c79d675

File tree

1 file changed

+143
-0
lines changed

1 file changed

+143
-0
lines changed
 

‎dist/Release_notes.txt

+143
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,146 @@
1+
-------------------------------------------------
2+
Changes in release mega-20211105 (since mega-20211005)
3+
-------------------------------------------------
4+
5+
Release date: vr 5 nov 2021 11:10:12 CET
6+
7+
Peter Kretz (4):
8+
[P103 AtlasEZO] Added Dissolved Oxygen Sensor DO
9+
Update platformio_esp32_envs.ini
10+
Update _P103_Atlas_EZO_pH_ORP_EC.ino
11+
Rename Plugin 103 : Atlas Scientific EZO pH ORP EC DO
12+
13+
TD-er (58):
14+
[P103] Perform manual merge of conflicting files
15+
[P103] Perform manual merge of P103...ino
16+
[PMSx003] Convert plugin into using multiple instances data_struct
17+
[PMSx003] Uncrustify .ino file
18+
[PMSx003] Cleanup naming of types and variables
19+
[ESP32] Revert to PlatformIO platform 3.3.0 to fix web login
20+
[PMSx003] Cleanup by turning sensor type into enum class
21+
[PMSx003] Add pin selection for PWR Set pin
22+
[Serial] Make serial selection more intuitive
23+
[PMSx003] Use defines when interpreting received data
24+
[PMSx003] Use enum class for event output selector
25+
[PMSx003] Add check for duplicate messages
26+
[PMSx003] Make output/event selector enums a bit more readable
27+
[PMSx003] Add commands for reset/sleep/wake + document them
28+
[Cleanup] Use PLUGIN_WEBFORM_SHOW_GPIO_DESCR to show all GPIO used
29+
[PMSx003] Add output selection for counted small particles 0.3 ... 2.5 u
30+
[PMSx003] Add explanation on particles measurement
31+
[PMSx003] Simplify event generation + update task value names
32+
[PMSx003] Update documentation
33+
[PMSx003] Ignore incompatible event out selections
34+
[ESPEasySerial] Fix issues on ESP32 with serial (restart serial)
35+
[ESPEasySerial] Fix issues on ESP32 with serial (restart serial)
36+
[PMSx003] Document new pmsx003,wake & pmsx003,wake commands
37+
[ESPEasySerial] Include v2.0.7 in the ESPEasy libs dir too
38+
[PMSx003] Add option to split counted data in bins
39+
[PMSx003] Add oversampling to average readings
40+
[PMSx003] Document new Data Processing features.
41+
[PMSx003] Add sensor init time option after wake up sensor
42+
[PMSx003] Add proper defaults when creating new task or loading old conf
43+
[PMSx003] Make 1M builds fit again
44+
[Cleanup] Remove PeriodicalScanWiFi
45+
[Cleanup] Fix compile warning and failed build on ESP8266 beta builds
46+
[ESP32] Update GPIO description docs & add event to get boot strap pins
47+
Reset former PeriodicalScanWiFi bit to 0
48+
[P046 Ventus] Fix UV only "binary" (#3073)
49+
[P046 Ventus] Minor cleanup of strange float casts
50+
[GPIO] Fix [Plugin#PCF#PinRange#x-y] (#3815)
51+
[Build] Fix build on Windows for ESP32 Max LittleFS builds
52+
[Build] Concat Globals .cpp files to help building in Windows
53+
Fix missing lib_debs
54+
[PVS Studio] Test using ESP32 max build + some suggested fixes
55+
[PVS Studio] Fix issues reported by PVS Studio
56+
[PVS Studio] Fix "dangerous" macros in IRremoteESP8266 library
57+
[Python] Update Python packages due to Sphinx build error on Python 3.10
58+
[PVS Studio] Fix some warnings made by PVS Studio.
59+
[Python] Update Python packages + missing Ubuntu packages
60+
[Build] Fix build fail due to warnings
61+
[Build] Fix CompiletimeDefines
62+
[Build] Fix quotes issue on compile time defines
63+
[Build] Cleanup of Compile time defines scripts
64+
[WiFi] Add note about minimal WPA key length
65+
[WebFlasher] Generate manifest.json file per build
66+
[Webflasher] Generate html page for web flasher
67+
[Build] Add option "esp8266" to be the same as "esp82xx"
68+
[build] Make sure Python requirements are installed
69+
[Webflasher] Add groups in selection combobox
70+
[Build] Include flash size on all PlatformIO envs
71+
[Webflasher] Do not create index.html during build
72+
73+
Ton Huisman (64):
74+
[P104] New plugin: MAX7219 dot matrix display
75+
[P104] Include plugin in Display builds
76+
[P104] Fixed zone initialization and brightness setup
77+
[P104] Code improvements
78+
[Helpers] Add helper getFormItemIntCustomArgName(int)
79+
[P104] Code improvements and optimizations
80+
[P104] Implement Clock and Date content, clear on plugin exit
81+
[P104] Use compiletime defines where appropriate
82+
[P104] Get settings defaults right
83+
[P104] Update MD_Parola library
84+
[P104] Implement PLUGIN_WRITE commands, add fonts, many improvements
85+
[P104] Fix issue with MD_Parola update
86+
[P104] Revert addition to MD_Parola made earlier
87+
[P104] Implement Repeat delay, add settxt command, edit active settings, update source doc, some source reorg.
88+
[P104] Format source
89+
[P104] Try to make build fit in ESP8266 display configuration
90+
[P104] Try to make build fit in ESP8266 display configuration
91+
[P104] Try to make build fit in ESP8266 display configuration
92+
[P104] Try to make build fit in ESP8266 display configuration
93+
[P104] Try to make build fit in ESP8266 display configuration
94+
[P104] Added time/date configuration options
95+
[P104] Adjust Custom-sample.h
96+
[P104] Add Bar-graph support and bar/setbar commands
97+
[P104] Add update command, bugfixes and improvements
98+
[P104] Implement 'direction' and 'barType' options for Bar-graph, many bugfixes
99+
[P104] Re-enble commands for 'display' build, many bugfixes
100+
[P104] Add Actions column, add Zone order, many bugfixes and improvements
101+
[P104] Bugfixes and minor improvements
102+
[P104] Bugfixes and improvements
103+
[P104] Allow up to 255 modules per zone.
104+
[P104] Limit settxt and setbar commands to max. input length
105+
[P104] Add 'p', comma and dash to num. double height font, some UI improvements
106+
[P104] Add documentation for Max7219 Dot matrix display
107+
[P104] Small optimizations, resolve some typos, documentation improvements
108+
[P104] Documentation - Add font overviews
109+
[P104] Bugfixes, add Text reverse option, update documentation
110+
[P104] Small improvements, check modules count on save
111+
[P104] Suggested small code optimizations
112+
[P104] Reformatted source (uncrustify needed an update)
113+
[P104] Fix compilation error after merge
114+
[P104] Code optimizations
115+
[P104] Bugfixes, optimizations and phase 1 of improvements
116+
[P104] Reworked saving and loading settings resolving stack issues
117+
[P104] Updates to documentation
118+
[Build] Apply LIMIT_BUILD_SIZE for ESP8266 Display build to fit in more plugins
119+
[P104] Reduce flashcounter on save, use LIMIT_BUILD_SIZE to fit in more features
120+
[P104] Simplify SPI pin display, small formatting changes (uncrustify)
121+
[P104] Add missing slash in numeric doubleheight font
122+
[P104] Update and improve documentation
123+
[P104] Code improvements and small optimizations
124+
[P104] Code improvements as suggested in reviews (nullptr checks, unneeded array, destructor, comparison)
125+
[P104] Minor improvements, memory handling
126+
[P104] Add Inverted option (dark on light), incl. docs
127+
[P073] Add 7output command
128+
[P073] Store via commands changes settings but not save them yet
129+
[P073] Reformat source (uncrustify and some manual adjustments)
130+
[Build] Re-enable IR plugins in custom_IR builds
131+
[Build] Enable IR plugins in MAX ESP32 builds
132+
[Build] Enable Blynk controller in MAX ESP32 builds
133+
[Docs] IR plugins are not in normal builds (for a long time)
134+
[Docs] IR plugins are not in normal builds (for a long time)
135+
[Docs] IR plugins are not in normal builds (for a long time)
136+
[Docs] IR plugins are not in normal builds (for a long time)
137+
[P119][P120] Register plugin IDs for ITG3205 and ADXL345
138+
139+
jimmys01 (2):
140+
[IR] Update IR library to the latest build
141+
Fix String ambiguous conversions in the lib
142+
143+
1144
-------------------------------------------------
2145
Changes in release mega-20211005 (since mega-20210802)
3146
-------------------------------------------------

0 commit comments

Comments
 (0)