diff options
-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 |