Skip to content

Commit f524ad9

Browse files
committed
Update changelog
1 parent ba8493e commit f524ad9

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

esphomeyaml/changelog/index.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,28 @@ Changelog - Version 1.9.0
2222
MY9231/MY9291 LED driver, components/my9231, my9231.svg
2323

2424

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

esphomeyaml/guides/faq.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ That's no good. Here are some steps that resolve some problems:
109109
- **Still an error?** Please file a bug report over in the `esphomelib issue tracker <https://github.com/OttoWinter/esphomelib/issues>`__.
110110
I will take a look at it as soon as I can. Thanks!
111111

112+
.. _faq-bug_report:
113+
112114
How to submit an issue report
113115
-----------------------------
114116

0 commit comments

Comments
 (0)