You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: dist/Release_notes.txt
+4-46
Original file line number
Diff line number
Diff line change
@@ -2,24 +2,9 @@
2
2
Changes in release v2.0.0-dev6
3
3
-----------------------------
4
4
5
-
Release date: Mon Mar 13 11:52:02 CET 2017
5
+
Release date: Mon Mar 13 11:54:41 CET 2017
6
6
7
-
DatuX (5):
8
-
Update README.md
9
-
Update README.md
10
-
Update README.md
11
-
Update README.md
12
-
Update README.md
13
-
14
-
Edwin Eefting (22):
15
-
deploy in platformio format
16
-
simplified string handling and fixed buffer overflow
17
-
created release notes from R148 to v2.0.0-dev4
18
-
updated release notes for test1
19
-
BUILD_GIT is now defined via environement variables
20
-
use TRAVIS_TAG when building releases
21
-
automaticly updated release notes for v2.0.0-dev5
22
-
automaticly updated release notes for v2.0.0-dev5
7
+
Edwin Eefting (15):
23
8
created script to assist in creating releases
24
9
bug fix: plugin_id should not start with a 0. (compiler interprets this as octal!)
25
10
Revert "bug fix: plugin_id should not start with a 0. (compiler interprets this as octal!)"
@@ -34,45 +19,18 @@ Edwin Eefting (22):
34
19
cold boot startup delay
35
20
major change: changed the timing of the first sensor read after initial boot. cleaned up and improved deep sleeping code.
36
21
added plugin to testing. remove useless value variable
22
+
automaticly updated release notes for v2.0.0-dev6
37
23
38
-
Gerald (5):
39
-
Update _P047_i2c-soil-moisture-sensor.ino
40
-
one newline to much
41
-
add missing features from "Generic HTTP" Plugin to "Generic HTTP Advanced" Plugin (#151)
24
+
Gerald (2):
42
25
HTTP Advanced, enhanced, so that only one http request is sent for one sensor (#156)
43
26
added missing sensor type, to fix problem with i2c soilmoisture sensor... (#157)
44
27
45
-
Gustavo Spadari (3):
46
-
Adding IR received code extra info
47
-
Rename tmpString to cmdCode for clarity
48
-
IR RAW Code implementation
49
-
50
28
Jochen Krapf (1):
51
29
cancel deep sleep loop by pulling the pin GPIO16(D0) to GND (#158)
52
30
53
-
JustMe-NL (4):
54
-
Fix double define
55
-
Fix Windspeed values
56
-
Fix broken Domoticz MQTT helper
57
-
Update WebServer.ino
58
-
59
-
Nonflammable (1):
60
-
Extend functionality of P038
61
-
62
31
dzikus (1):
63
32
Added BMP280_CONFIG_SETTING to reduce the temperature of sensor and use oversampling filter (#155)
64
33
65
-
krikk (7):
66
-
new Plugin for SoilMoisturesensor from Tindie (https://www.tindie.com/products/miceuz/i2c-soil-moisture-sensor/) minor fixes in http advanced to allow sensor type triple and http response 2xx not 200 only
67
-
version check to detect if sensor is present, optimized address handling
68
-
added measurement mode selection
69
-
minor fix, shared variable name with bme280, not good :)
70
-
variable name collision with adafruit motorshield v2 library, no functional change
71
-
new plugin for adafruit motorshield v2, still needs a library and only support DC Motors up till now... still room for improvement
72
-
added function to enable/disable sleep mode and version check
73
-
74
-
psy0rztest (1):
75
-
Removed !echo, because its not supported in Windows.
0 commit comments