Skip to content

Commit 1caf01e

Browse files
authored
v1.8.0 Release Preparations (#67)
* version and changelog updates Signed-off-by: Jens Reinecke <jens.reinecke@arm.com> --------- Signed-off-by: Jens Reinecke <jens.reinecke@arm.com>
1 parent 04711df commit 1caf01e

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# Change Log
22

3-
## [unreleased]
3+
## [v1.8.0] - 2025-05-26
44

55
### Bug Fixes
66

7-
- [#16](https://github.com/eclipse-cdt-cloud/vscode-peripheral-inspector/issues/60): Rework peripheral read strategy and peripheral-inspector.svdAddrGapThreshold ([Thorsten de Buhr](https://github.com/thorstendb-ARM/))
8-
- [#63](https://github.com/eclipse-cdt-cloud/vscode-peripheral-inspector/issues/63): Peripheral Inspector does not clear on disconnect if using debug-tracker-vscode ([Jens Reinecke](https://github.com/jreineckearm))
7+
- Partly addresses [#16](https://github.com/eclipse-cdt-cloud/vscode-peripheral-inspector/issues/60): Refine register range calculations and change `peripheral-inspector.svdAddrGapThreshold` default from `16` to `0`. ([Thorsten de Buhr](https://github.com/thorstendb-ARM/))
8+
- [#63](https://github.com/eclipse-cdt-cloud/vscode-peripheral-inspector/issues/63): Peripheral Inspector does not clear on disconnect if using debug-tracker-vscode. ([Jens Reinecke](https://github.com/jreineckearm))
9+
10+
### Other Changes
11+
12+
- Makes use of [Tree](https://github.com/eclipse-cdt-cloud/vscode-ui-components/tree/main/src/tree) component from Eclipse CDT.cloud [UI Components for Visual Studio Code Extensions](https://github.com/eclipse-cdt-cloud/vscode-ui-components). ([Haydar Metin](https://github.com/haydar-metin))
13+
- Documentation updates in `README`. ([Jens Reinecke](https://github.com/jreineckearm) on behalf of [Christopher Seidl](https://github.com/KeilChris))
914

1015
## [v1.7.0] - 2025-03-31
1116

@@ -39,8 +44,8 @@
3944
### Known Issue
4045

4146
- As a side effect of moving to a custom Webview implementation, the Peripheral Inspector may show the following message when launched after update from a previous version:<br>
42-
`There is no data provider registered that can provide view data.`<br>
43-
***Solution***: Please restart your IDE after the update installation to overcome this problem. Restarting the extension may not be sufficient.
47+
`There is no data provider registered that can provide view data.`<br>
48+
**_Solution_**: Please restart your IDE after the update installation to overcome this problem. Restarting the extension may not be sufficient.
4449

4550
## [v1.5.1] - 2023-12-13
4651

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "peripheral-inspector",
33
"displayName": "Peripheral Inspector",
44
"description": "Standalone Peripheral Inspector extension extracted from cortex-debug",
5-
"version": "1.7.0",
5+
"version": "1.8.0",
66
"publisher": "eclipse-cdt",
77
"author": "marus25",
88
"contributors": [

0 commit comments

Comments
 (0)