diff options
author | Damien <damlobster@gmail.com> | 2021-07-22 00:40:40 +0200 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2021-07-27 13:15:25 -0400 |
commit | cff61605fb7260ab60d1abd4e295b71a533869ac (patch) | |
tree | f117dd64e85ec18a62c7c4305781fa03d37ed0a9 /docs/Releases.md | |
parent | 7e88f9220c641dd1e7e5b748381bd7ac758bc8d2 (diff) | |
download | kutter-cff61605fb7260ab60d1abd4e295b71a533869ac.tar.gz kutter-cff61605fb7260ab60d1abd4e295b71a533869ac.tar.xz kutter-cff61605fb7260ab60d1abd4e295b71a533869ac.zip |
docs : make modifications to all md files to make them compatible with mkdocs
all markdown files must have a single H1 heading at the top.
Signed-off-by: Damien Martin <damlobster@gmail.com>
Update CNAME
Diffstat (limited to 'docs/Releases.md')
-rw-r--r-- | docs/Releases.md | 29 |
1 files changed, 11 insertions, 18 deletions
diff --git a/docs/Releases.md b/docs/Releases.md index 704a9ec3..f5a93a91 100644 --- a/docs/Releases.md +++ b/docs/Releases.md @@ -1,8 +1,9 @@ +# Releases + History of Klipper releases. Please see [installation](Installation.md) for information on installing Klipper. -Klipper 0.9.0 -============= +## Klipper 0.9.0 Available on 20201020. Major changes in this release: * Support for "Input Shaping" - a mechanism to counteract printer @@ -35,13 +36,11 @@ Available on 20201020. Major changes in this release: graph_temp_sensor, whconsole * Several bug fixes and code cleanups. -Klipper 0.9.1 --------------- +### Klipper 0.9.1 Available on 20201028. Release containing only bug fixes. -Klipper 0.8.0 -============= +## Klipper 0.8.0 Available on 20191021. Major changes in this release: * New G-Code command template support. G-Code in the config file is @@ -81,8 +80,7 @@ Available on 20191021. Major changes in this release: SET_IDLE_TIMEOUT, SET_TEMPERATURE_FAN_TARGET * Several bug fixes and code cleanups. -Klipper 0.7.0 -============= +## Klipper 0.7.0 Available on 20181220. Major changes in this release: * Klipper now supports "mesh" bed leveling @@ -115,8 +113,7 @@ Available on 20181220. Major changes in this release: settings, packaging, and more * Several bug fixes and code cleanups -Klipper 0.6.0 -============= +## Klipper 0.6.0 Available on 20180331. Major changes in this release: * Enhanced heater and thermistor hardware failure checks @@ -146,8 +143,7 @@ Available on 20180331. Major changes in this release: * Initial support for continuous integration testing on all github commits * Several bug fixes and code cleanups -Klipper 0.5.0 -============= +## Klipper 0.5.0 Available on 20171025. Major changes in this release: @@ -166,8 +162,7 @@ Available on 20171025. Major changes in this release: cooling fans. * Several bug fixes and code cleanups -Klipper 0.4.0 -============= +## Klipper 0.4.0 Available on 20170503. Major changes in this release: @@ -186,8 +181,7 @@ Available on 20170503. Major changes in this release: * Support for AD595 sensors * Several bug fixes and code cleanups -Klipper 0.3.0 -============= +## Klipper 0.3.0 Available on 20161223. Major changes in this release: @@ -209,8 +203,7 @@ Available on 20161223. Major changes in this release: along with help on how to resolve. * Several bug fixes and code cleanups -Klipper 0.2.0 -============= +## Klipper 0.2.0 Initial release of Klipper. Available on 20160525. Major features available in the initial release include: |