Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cedelavergne-ledger committed Oct 28, 2024
1 parent 1ea6c29 commit 0d3b03d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
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.8.0]

### Added

* Add new setting to Open Terminal as `root` (enabled by default).
* Add item to run the `Guideline Enforcer`, with possibility to run a single check or all (by default)
* Add `xhost+` command when updating the container, to ensure compatibility with Ubuntu 24.04

### Changed

* Update the message for NanoX unsupported device operations

### Fixed

* Fix menu selection (device, variant...) to not select the 1st item as soon as the menu is displayed
* Fix `BOLOS_SDK` variable when entering the container

## [0.7.2]

### Added
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,15 @@ This extension contributes the following settings:

## Release Notes

## [0.8.0]

* Add new setting to Open Terminal as `root` (enabled by default).
* Add item to run the `Guideline Enforcer`, with possibility to run a single check or all (by default)
* Add `xhost+` command when updating the container, to ensure compatibility with Ubuntu 24.04
* Update the message for NanoX unsupported device operations
* Fix menu selection (device, variant...) to not select the 1st item as soon as the menu is displayed
* Fix `BOLOS_SDK` variable when entering the container

## 0.7.2

* Added `dockerRunArgs` setting.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ledger-dev-tools",
"displayName": "Ledger Dev Tools",
"description": "Tools to accelerate development of apps for Ledger devices.",
"version": "0.7.2",
"version": "0.8.0",
"publisher": "LedgerHQ",
"license": "Apache",
"icon": "resources/ledger-square.png",
Expand Down

0 comments on commit 0d3b03d

Please sign in to comment.