aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Releases.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2017-04-29 13:38:44 -0400
committerKevin O'Connor <kevin@koconnor.net>2017-05-03 14:32:36 -0400
commit8f1d0c2a7c49b596cb5a9a8b92b3200485049cf6 (patch)
tree08f6ba7a83a6c8b695399964e8c09caac707e947 /docs/Releases.md
parent02549c9299556132f5ac91a3df2ed31755e423db (diff)
downloadkutter-8f1d0c2a7c49b596cb5a9a8b92b3200485049cf6.tar.gz
kutter-8f1d0c2a7c49b596cb5a9a8b92b3200485049cf6.tar.xz
kutter-8f1d0c2a7c49b596cb5a9a8b92b3200485049cf6.zip
docs: Note version 0.4.0 release
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Releases.md')
-rw-r--r--docs/Releases.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/Releases.md b/docs/Releases.md
index 9cd5aa31..94552f27 100644
--- a/docs/Releases.md
+++ b/docs/Releases.md
@@ -1,6 +1,26 @@
History of Klipper releases. Please see
[installation](Installation.md) for information on installing Klipper.
+Klipper 0.4.0
+=============
+
+Available on 20170503. Major changes in this release:
+
+* Improved installation on Raspberry Pi machines. Most of the install
+ is now scripted.
+* Support for corexy kinematics
+* Documentation updates: New Kinematics document, new Pressure Advance
+ tuning guide, new example config files, and more
+* Stepper performance improvements (20Mhz AVRs over 175K steps per
+ second, Arduino Due over 460K)
+* Support for automatic micro-controller resets. Support for resets
+ via toggling USB power on Raspberry Pi.
+* The pressure advance algorithm now works with look-ahead to reduce
+ pressure changes during cornering.
+* Support for limiting the top speed of short zigzag moves
+* Support for AD595 sensors
+* Several bug fixes and code cleanups
+
Klipper 0.3.0
=============