diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-08-08 23:28:07 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-08-15 21:46:37 +0100 |
commit | 3d8122a1fe91890f1a1c453416deada1924039b2 (patch) | |
tree | d57da7c8921e0502a0283407949955312c4155e1 | |
parent | 3f19ae7b18ae681fbd959e9099b70489053da874 (diff) | |
download | kutter-3d8122a1fe91890f1a1c453416deada1924039b2.tar.gz kutter-3d8122a1fe91890f1a1c453416deada1924039b2.tar.xz kutter-3d8122a1fe91890f1a1c453416deada1924039b2.zip |
Add a changelog
-rw-r--r-- | CHANGELOG.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..dcee6cb0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,30 @@ +<!-- +SPDX-FileCopyrightText: 2025 Tomasz Kramkowski <tomasz@kramkow.ski> +SPDX-License-Identifier: CC-BY-SA-4.0 +--> + +# Changelog + +## Unreleased + +Most changes are breaking. + +### Added + +* Changelog + +### Changed + +* The config file is no longer modified by `SAVE_CONFIG`. Instead the file + `/var/run/klipper/run.cfg` will contain the data which previously would be + placed at the end of `SAVE_CONFIG`. The `--runtime-config` (short: `-R`) + option can be used to change the location. +* The makefiles in `klippy/chelper` and `lib/hub-ctrl` are now used to build he + respective `c_helper.so` and `hub-ctrl`. + +### Removed + +* Python 2 support +* Install scripts +* Uninstall script +* Init script |