Skip to content

Commit

Permalink
Merge pull request #55 from NordicPlayground/Update-change-log-0.9.1
Browse files Browse the repository at this point in the history
Update Changelog.md
  • Loading branch information
kylebonnici authored Jul 17, 2023
2 parents 3d5631d + 5fc872c commit f1f5f14
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,25 @@ 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

- 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
- 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
- Empty directory is created if profiling folder is deleted and app is
reopened
- Application does not sync statues with device when uptime is >= 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

Expand Down

0 comments on commit f1f5f14

Please sign in to comment.