From dcb7952b4dea13a6a99152130f50f9c0c39bb354 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Mon, 17 Jul 2023 12:24:42 +0200 Subject: [PATCH 1/2] Update Changelog.md --- Changelog.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Changelog.md b/Changelog.md index 2b3b85ea..67c683b5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 0.9.1 - UNRELEASED +## 0.9.1 - 2023-07-17 ### Added @@ -16,12 +16,14 @@ and this project adheres to ### Fixed - `Restart application with verbose logging` button did not restart app -- Aborting profiling wizard would not closed dialog when device is - disconnected and we are waiting to reconnect -- App crash if profiling project is deleted while app is running +- Clicking `Abort` when profiling would not closed dialog if the device is + disconnected. +- App no longer crashes when a profiling project is deleted while app is + running. - Empty directory is created if profiling folder is deleted and app is - reopened -- Application does not sync statues with device when uptime is >= 100hrs + reopened. +- Application does not sync log statues with device when uptime is greater or + equal to 100hrs ## 0.9.0 - 2023-06-27 From 5fc872c306c2e1b2da89d831f2646b91347bce84 Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Mon, 17 Jul 2023 13:10:21 +0200 Subject: [PATCH 2/2] Update Changelog.md --- Changelog.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/Changelog.md b/Changelog.md index 67c683b5..8eb78e10 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,20 +10,21 @@ and this project adheres to ### Added -- Support for PCA63563 Fuel Gauge board. -- Battery model `inc` file format export option. +- Introduced support for the PCA63563 Fuel Gauge board. +- Implemented an export option for the battery model INC file format. ### Fixed -- `Restart application with verbose logging` button did not restart app -- Clicking `Abort` when profiling would not closed dialog if the device is - disconnected. -- App no longer crashes when a profiling project is deleted while app is - running. -- Empty directory is created if profiling folder is deleted and app is - reopened. -- Application does not sync log statues with device when uptime is greater or - equal to 100hrs +- Corrected an issue where the 'Restart application with verbose logging' + button failed to restart the application. +- Rectified a problem where the 'Abort' command during profiling would not + close the dialog if the device was disconnected. +- Resolved an issue causing the application to crash if a profiling project + was deleted while the application was running. +- Fixed a glitch that resulted in an empty directory being created when the + profiling folder was deleted and the application was subsequently reopened. +- Addressed a syncing issue where the application did not synchronize log + statuses with the device when the uptime was equal to or exceeded 100 hours. ## 0.9.0 - 2023-06-27