mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 18:06:54 +00:00
Draft 96
This commit is contained in:
parent
28f115a024
commit
ea092a5ed1
24
_config.yml
24
_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: "<!--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
|
||||
# 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.
|
||||
|
29
source/_posts/2019-07-17-release-96.markdown
Normal file
29
source/_posts/2019-07-17-release-96.markdown
Normal 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.
|
Loading…
x
Reference in New Issue
Block a user