From 8db37491f3fe43b1f8a096603342466cbc82b749 Mon Sep 17 00:00:00 2001 From: "Luke D. Jones" Date: Thu, 26 Aug 2021 13:57:19 +1200 Subject: [PATCH] Mention breaking changes in log --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bca7573..dcc786c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 + Support 8bit RGB, RGBA, 16bit Greyscalw, RGB, RGBA + add `AsusImage` type for slanted-template pixel-perfect images + `BREAKING:` plain `Image` with time period is changed and old anime configs break as a result (sorry) -### Changed +### BREAKING CHANGES - Graphics control: - + BREAKING: graphics control is pulled out of asusd and moved to new crate; supergfxctl + + graphics control is pulled out of asusd and moved to new crate; supergfxctl +- Proflies: + + profiles now depend on power-profile-daemon plus kernel patches for support of platform_profile + - if your system supports fan-curves you will also require upcoming kernel patches for this + + profiles are now moved to a new file # [3.7.2] - 2021-08-02 ### Added