Skip to content

Commit 3763c08

Browse files
committed
Bump version to v1.10.0b1
1 parent 8c7a814 commit 3763c08

File tree

5 files changed

+103
-5
lines changed

5 files changed

+103
-5
lines changed

Doxygen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "esphomelib"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.9.3
41+
PROJECT_NUMBER = 1.10.0b1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SPHINXPROJ = esphomelib
88
SOURCEDIR = .
99
BUILDDIR = _build
1010
ESPHOMELIB_PATH = ../esphomelib
11-
ESPHOMELIB_TAG = v1.9.3
11+
ESPHOMELIB_TAG = v1.10.0b1
1212
CNAME = esphomelib.com
1313

1414
.PHONY: html cleanhtml doxyg cleandoxyg deploy help webserver Makefile $(ESPHOMELIB_PATH)

_static/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.3
1+
1.10.0b1

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@
7878
# built documents.
7979
#
8080
# The short X.Y version.
81-
version = '1.9'
81+
version = '1.10'
8282
# The full version, including alpha/beta/rc tags.
83-
release = '1.9.3'
83+
release = '1.10.0b1'
8484

8585
# The language for content autogenerated by Sphinx. Refer to documentation
8686
# for a list of supported languages.

esphomeyaml/changelog/v1.10.0.rst

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,104 @@ Changelog - Version 1.9.0
99

1010
TODO: Write Changelog, create seo image
1111

12+
All changes
13+
-----------
14+
15+
- lib: Fix RDM6300 not reporting cards :libpr:`278` (cherry-picked)
16+
- lib: Fix RDM6300 not reporting cards :libpr:`278` (cherry-picked)
17+
- lib: Fix SNTP with less than 3 servers :libpr:`279` (cherry-picked)
18+
- lib: Fix SNTP with less than 3 servers :libpr:`279` (cherry-picked)
19+
- lib: Fix update interval log missing time unit :libpr:`280` (cherry-picked)
20+
- lib: Fix update interval log missing time unit :libpr:`280` (cherry-picked)
21+
- lib: Fix CSE7766 spamming logs :libpr:`281` (cherry-picked)
22+
- lib: Fix CSE7766 spamming logs :libpr:`281` (cherry-picked)
23+
- lib: Fix outdated links :libpr:`282` (cherry-picked)
24+
- lib: Fix outdated links :libpr:`282` (cherry-picked)
25+
- yaml: Fix SNTP servers option :yamlpr:`237` (cherry-picked)
26+
- yaml: Fix SNTP servers option :yamlpr:`237` (cherry-picked)
27+
- lib: Optimize Code Paths A Bit :libpr:`284`
28+
- lib: Fix crashing when logger not being used :libpr:`285` (cherry-picked)
29+
- lib: Fix crashing when logger not being used :libpr:`285` (cherry-picked)
30+
- lib: Fix template cover spamming logs :libpr:`287` (cherry-picked)
31+
- lib: Fix template cover spamming logs :libpr:`287` (cherry-picked)
32+
- lib: Improve ESP32 BLE tracker stability :libpr:`289` (cherry-picked)
33+
- lib: Improve ESP32 BLE tracker stability :libpr:`289` (cherry-picked)
34+
- yaml: Improve one_of validator :yamlpr:`240`
35+
- yaml: Add Logo and Icon to HassIO add-on :yamlpr:`241`
36+
- lib: Fix sensor filters using C++ undefined behavior :libpr:`293` (cherry-picked)
37+
- lib: Fix sensor filters using C++ undefined behavior :libpr:`293` (cherry-picked)
38+
- lib: Fix PMSX003 :libpr:`300` (cherry-picked)
39+
- lib: Fix PMSX003 :libpr:`300` (cherry-picked)
40+
- lib: Fix issue with filters introduced in 1.9.2 :libpr:`296` (cherry-picked)
41+
- lib: Fix issue with filters introduced in 1.9.2 :libpr:`296` (cherry-picked)
42+
- lib: Fix BMP085 pressure value :libpr:`292` (cherry-picked)
43+
- lib: Fix BMP085 pressure value :libpr:`292` (cherry-picked)
44+
- yaml: CSE7766 update interval :yamlpr:`250` (cherry-picked)
45+
- yaml: CSE7766 update interval :yamlpr:`250` (cherry-picked)
46+
- docs: CSE7766 Update Interval :docspr:`91`
47+
- docs: add baud_rate; typo on sensor type :docspr:`90` by :ghuser:`drewp`
48+
- docs: Fix docs for LCD display strftime :docspr:`95`
49+
- lib: Make CSE7766 a polling sensor :libpr:`305`
50+
- lib: Supply clang-format file for contributors :libpr:`290`
51+
- yaml: Time SNTP validate server format :yamlpr:`254`
52+
- yaml: Fix GPIO input schema validator :yamlpr:`253`
53+
- lib: Implement custom sensor platform :libpr:`274`
54+
- lib: Only compile code stuff if necessary :libpr:`309`
55+
- yaml: [Huge] Util Refactor, Dashboard Improvements, Hass.io Auth API, Better Validation Errors, Conditions, Custom Platforms, Substitutions :yamlpr:`234`
56+
- docs: Fix copy paste error :docspr:`100` by :ghuser:`oscar-b`
57+
- lib: Fix large JSON payloads being cut off :libpr:`323` by :ghuser:`quazzie`
58+
- docs: Add Wikipedia link to tz database zones list :docspr:`105` by :ghuser:`apeeters`
59+
- docs: Add pins for Shelly 2 :docspr:`103` by :ghuser:`oscar-b`
60+
- lib: Native Esphomelib API :libpr:`322`
61+
- yaml: Add native ESPHome API :yamlpr:`265`
62+
- lib: Add support for MAX31855 sensor :libpr:`310` by :ghuser:`sherbang`
63+
- docs: Documentation for MAX31855 sensor :docspr:`97` by :ghuser:`sherbang`
64+
- lib: Fix typo in Output Switch :libpr:`307`
65+
- lib: Fix PCA9685 with many channels :libpr:`304`
66+
- docs: Fixed typo in Sonoff R2 Cover example :docspr:`112` by :ghuser:`voicevon`
67+
- lib: Dump native API Server config on boot :libpr:`338` by :ghuser:`voicevon`
68+
- lib: Split Automation headers from implementation :libpr:`349`
69+
- lib: Travis update :libpr:`350`
70+
- lib: Fix API Server logs :libpr:`347`
71+
- lib: WiFi Better logging for ESP8266 :libpr:`346`
72+
- lib: API Server Watchdog :libpr:`345`
73+
- lib: GPIO Switch Restore Mode :libpr:`344`
74+
- lib: Fix Remote Receiver Overflow for ESP8266 :libpr:`348`
75+
- yaml: Api fixes :yamlpr:`289`
76+
- yaml: Fix host network :yamlpr:`280`
77+
- yaml: Fix ESP8266 verbose logging :yamlpr:`291`
78+
- yaml: API Server Watchdog :yamlpr:`290`
79+
- lib: Implement Addressable Lights Base :libpr:`243`
80+
- yaml: Disable SPIFFS to save flash space :yamlpr:`288`
81+
- yaml: Fix MQTT message trigger :yamlpr:`282`
82+
- yaml: GPIO Switch Restore Mode :yamlpr:`287`
83+
- yaml: Addressable Lights :yamlpr:`294`
84+
- yaml: Toggle Auto-Update Check With Environment Variable :yamlpr:`292`
85+
- yaml: Make compatible with python 3 :yamlpr:`281`
86+
- docs: Fix copy/paste error in turn_off_action :docspr:`113` by :ghuser:`wutr`
87+
- yaml: GPIO Switch Fix restore_mode validator :yamlpr:`296` by :ghuser:`yottatsa`
88+
- yaml: Fixes for Python 3 Compatability :yamlpr:`297`
89+
- lib: Stop old template action when new one is started :libpr:`354`
90+
- lib: Add APDS-9960 support :libpr:`286`
91+
- lib: Change default update interval to 60 seconds :libpr:`356`
92+
- lib: ESP32 Ethernet support :libpr:`288`
93+
- lib: Add ULN2003 support :libpr:`301`
94+
- lib: Add clean discovery option to simplify transition to native API :libpr:`357`
95+
- yaml: Add clean MQTT discovery option for native API :yamlpr:`302`
96+
- yaml: Add APDS9960 Support :yamlpr:`300`
97+
- lib: Add neopixelbus component :libpr:`352`
98+
- yaml: Add neopixelbus component :yamlpr:`303`
99+
- yaml: Add support for MAX31855 sensor :yamlpr:`258` by :ghuser:`sherbang`
100+
- yaml: ULN2003 Support :yamlpr:`304`
101+
- yaml: Add ESP32 Ethernet Support :yamlpr:`301`
102+
- docs: total_daily_energy doesn't have pin option :docspr:`114` by :ghuser:`oscar-b`
103+
- docs: Getting started HassIO - USD device discovery :docspr:`110` by :ghuser:`DavidDeSloovere`
104+
- docs: Mismatch in example and text :docspr:`109` by :ghuser:`wellsi`
105+
- docs: BME280 environment cookbook entry :docspr:`107` by :ghuser:`Mynasru`
106+
- docs: Update getting_started_command_line.rst :docspr:`102` by :ghuser:`doskoi`
107+
- docs: Updated the multi click example code block :docspr:`92` by :ghuser:`cooljimy84`
108+
- docs: Add step to setting up devices :docspr:`101` by :ghuser:`magnusoverli`
109+
12110
Past Changelogs
13111
---------------
14112

0 commit comments

Comments
 (0)