From ea092a5ed16f1a1afb09afd42f2af3757100b62c Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 8 Jul 2019 09:12:24 -0700 Subject: [PATCH] Draft 96 --- _config.yml | 24 ++++++++-------- source/_posts/2019-07-17-release-96.markdown | 29 ++++++++++++++++++++ 2 files changed, 41 insertions(+), 12 deletions(-) create mode 100644 source/_posts/2019-07-17-release-96.markdown diff --git a/_config.yml b/_config.yml index f86c7aed19b..b98e5f9d019 100644 --- a/_config.yml +++ b/_config.yml @@ -41,11 +41,11 @@ liquid: kramdown: input: GFM - auto_ids: false - footnote_nr: 1 - entity_output: as_char - toc_levels: 1..6 - smart_quotes: lsquo,rsquo,ldquo,rdquo + auto_ids: false + footnote_nr: 1 + entity_output: as_char + toc_levels: 1..6 + smart_quotes: lsquo,rsquo,ldquo,rdquo parse_block_html: true plugins: @@ -53,13 +53,13 @@ plugins: - jekyll-time-to-read - octopress-include-tag -paginate: 10 # Posts per page on the blog index -paginate_path: "blog/posts/:num" # Directory base for pagination URLs eg. /posts/2/ -recent_posts: 5 # Posts in the sidebar Recent Posts section -excerpt_link: "Read on →" # "Continue reading" link text at the bottom of excerpted articles +paginate: 10 # Posts per page on the blog index +paginate_path: "blog/posts/:num" # Directory base for pagination URLs eg. /posts/2/ +recent_posts: 5 # Posts in the sidebar Recent Posts section +excerpt_link: "Read on →" # "Continue reading" link text at the bottom of excerpted articles excerpt_separator: "" -titlecase: true # Converts page and post titles to titlecase +titlecase: true # Converts page and post titles to titlecase # Each layout uses the default asides, but they can have their own asides instead. Simply uncomment the lines below # and add an array with the asides you want to use. @@ -138,9 +138,9 @@ social: # Home Assistant release details current_major_version: 0 -current_minor_version: 95 +current_minor_version: 96 current_patch_version: 0 -date_released: 2019-06-26 +date_released: 2019-07-17 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. diff --git a/source/_posts/2019-07-17-release-96.markdown b/source/_posts/2019-07-17-release-96.markdown new file mode 100644 index 00000000000..71b9c780314 --- /dev/null +++ b/source/_posts/2019-07-17-release-96.markdown @@ -0,0 +1,29 @@ +--- +layout: post +title: "0.96: TBD - UPDATE DATE" +description: "TBD." +date: 2019-07-08 04:11:03 +date_formatted: "July 17, 2019" +author: Paulus Schoutsen +author_twitter: balloob +comments: true +categories: Release-Notes +og_image: /images/blog/2019-07-release-96/social.png +--- + + + +Climate has been completely revamped. Huge thanks to the following people: + +- [@pvizeli] +- [@Danielhiversen] +- [@zxdavb] +- [@Swamp-lg] +- [@SukramJ] +- [@marvin-w] +- [@Jc2k] +- [@OnFreund] +- [@cgtobi] +- [@andrewsayre] + +We have a new sidebar! Started with a mockup by [@JuanMTech] and grew into a full blown implementation. Check [the demo](https://demo.home-assistant.io) for a preview.