This commit is contained in:
Paulus Schoutsen 2019-07-08 09:12:24 -07:00
parent 28f115a024
commit ea092a5ed1
2 changed files with 41 additions and 12 deletions

View File

@ -41,11 +41,11 @@ liquid:
kramdown: kramdown:
input: GFM input: GFM
auto_ids: false auto_ids: false
footnote_nr: 1 footnote_nr: 1
entity_output: as_char entity_output: as_char
toc_levels: 1..6 toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo smart_quotes: lsquo,rsquo,ldquo,rdquo
parse_block_html: true parse_block_html: true
plugins: plugins:
@ -53,13 +53,13 @@ plugins:
- jekyll-time-to-read - jekyll-time-to-read
- octopress-include-tag - octopress-include-tag
paginate: 10 # Posts per page on the blog index paginate: 10 # Posts per page on the blog index
paginate_path: "blog/posts/:num" # Directory base for pagination URLs eg. /posts/2/ paginate_path: "blog/posts/:num" # Directory base for pagination URLs eg. /posts/2/
recent_posts: 5 # Posts in the sidebar Recent Posts section 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_link: "Read on →" # "Continue reading" link text at the bottom of excerpted articles
excerpt_separator: "<!--more-->" excerpt_separator: "<!--more-->"
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 # 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. # and add an array with the asides you want to use.
@ -138,9 +138,9 @@ social:
# Home Assistant release details # Home Assistant release details
current_major_version: 0 current_major_version: 0
current_minor_version: 95 current_minor_version: 96
current_patch_version: 0 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. # Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it. # Must be prefixed with a # and have double quotes around it.

View File

@ -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
---
<a href='/components/#version/0.96'><img src='/images/blog/2019-07-release-96/components.png' style='border: 0;box-shadow: none;'></a>
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.