mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Initial release notes
This commit is contained in:
committed by
Dougal Matthews
parent
ddf9350224
commit
e1366d0a18
33
docs/about/release-notes.md
Normal file
33
docs/about/release-notes.md
Normal file
@@ -0,0 +1,33 @@
|
||||
# Release Notes
|
||||
|
||||
---
|
||||
|
||||
## Upgrading
|
||||
|
||||
To upgrade Django REST framework to the latest version, use pip:
|
||||
|
||||
pip install -U mkdocs
|
||||
|
||||
You can determine your currently installed version using `pip freeze`:
|
||||
|
||||
pip freeze | grep mkdocs
|
||||
|
||||
|
||||
## 0.10.X series
|
||||
|
||||
* Added support for Python 3.3 and 3.4. (#103)
|
||||
* Configurable Python-Markdown extensions with the config setting
|
||||
`mardown_extensions`. (#74)
|
||||
* Added `mkdocs json` command to output your rendered
|
||||
documentation as json files. (#128)
|
||||
* Bugfix: Fix path for embeded images in sub pages. (#138)
|
||||
* Bugfix: Fix `use_directory_urls` config behaviour. (#63)
|
||||
* Bugfix: Add support for `extra_javascript` and `extra_css` in
|
||||
all themes. (#90)
|
||||
* Bugfix: Fix path-handling under windows. (#121)
|
||||
* Bugfix: Fix the menu generation in the readthedocstheme. (#110)
|
||||
* Bugfix: Fix the mkdocs command creation under Windows. (#122)
|
||||
* Bugfix: Correctly handle external files in `extra_javascript` and
|
||||
`extra_css`. (#92)
|
||||
* Bugfix: Fixed favicon support. (#87)
|
||||
|
||||
@@ -10,6 +10,7 @@ pages:
|
||||
- ['user-guide/styling-your-docs.md', 'User Guide', 'Styling your docs']
|
||||
- ['user-guide/configuration.md', 'User Guide', 'Configuration']
|
||||
- ['about/license.md', 'About', 'License']
|
||||
- ['about/release-notes.md', 'About', 'Release Notes']
|
||||
|
||||
copyright: Copyright © 2014, <a href="https://twitter.com/_tomchristie">Tom Christie</a>.
|
||||
google_analytics: ['UA-27795084-5', 'mkdocs.org']
|
||||
|
||||
Reference in New Issue
Block a user