From abdfd92e99a29e8638fda07000ad3f106ec767ce Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sat, 19 Oct 2019 19:24:00 -0400 Subject: docs: Update release notes for v0.8.0 release Signed-off-by: Kevin O'Connor --- docs/Releases.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/docs/Releases.md b/docs/Releases.md index 74c93eb02..7ecfd8a6d 100644 --- a/docs/Releases.md +++ b/docs/Releases.md @@ -1,6 +1,47 @@ History of Klipper releases. Please see [installation](Installation.md) for information on installing Klipper. +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 + now evaluated with the Jinja2 template language. +* Improvements to Trinamic stepper drivers: + * New support for TMC2209 and TMC5160 drivers. + * Improved DUMP_TMC, SET_TMC_CURRENT, and INIT_TMC G-Code commands. + * Improved support for TMC UART handling with an analog mux. +* Improved homing, probing, and bed leveling support: + * New manual_probe, bed_screws, screws_tilt_adjust, skew_correction, + safe_z_home modules added. + * Enhanced multi-sample probing with median, average, and retry + logic. + * Improved documentation for BL-Touch, probe calibration, endstop + calibration, delta calibration, sensorless homing, and endstop + phase calibration. + * Improved homing support on a large Z axis. +* Many Klipper micro-controller improvements: + * Klipper ported to: SAM3X8C, SAM4S8C, SAMD51, STM32F042, STM32F4 + * New USB CDC driver implementations on SAM3X, SAM4, STM32F4. + * Enhanced support for flashing Klipper over USB. + * Software SPI support. + * Greatly improved temperature filtering on the LPC176x. + * Early output pin settings can be configured in the + micro-controller. +* New website with the Klipper documentation: http://klipper3d.org/ + * Klipper now has a logo. +* Experimental support for polar and "cable winch" kinematics. +* The config file can now include other config files. +* Many additional modules added: board_pins, controller_fan, + delayed_gcode, dotstar, filament_switch_sensor, firmware_retraction, + gcode_arcs, gcode_button, heater_generic, manual_stepper, mcp4018, + mcp4728, neopixel, pause_resume, respond, temperature_sensor + tsl1401cl_filament_width_sensor, tuning_tower +* Many additional commands added: RESTORE_GCODE_STATE, + SAVE_GCODE_STATE, SET_GCODE_VARIABLE, SET_HEATER_TEMPERATURE, + SET_IDLE_TIMEOUT, SET_TEMPERATURE_FAN_TARGET +* Several bug fixes and code cleanups. + Klipper 0.7.0 ============= -- cgit v1.2.3