Skip to content

Commit

Permalink
Release 3.0.9 (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
KievDevel authored Jun 15, 2023
1 parent 06f25ab commit c101715
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
## 3.0.9 - UNRELEASED
## 3.0.9 - 15-06-23

### Added

- Progress bar to ModemFirmware DFU dialog
- Progress bar to ModemFirmware DFU dialog.

### Changed

- `OpenFile` and `SaveFile` must be closed before one can interact with the
app window
app window.
- Updated MCUBoot Dialog UI look and feel.
- Updated Modem DFU dialog
- Updated Modem DFU dialog.

### Fixed

- Text in MCUBoot Dialog no longer overflow if too long but wraps.
- `MCUBoot` Dialog show the wrong state if a device reboots/disconnects while
programming is still ongoing and `Auto Reconnect` is Enabled
- Write button will not remain active when device is deselected
programming is still ongoing and `Auto Reconnect` is Enabled.
- Write button will not remain active when device is deselected.

## 3.0.8 - 30-03-23

### Added

- Reconnecting status in device selector.
- Custom control to set net core upload delay
- Persist net core upload delay for each device serial number
- Progress on net core upload delay
- Custom control to set net core upload delay.
- Persist net core upload delay for each device serial number.
- Progress on net core upload delay.
- Linux: If a device fails to be identified based on parameters which point to
a missing nrf-udev installation, recommend user to install nrf-udev.

### Fixed

- Write button remains clickable in some cases when device is change to
bootloader.
- USB DFU memory layout now updates after device reboots due to programming
- USB DFU memory layout updates if programming fails
- Linux: Apps would crash when identifying certain devices if nrf-udev
- USB DFU memory layout now updates after device reboots due to programming.
- USB DFU memory layout updates if programming fails.
- Linux: Apps would crash when identifying certain devices if nrf-udev.
installation was missing.

### Changed
Expand All @@ -52,13 +52,13 @@

### Added

- nRF7002 support
- nRF7002 support.

## 3.0.5 - 2023-02-13

### Added

- Auto reconnect functionality
- Auto reconnect functionality.

### Changed

Expand Down

0 comments on commit c101715

Please sign in to comment.