Skip to content

Commit

Permalink
Release 1.2.1: update version & changelog (#152)
Browse files Browse the repository at this point in the history
* update version

* Update Changelog.md

* Update Changelog.md

* Update Changelog.md

Co-authored-by: Sviatoslav Svitlychnyi <[email protected]>

* minor edits

---------

Co-authored-by: Sviatoslav Svitlychnyi <[email protected]>
  • Loading branch information
kylebonnici and KievDevel authored Mar 13, 2024
1 parent 98d2afb commit c144109
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
22 changes: 14 additions & 8 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
## 1.2.0 - UNRELEASED
## 1.2.1 - 2024-03-13

## Added
### Added

- Support for nRF Connect for Desktop 4.4.1.

## 1.2.0 - 2024-03-12

### Added

- Add Support to generate battery models on Mac (Intel and ARM64)
- Add Support to generate battery models on Mac (Intel and ARM64).
- Warning about closing the app while updating the firmware, which may lead to
unwanted consequences.
- Pre-bundled list of the Renata battery models that can be uploaded to the
nPM 1300 EK. These models can be found in the side panel under **Add new
active battery model**.

## Removed
### Removed

- SHPHLD pin polarity configuration
- SHPHLD pin polarity configuration.

## Changed
### Changed

- Updated Firmware to use NPMX 1.0.0
- Updated Firmware to use NPMX 1.0.0.
- The Lipol battery models are no longer part of the firmware, and will now
need to be uploaded to the nPM 1300 EK. These models can be found in the
side panel under **Add new active battery model**.
Expand All @@ -29,7 +35,7 @@

## 1.1.1 - 2024-01-08

## Added
### Added

- Persist state of `show log` panel.

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "pc-nrfconnect-npm",
"version": "1.2.0",
"description": "Evaluate and implement Nordic's PMICs",
"displayName": "nPM PowerUP",
"version": "1.2.1",
"description": "Evaluate and implement Nordic's PMICs",
"displayName": "nPM PowerUP",
"homepage": "https://github.com/NordicPlayground/pc-nrfconnect-npm",
"repository": {
"type": "git",
Expand Down

0 comments on commit c144109

Please sign in to comment.