Add changelog

This commit is contained in:
Otto Winter 2018-06-05 21:17:49 +02:00
parent bd7ae4fc2e
commit 95da4f4aa9
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
4 changed files with 24 additions and 0 deletions

View File

@ -7,3 +7,4 @@ Migrating from ESPEasy, guides/migrate_espeasy, espeasy.svg
Automations, guides/automations, auto-fix.svg
FAQ and Tips, guides/faq, question_answer.svg
Contributing, guides/contributing, github-circle.svg
Changelog, guides/changelog, new-box.svg

1 Getting Started through Command Line guides/getting_started_command_line console.svg
7 Automations guides/automations auto-fix.svg
8 FAQ and Tips guides/faq question_answer.svg
9 Contributing guides/contributing github-circle.svg
10 Changelog guides/changelog new-box.svg

View File

@ -0,0 +1,15 @@
Changelog
=========
Version 1.7.0
-------------
- The :doc:`/esphomeyaml/components/deep_sleep` now has a ``wakeup_pin_mode`` option for the ESP32. This option
can be used to tell esphomelib what to do if the wakeup pin is already in the wakeup level when attempting
to enter deep sleep.
Breaking Changes
~~~~~~~~~~~~~~~~

View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M20,4C21.11,4 22,4.89 22,6V18C22,19.11 21.11,20 20,20H4C2.89,20 2,19.11 2,18V6C2,4.89 2.89,4 4,4H20M8.5,15V9H7.25V12.5L4.75,9H3.5V15H4.75V11.5L7.3,15H8.5M13.5,10.26V9H9.5V15H13.5V13.75H11V12.64H13.5V11.38H11V10.26H13.5M20.5,14V9H19.25V13.5H18.13V10H16.88V13.5H15.75V9H14.5V14A1,1 0 0,0 15.5,15H19.5A1,1 0 0,0 20.5,14Z" /></svg>

After

Width:  |  Height:  |  Size: 612 B

View File

@ -43,6 +43,10 @@ Guides
|Automations|_ |FAQ and Tips|_ |Contributing|_
-------------------------------------------------- -------------------------------------------------- --------------------------------------------------
`Automations`_ `FAQ and Tips`_ `Contributing`_
-------------------------------------------------- -------------------------------------------------- --------------------------------------------------
|Changelog|_
-------------------------------------------------- -------------------------------------------------- --------------------------------------------------
`Changelog`_
================================================== ================================================== ==================================================
.. |Getting Started through Command Line| image:: /esphomeyaml/images/console.svg
@ -72,6 +76,9 @@ Guides
.. |Contributing| image:: /esphomeyaml/images/github-circle.svg
:class: component-image
.. _Contributing: /esphomeyaml/guides/contributing.html
.. |Changelog| image:: /esphomeyaml/images/new-box.svg
:class: component-image
.. _Changelog: /esphomeyaml/guides/changelog.html
.. _devices: