From ca548187f10ff2aa5eb81f62ef5c7deddfefc0bb Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Sat, 16 Jul 2022 22:53:46 +0100 Subject: [PATCH] add removed section in latest update in changelog --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10de10c..38b3da4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,13 +18,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Reload profiles from memory into app if switching kind between connections. +- Reload user configs from memory into app if switching kind between connections. - Levels rework, now using is_updated in callback. - Some logic regarding callbacks reworked, timings reduced for updates. - Directory structure changed, no more profiles/. All configs should go into configs/ - Configs section in readme updated to reflect changes. - Installation instructions updated for python 311 and pypi. -- Git dependency removed. ### Fixed @@ -32,6 +31,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed bug with submix frames failing to redraw when selected from menu. - Version fastforward in pyproject to match changelog. +### Removed + +- Requirement to install Git. + ## [1.2.6] - 2022-05-16 ### Added