Skip to content

Commit f177ff9

Browse files
committed
automaticly updated release notes for v2.0.0-dev13
1 parent 53a2008 commit f177ff9

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

dist/Release_notes.txt

+57
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,60 @@
1+
-------------------------------------------------
2+
Changes in release v2.0.0-dev13 (since v2.0.0-dev12)
3+
-------------------------------------------------
4+
5+
Release date: Tue Jan 2 17:41:19 CET 2018
6+
7+
Edwin Eefting (27):
8+
more fixes for #235
9+
final fixes for #235, untested. all spiffs errors should be handled now and also show up in logs and webinterface
10+
fixed obscure crash caused by not returning a value in #235. we need to adjust compiler flags to detect these kinds of issues.
11+
always define PLUGIN_BUILD_NORMAL so normal plugins are compiled
12+
cleaned up buildflags and created common build variable
13+
solution for better error and warning highlighting when compiling with platformio
14+
enabled warnings and started fixing all the warnings to reduce the noise. (because warnings where disabled wasted about 3 hours debugging a simple no-return bug)
15+
cleaned up more warnings and fixed a few real bug along the way. #235
16+
now using PRAGMA to enable warnings, so that we dont get warnings from core libraries. also warnings will be treated as errors in Travis, this makes approving pull requests less work for me.
17+
travis fix
18+
worked around error caused by upstream libraries
19+
fixes
20+
cleaned up notification stuff. fixed #502
21+
warnings are treated as errors now, by travis
22+
refactored and added automated test stuff
23+
examples for the lone wanderer
24+
cleaner errors
25+
working on test stuff
26+
update branching info
27+
test library stuff
28+
Simple fix for MH-Z19 B version. #529
29+
set lcd to NULL by default. #584
30+
fix #588. parseTemplate() now only checks enabled taskes for [] macros
31+
automaticly updated release notes for v2.0.0-dev13
32+
release all binaries by doing the full compile step as last
33+
automaticly updated release notes for v2.0.0-dev13
34+
still trying to fix travis release scripts..
35+
36+
Gijs Noorlander (9):
37+
[INA219] Allow for multiple instances on the same controller (#519)
38+
[INA219_v2.0] Improve logs for multiple devices (#546)
39+
[LCD plugin] Added check of LCD object before dereferencing it (#584)
40+
Move CO2 MH-Z19 plugin from "testing" to "normal" (#618)
41+
[DNS/IP] Obey UseDNS setting for all controllers (#629)
42+
[v2.0] Add more characters to the list not to escape in URLs (#635)
43+
[>49.7 days uptime overflow] Use separate function to compute time differences (#621)
44+
[WiFi] Avoid timeouts when not connected to WiFi (#639)
45+
[PubSubClient] Bug in handling domainname (#660)
46+
47+
Grovkillen (2):
48+
Added categories... (#552)
49+
Changed bin file names to be more descriptive. (#597)
50+
51+
Neo (1):
52+
[HT16K33_LED] Brightness control (#523)
53+
54+
mvdbro (1):
55+
Bugfix: %eventvalue% parsing on literal strings
56+
57+
158
-------------------------------------------------
259
Changes in release v2.0.0-dev12 (since v2.0.0-dev11)
360
-------------------------------------------------

0 commit comments

Comments
 (0)