From 7f790441ae2831069d8f55aeeb3e8d689abec7a6 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Sun, 7 Oct 2018 16:59:56 +0200 Subject: [PATCH] Bump version to 1.8.2 --- Doxygen | 2 +- conf.py | 2 +- esphomeyaml/guides/changelog.rst | 51 ++++++++++++++++++++++++++++++++ 3 files changed, 53 insertions(+), 2 deletions(-) diff --git a/Doxygen b/Doxygen index a95425d1f..0bd49de0c 100644 --- a/Doxygen +++ b/Doxygen @@ -38,7 +38,7 @@ PROJECT_NAME = "esphomelib" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.8.1 +PROJECT_NUMBER = 1.8.2 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/conf.py b/conf.py index 442f1f445..84a54be8f 100644 --- a/conf.py +++ b/conf.py @@ -74,7 +74,7 @@ author = 'Otto Winter' # The short X.Y version. version = '1.8' # The full version, including alpha/beta/rc tags. -release = '1.8.1' +release = '1.8.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/esphomeyaml/guides/changelog.rst b/esphomeyaml/guides/changelog.rst index 4dde3e7bd..5e5db2f44 100644 --- a/esphomeyaml/guides/changelog.rst +++ b/esphomeyaml/guides/changelog.rst @@ -239,6 +239,57 @@ Changes in 1.8.1 - esphomeyaml: Fix docker installs using old platformio version `#125 `__ - esphomedocs: Waveshare E-Paper: 1.54in display works `#22 `__ by `@fabaff `__ +Changes in 1.8.2 +**************** + +- esphomedocs: Update custom sensor docs `#25 `__ +- esphomedocs: Fix typo in warning message `#18 `__ by `@janpieper `__ +- esphomedocs: Add alternative SPI pin names `#24 `__ +- esphomelib: Add toggle payload to MQTT switch component `#152 `__ +- esphomelib: Update custom sensor example `#154 `__ +- esphomelib: Optimize MQTT client memory consumption a bit `#155 `__ +- esphomelib: Fix binary sensor initial value reporting `#156 `__ +- esphomeyaml: Fix binary sensor heartbeat not working `#130 `__ +- esphomeyaml: Fix MQTT discovery enabled when discovery_retain in config `#131 `__ +- esphomelib: Fix binary sensor heartbeat filter `#157 `__ +- esphomelib: Fix SSD1306 reset order for i2c `#159 `__ +- esphomeyaml: Fix SSD1306 lambda `#132 `__ +- esphomeyaml: Enable Travis Tests `#133 `__ +- esphomedocs: Fix typo in display docs `#26 `__ by `@jblb `__ +- esphomeyaml: Auto-Update esphomelib dev version `#134 `__ +- esphomeyaml: Add SSD1306 64x48 display `#136 `__ +- esphomedocs: Typo in display docs `#28 `__ by `@yuanl `__ +- esphomedocs: Typo fix. `#33 `__ by `@corbanmailloux `__ +- esphomelib: Fix typo "noting" `#172 `__ by `@TheJulianJES `__ +- esphomedocs: Added docker local USB port mapping `#31 `__ by `@ladefoged81 `__ +- esphomedocs: Fixed typo `#30 `__ by `@ladefoged81 `__ +- esphomedocs: Add missing (required) name to example. `#29 `__ by `@corbanmailloux `__ +- esphomedocs: Add ESP32 BLE workaround docs `#34 `__ +- esphomelib: Apply effect after changing colors `#169 `__ by `@TheJulianJES `__ +- esphomelib: Add 64x48 SSD1306 Display `#161 `__ +- esphomedocs: Fix output link `#35 `__ +- esphomedocs: Fix pulse counter API typo `#36 `__ +- esphomedocs: Fix display docs format typo `#37 `__ +- esphomeyaml: Fix serial monitor opening when logger disabled `#138 `__ +- esphomeyaml: Add clean MQTT button to dashboard `#139 `__ +- esphomeyaml: Fix using unicode in lambdas `#141 `__ +- esphomeyaml: Bump platformio-espressif32 to 1.4.0 `#142 `__ +- esphomeyaml: Docker default to starting dashboard `#143 `__ +- esphomedocs: Improve WiFi&Manual IP docs `#38 `__ +- esphomedocs: Fix PN532 update_interval typo `#39 `__ +- esphomedocs: Fix Sonoff S20/4CH example configurations `#40 `__ +- esphomelib: Split FastLED header from source `#175 `__ +- esphomelib: Fix WiFi AP-only mode `#177 `__ +- esphomelib: Fix RC Switch Transmitters `#178 `__ +- esphomelib: Use dynamic JSON buffer `#179 `__ +- esphomelib: Web Server Print incoming requests `#180 `__ +- esphomelib: Add option to have different log level over MQTT `#176 `__ +- esphomelib: Fix MQTT login with anonymous credentials `#182 `__ +- esphomelib: WiFi: Add power save mode option `#181 `__ +- esphomeyaml: Fix component loader value error `#149 `__ +- esphomedocs: WiFi: Add power save mode option `#41 `__ +- esphomedocs: Add SSD1306 64x48 Display `#27 `__ + Version 1.7.0 -------------