From 197c26d32eee0086ea7e8aa424edcd03581fd449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20K=C3=BCffner?= Date: Mon, 24 Nov 2025 18:58:52 +0100 Subject: [PATCH] docs: prep release 1.20.0 --- CHANGELOG.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0cbde2..4436bff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). + +## [v1.20.0] - 2025-11-24 A helper script has been introduced to simplify builds and interacting with klipper scripts. If you're already using prind, simply run the following command and you'll be able to follow the instructions in the README again. @@ -23,7 +32,6 @@ EOF * docs: new `prind-tools` wrapper script * `docker-compose.extra.tools.yaml` used by `prind-tools` script * klipper: add a symlink to provide the venv at ${HOME}/klippy-env in the tools image #241 -### Fixed ### Changed * docs: update build to use `prind-tools` * docs: update calibrate shaper to use `prind-tools` @@ -31,8 +39,7 @@ EOF * `docker-compose.extra.make.yaml` and `docker-compose.extra.calibrate-shaper.yaml` have been consolidated into `docker-compose.extra.tools.yaml` * klipper: remove redundant copy statements from tools image after #242 -**Full Changelog**: https://github.com/mkuf/prind/compare/v1.18.0...vX.X.X ---> +**Full Changelog**: https://github.com/mkuf/prind/compare/v1.19.0...v1.20.0 ## [v1.19.0] - 2025-11-15 ### Added