From 727aca564b5c73a0b4f1e35b5055a8a6f196be3f Mon Sep 17 00:00:00 2001 From: John Guan Date: Tue, 6 Sep 2022 20:40:14 +0800 Subject: [PATCH] Update CHANGELOG.md Signed-off-by: John Guan --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf48de8..9058ae4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,11 +22,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.3.6-alpha.1] - 2022-09-06 ### Added -- [System] Added display of power and temperature to performance widget (Intel) -- [Apps] Added support for adding custom links in the APP module +- [System] Added power and temperature info to performance widget (Intel) +- [Apps] Custom links can be added to Apps section ### Fixed -- [Apps] Fixed the problem of not being able to modify the application pairing ([#510](https://github.com/IceWhaleTech/CasaOS/issues/510)) +- [Apps] Fixed the problem of not being able to modify some App settings ([#510](https://github.com/IceWhaleTech/CasaOS/issues/510)) + ### Changed - [System] Architecture optimization. Improved performance.