From 5765619416d8806e5f9b0fecb52065e5c2fecf4d Mon Sep 17 00:00:00 2001 From: squidfunk <martin.donath@squidfunk.com> Date: Sat, 18 Feb 2017 15:03:06 +0100 Subject: [PATCH] Prepare 1.0.5 release --- CHANGELOG | 5 +++++ docs/release-notes.md | 8 ++++++++ material/base.html | 2 +- package.json | 2 +- 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 491e58e7..e0d0cd36 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +mkdocs-material-1.0.5 (2017-02-18) + + * Fixed #153: Sidebar flows out of constrained area in Chrome 56 + * Fixed #159: Footer jitter due to JavaScript if content is short + mkdocs-material-1.0.4 (2017-02-16) * Fixed #142: Documentation build errors if h1 is defined as raw HTML diff --git a/docs/release-notes.md b/docs/release-notes.md index c0ede00c..8157cdd9 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -17,6 +17,14 @@ pip show mkdocs-material | grep -E ^Version ## Changelog +### 1.0.5 <small> _ February 18, 2017</small> + +* Fixed [#153][153]: Sidebar flows out of constrained area in Chrome 56 +* Fixed [#159][159]: Footer jitter due to JavaScript if content is short + + [153]: https://github.com/squidfunk/mkdocs-material/issues/153 + [159]: https://github.com/squidfunk/mkdocs-material/issues/159 + ### 1.0.4 <small> _ February 16, 2017</small> * Fixed [#142][142]: Documentation build errors if `h1` is defined as raw HTML diff --git a/material/base.html b/material/base.html index b2692c44..33c137f9 100644 --- a/material/base.html +++ b/material/base.html @@ -19,7 +19,7 @@ {% else %} <link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.ico"> {% endif %} - <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.0.4"> + <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.0.5"> {% endblock %} {% block htmltitle %} {% if page.title %} diff --git a/package.json b/package.json index 5f4efd58..d013517a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "1.0.4", + "version": "1.0.5", "description": "A Material Design theme for MkDocs", "keywords": [ "mkdocs", -- GitLab