Skip to content
Snippets Groups Projects
Commit e8fc5132 authored by squidfunk's avatar squidfunk Committed by Martin Donath
Browse files

Prepare 1.3.0 release

parent e00d5fb9
No related branches found
No related tags found
No related merge requests found
mkdocs-material-1.x.x (2017-xx-xx) mkdocs-material-1.3.0 (2017-11-03)
* Added possibility for non-fixed (static) header
* Added support for page-specific title and description using metadata * Added support for page-specific title and description using metadata
* Added support for the linking of source files to pages * Added support for linking source files to documentation
* Fixed jitter and offset of sidebar when zooming browser * Fixed jitter and offset of sidebar when zooming browser
* Fixed incorrectly initialized tablet sidebar height * Fixed incorrectly initialized tablet sidebar height
* Fixed regression for #1: GitHub stars break if the repo_url ends with a '/' * Fixed regression for #1: GitHub stars break if the repo_url ends with a '/'
* Fixed undesired white line below copyright footer due to base font scaling * Fixed undesired white line below copyright footer due to base font scaling
* Fixed issue with whitespace in path for scripts * Fixed issue with whitespace in path for scripts
* Fixed #205: support non-fixed (static) header
* Refactored footnote references for better visibility
* Reduced repaints to a minimum for non-tabs configuration * Reduced repaints to a minimum for non-tabs configuration
* Slightly reduced contrast of edit button * Reduced contrast of edit button (slightly)
mkdocs-material-1.2.0 (2017-03-03) mkdocs-material-1.2.0 (2017-03-03)
......
...@@ -12,11 +12,27 @@ To determine the currently installed version, use the following command: ...@@ -12,11 +12,27 @@ To determine the currently installed version, use the following command:
``` sh ``` sh
pip show mkdocs-material | grep -E ^Version pip show mkdocs-material | grep -E ^Version
# Version 1.2.0 # Version 1.3.0
``` ```
## Changelog ## Changelog
### 1.3.0 <small> _ March 11, 2017</small>
* Added support for page-specific title and description using metadata
* Added support for linking source files to documentation
* Fixed jitter and offset of sidebar when zooming browser
* Fixed incorrectly initialized tablet sidebar height
* Fixed regression for [#1][1]: GitHub stars break if repo_url ends with a `/`
* Fixed undesired white line below copyright footer due to base font scaling
* Fixed issue with whitespace in path for scripts
* Fixed [#205][205]: support non-fixed (static) header
* Refactored footnote references for better visibility
* Reduced repaints to a minimum for non-tabs configuration
* Reduced contrast of edit button (slightly)
[205]: https://github.com/squidfunk/mkdocs-material/issues/197
### 1.2.0 <small> _ March 3, 2017</small> ### 1.2.0 <small> _ March 3, 2017</small>
* Added `quote` (synonym: `cite`) style for Admonition * Added `quote` (synonym: `cite`) style for Admonition
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
{% else %} {% else %}
<link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png"> <link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png">
{% endif %} {% endif %}
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.2.0"> <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.3.0">
{% endblock %} {% endblock %}
{% block htmltitle %} {% block htmltitle %}
{% if page and page.meta.title %} {% if page and page.meta.title %}
......
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "1.2.0", "version": "1.3.0",
"description": "A Material Design theme for MkDocs", "description": "A Material Design theme for MkDocs",
"keywords": [ "keywords": [
"mkdocs", "mkdocs",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment