Update changelog

This commit is contained in:
Otto Winter 2018-11-15 11:43:36 +01:00
parent ba8493e8fa
commit f524ad97da
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
2 changed files with 24 additions and 0 deletions

View File

@ -22,6 +22,28 @@ Changelog - Version 1.9.0
MY9231/MY9291 LED driver, components/my9231, my9231.svg
It's time for another release of esphomelib: 1.9.0. This release is quite different from the last one,
it doesn't focus that much on new integrations with a "modest" amount of 7 new integrations. No, most of the
development has been focused on improving the core architecture and making the esphomelib ecosystem easier to use.
Because that's my main goal of this project: Providing a great user-experience so that you can focus on building
awesome things with DIY hardware!
The features I'm particularly excited about are:
* :ref:`esphomeflasher <esphomeflasher>` - Experiencing problems flashing esphomelib firmwares using esphomeyaml?
No problem, esphomeflasher is a tool designed to make that super easy. Just let esphomeyaml generate the binary and flash
from your PC.
* :doc:`Over-the-Air Updates </esphomeyaml/components/ota>` have been completely re-written to make them a lot more
stable.
* A lot of work has been put in to provide more context in YAML validation errors. Sometimes, esphomeyaml will even
try to give you suggestions for how to fix a validation error!
* A new release cycle: esphomeyaml now also has a :ref:`beta release channel <faq-beta>` kind of like Home Assistant. This helps to
iron out the most important bugs before each stable release
* And of course, lots of stability improvements and bug fixes :)
Thank you very much to everybody who contributed to this release with new code or by
:ref:`reporting bugs <faq-bug_report>`!
New Components
--------------

View File

@ -109,6 +109,8 @@ That's no good. Here are some steps that resolve some problems:
- **Still an error?** Please file a bug report over in the `esphomelib issue tracker <https://github.com/OttoWinter/esphomelib/issues>`__.
I will take a look at it as soon as I can. Thanks!
.. _faq-bug_report:
How to submit an issue report
-----------------------------