Skip to content

Commit

Permalink
Release 4.3.0 changelog edits (#444)
Browse files Browse the repository at this point in the history
* Update changelog.md

* Update Changelog.md

* Changelog

* Merge Kyle's edits

* edits

* edits

* Update Changelog.md

Co-authored-by: Grzegorz Ferenc <[email protected]>

* Update Changelog.md

Co-authored-by: Grzegorz Ferenc <[email protected]>

* Update Changelog.md

Co-authored-by: Grzegorz Ferenc <[email protected]>

* Edits

* Kyle's input

* eslint

* Changelog

---------

Co-authored-by: Kyle Micallef Bonnici <[email protected]>
Co-authored-by: Grzegorz Ferenc <[email protected]>
  • Loading branch information
3 people authored Mar 13, 2024
1 parent dcfe6cc commit 6de2bd0
Showing 1 changed file with 26 additions and 17 deletions.
43 changes: 26 additions & 17 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,43 @@
## 4.0.0 - UNRELEASED
## 4.0.0 - 2024-03-13

## Changed
### Added

- Reintroduced triggers functionality.
- Configuration in the advanced settings menu to stop saving to hard disk when
the HDD space is running low.
- The default path for the session can be changed from the advanced settings
menu.

### Changed

- Changed export format to `.ppk2`. `.ppk` has been deprecated and importing
this format will autogenerate a `.ppk2` file next to the `.ppk` file.
- Exporting of data now works also when the data was loaded from file. This
allows partial export to `.csv`.
- Removed limitations for recording duration by using the disk to store the
collected data instead of using RAM.
- Performance improvements.
- The advanced settings menu are always visible on the side panel.

## Fixed
### Fixed

- Chart drifting when live mode and PC resources where strained.
- Some cases when chart was drifting in the live mode.
- UI glitches.

## 4.0.0-beta6 - 2024-01-08

## Fixed
### Fixed

- Minor improvements to the stability of the chart rendering

## 4.0.0-beta5 - 2024-01-05

## Fixed
### Fixed

- Window average was off by a factor of 1000 when zoomed out
- Duplicate Azure insights event

## 4.0.0-beta4 - 2024-01-04

## Fixed
### Fixed

- Improved stability with chart processing
- Window stats drop to zeros when zoomed in and at the end of chart
Expand All @@ -39,7 +48,7 @@

## 4.0.0-beta3 - 2023-12-14

## Changed
### Changed

- Click and Drag Navigation:
- Click and drag to scroll left or right (control xAxis) with yAxis locked
Expand All @@ -59,26 +68,26 @@
- Hold `alt (option ⌥ - MAC)` unlocks yAxis and using track pad gesture to
scroll with both axis unlocked

## Fixed
### Fixed

- Right click will now take you to end of the file/live mode

## 4.0.0-beta2 - 2023-12-12

## Added
### Added

- Feedback tab
- Persist state of `show log` panel

## Fixed
### Fixed

- Error when recording data exceed buffer size by one sample resulting in
error in console.
- Window stats where off by a factor of 1000

## 4.0.0-beta1 - 2023-12-07

## Added
### Added

- Navigable minimap, which will display a zoomed-out map of the entire sample.
In order to navigate the sample, simply click on the location where you want
Expand All @@ -87,7 +96,7 @@
selected area. Hotkey is ALT+Z.
- Option to toggle logarithmic scale on the Y Axis, by @danielkucera.

## Changed
### Changed

- The Y axis settings are now moved into a dialog. To open the settings
dialog, press SETTINGS, in the top left corner of the graph. The dialog
Expand All @@ -97,7 +106,7 @@
- Backend for interacting with devices from **nrf-device-lib-js** to **nrfutil
device**.

## Removed
### Removed

- Support for Power Profiler Kit (PPK1). From this release, Power Profiler app
will only be usable for Power Profiler Kit II (PPK2). In order to use a
Expand All @@ -108,7 +117,7 @@
useful Trigger feature will be re-introduced in the _Data Logger_ pane in an
upcoming release.

## Fixed
### Fixed

- PPK2 would create noise in the measurement when the LED was pulsing (i.e.
PWM), a new firmware (power_profiler_2 1_1_0) has been added and will make
Expand Down

0 comments on commit 6de2bd0

Please sign in to comment.