From 6b5d981c53e99b29955a10a84d1fe596db5923f9 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Sun, 17 Nov 2019 23:37:35 +0100 Subject: [PATCH] Bump version to v1.14.3 --- Doxygen | 2 +- Makefile | 2 +- _static/version | 2 +- changelog/v1.14.0.rst | 39 +++++++++++++++++++++++++++++++++++++++ conf.py | 2 +- 5 files changed, 43 insertions(+), 4 deletions(-) diff --git a/Doxygen b/Doxygen index c1934065a..86ab46934 100644 --- a/Doxygen +++ b/Doxygen @@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.14.2 +PROJECT_NUMBER = 1.14.3 # 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/Makefile b/Makefile index 0722e7264..d721b1c43 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = v1.14.2 +ESPHOME_REF = v1.14.3 .PHONY: html html-strict cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png diff --git a/_static/version b/_static/version index a32d5a6ad..282f354f4 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -1.14.2 \ No newline at end of file +1.14.3 \ No newline at end of file diff --git a/changelog/v1.14.0.rst b/changelog/v1.14.0.rst index 29db75eab..e13899a63 100644 --- a/changelog/v1.14.0.rst +++ b/changelog/v1.14.0.rst @@ -146,6 +146,45 @@ Release 1.14.2 - November 3 - esphome: Fix weird ESP8266 wifi crashes :esphomepr:`831` +Release 1.14.3 - November 17 +---------------------------- + +- docs: Fix typo: as3935 sensor docs :docspr:`401` by :ghuser:`TheJulianJES` +- docs: Remove references to scan_interval :docspr:`400` by :ghuser:`marrold` +- esphome: ESP8266 remove default opmode check :esphomepr:`835` +- esphome: WiFi AP apply manual ip settings :esphomepr:`836` +- esphome: Fix ESP32 rotary encoder :esphomepr:`834` +- esphome: Fix homeassistant.service schema lambda :esphomepr:`833` +- esphome: Update platformio libraries :esphomepr:`837` +- docs: Update brilliant-mirabella-genio-smart-plugs.rst - Added Gosund… :docspr:`402` by :ghuser:`Taigar2015` +- esphome: Update variable in scheduler :esphomepr:`838` +- esphome: Fix sun calculations for negative sun declination :esphomepr:`839` +- docs: Update diy.rst :docspr:`404` by :ghuser:`kvvoff` +- docs: DIY Examples : add Custom ESPHome for Wofea Alarm :docspr:`405` by :ghuser:`nbergont` +- docs: Update Mirabella Genio red LED GPIO :docspr:`406` by :ghuser:`ankycooper` +- esphome: fix missing checks of is_playing condition :esphomepr:`844` by :ghuser:`glmnet` +- docs: Update lcd_display.rst :docspr:`411` by :ghuser:`Destix` +- esphome: Add wifi output_power setting :esphomepr:`853` +- esphome: Add missing state attribute :esphomepr:`851` +- esphome: Fix neopixelbus missing method pins :esphomepr:`848` +- esphome: Fix sensor force_update native API :esphomepr:`847` +- esphome: Web server CORS headers :esphomepr:`840` +- esphome: Check DHT sensor exists before publishing :esphomepr:`850` +- esphome: Adjust some units :esphomepr:`852` +- esphome: Fix PZEM004T v2 :esphomepr:`846` +- esphome: Mark python 3.5 support deprecated :esphomepr:`849` +- docs: document the new has_position parameter for the template cover :docspr:`410` by :ghuser:`ssieb` +- esphome: add position reporting to the template cover :esphomepr:`821` by :ghuser:`ssieb` +- esphome: Atm90e32 pf fix :esphomepr:`841` by :ghuser:`Diramu` +- esphome: Switch to 115200 baud upload if 460800 fails :esphomepr:`856` +- esphome: Fix logger uart conflict check :esphomepr:`858` by :ghuser:`brandond` +- esphome: Tuya: Fix init sequence and handle wifi test command :esphomepr:`820` by :ghuser:`brandond` +- docs: add Topersun smart plug :docspr:`413` by :ghuser:`hmoffatt` +- esphome: Improve WiFi disconnect messages :esphomepr:`857` +- esphome: Fix MQTT python 3 stringify IPAddress Type :esphomepr:`864` +- esphome: Revert ESP32 BLE Tracker defaults :esphomepr:`863` +- esphome: Change ESP8266 default wifi output power :esphomepr:`862` + Notable Changes & New Features ------------------------------ diff --git a/conf.py b/conf.py index ea4d41ad1..c39f2f6d4 100644 --- a/conf.py +++ b/conf.py @@ -72,7 +72,7 @@ author = 'Otto Winter' # The short X.Y version. version = '1.14' # The full version, including alpha/beta/rc tags. -release = '1.14.2' +release = '1.14.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.