Skip to content

Commit 32dc1e6

Browse files
committed
automaticly updated release notes for v2.0.0-dev8
1 parent 9e53288 commit 32dc1e6

File tree

1 file changed

+124
-0
lines changed

1 file changed

+124
-0
lines changed

dist/Release_notes.txt

+124
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,127 @@
1+
-----------------------------
2+
Changes in release v2.0.0-dev8
3+
-----------------------------
4+
5+
Release date: Mon Apr 24 13:21:32 CEST 2017
6+
7+
DatuX (6):
8+
Update README.md
9+
Update README.md
10+
Update README.md
11+
Update CONTRIBUTING.md
12+
Update CONTRIBUTING.md
13+
Update README.md
14+
15+
David Conran (2):
16+
Update IRremoteESP8266 library url in .gitmodules
17+
update sendSony() call to use repeats.
18+
19+
Dirk Moeller (2):
20+
new function, Plugin_004_DS_setResolution und Plugin_004_DS_getResolution
21+
fix typo
22+
23+
Edwin Eefting (36):
24+
temporary disabled IR plugins, because of iram1_0_seg issues
25+
initial version of memory analyser
26+
moved arduinojson and liquidcrytal includes to correct plugins. reanbled IR-modules to solve memory issues
27+
make the IRTX plugin work without the IR plugin
28+
initial memory analyser and results
29+
reduced memory usage _C001
30+
reduced mem C001 C002
31+
reduced ram usage C003 ... C011
32+
reduce memory usage N001 N002
33+
cleaned up servo stuff
34+
recuded number of pulsecounters from 8 to 4 to save IRAM
35+
contributing guidelines
36+
fixed crash in C001 (when opening /controllers)
37+
avoid static buffers in c001. addLog now also supports F(), so we dont need all those temporary variable definitions
38+
removed unneccesay delays from c001
39+
avoid unneccesary string conversions and static buffers in c001
40+
fixed crashes caused by large MQTT packets
41+
fixed lots of common issues that might cause crashes in c011. also see https://github.com/letscontrolit/ESPEasy/issues/117#issuecomment-293713370
42+
added issue template to get cleaner bug reports
43+
replaced all readstringuntil() with safeReadStringUntil()
44+
starting working on stability reporting function
45+
fixed stability issues in c009. probably caused by illegal PSTR usage, but i completly cleaned up all string handling
46+
improved statusled handling in background tasks
47+
converted submodule to normal directory. lib/Adafruit_Motor_Shield_V2 upstream commit ee4c4d334f498d54cdf80c9cc6f5bdec2533f8bf
48+
now no longer a submodule lib/AS_BH1750, upstream version 092f0b1c5fa74eb2abe3d1b2925190d066e9506d
49+
now no longer a submodule. lib/Adafruit_NeoPixel, upstream version v1.0.6
50+
now no longer a submodule, lib/Adafruit_TCS34725 upstream version 1.0.1-13-g12be4c6
51+
now no longer a submodule. lib/ArduinoJson upstream version v5.6.4
52+
now no longer a submodule. lib/IRremoteESP8266 upstream version v1.0.2
53+
oops moved lib/Adafruit_TCS34725 to wrong place
54+
select env
55+
Revert "Plugin_008-RFID extended with wiegand 34-bits and key-pad (4-bits per key) support". Now uses too much IRAM.
56+
dont use arduino OTA in the dev env
57+
escape html in the rules page, so that strings like &param do not cause problems. fixes issue #231
58+
properly escape html in C011 generic http advanced.
59+
fixed #239 due to improper PSTR. cleaned up string handling
60+
61+
Emmanuel Tatto (1):
62+
getBearing should be outside the FEATURE_ARDUINO_OTA condition (#207)
63+
64+
Gerben Meijer (1):
65+
Extend MH-Z19 sensor support
66+
67+
JK (3):
68+
More informative and intuitive status LED
69+
Using 3 I/O-pins consequently
70+
added union to TaskDevicePin1..3
71+
72+
Jochen Krapf (1):
73+
Added function isDeepSleepEnabled() (#177)
74+
75+
adb76 (2):
76+
Set BME280 to recommended values for climate / weather sensor
77+
BME280: Ensure sensor is in sleep mode to set the config, fix small typo
78+
79+
beic (13):
80+
Menu correction, added BMP180 (#199)
81+
Added detection for the HTU21D to I2C scenner
82+
Environment naming will better fit in...
83+
Environment naming will better fit in + HTU21D
84+
Environment naming will better fit in... + naming
85+
Environment naming will better fit in...
86+
Environment naming will better fit in...
87+
Environment naming will better fit in...
88+
Environment naming will better fit in...
89+
Environment naming will better fit in...
90+
Little naming correction
91+
Naming correction by Datasheet
92+
Added detection for the SI1145 to I2C scenner
93+
94+
dev0 (1):
95+
_C009.ino: RFC conformity and removed obsolet code (#163)
96+
97+
imthemichi (1):
98+
Plugin_008-RFID extended with wiegand 34-bits and key-pad (4-bits per key) support
99+
100+
jbaumann (1):
101+
Addition of ESP8285 targets (#187)
102+
103+
krikk (16):
104+
motorshield library should be a submodule, enhanced the motorshield plugin... (#162)
105+
http advanced: add replacement variable for systime, vcc, ip, sysload, uptime (#167)
106+
corrected name for TSL2561, add option to use different sensor adress (#170)
107+
re-did old pull requests (#172)
108+
Tsl2561 rewrite (#174)
109+
I2csoilmoisture fixed bug with sleep mode (#178)
110+
Pulsecounter minor fix (#184)
111+
rewrote bh1750 sensor based on better library... (#182)
112+
cppcheck style fixes... (#186)
113+
added i2c address selection to ino219 plugin (#192)
114+
Motorshield plugin string fixes (#200) (reduced memory usage)
115+
Support for Tcs34725 RGB Color Sensor (#195)
116+
_P047_i2c-soil-moisture-sensor: allow change of sensor address (#201)
117+
Httpadvanced crashfix + patch method (#204)
118+
Bh1750: enhance to check for valid value (#208)
119+
removed all unnecessary Strings due to new addLog with FlashStringHelper (#223)
120+
121+
tedenda (1):
122+
Update _P049_MHZ19.ino
123+
124+
1125
-----------------------------
2126
Changes in release v2.0.0-dev7
3127
-----------------------------

0 commit comments

Comments
 (0)