You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,16 @@
1
1
# Change Log
2
2
3
-
## [unreleased]
3
+
## [v1.8.0] - 2025-05-26
4
4
5
5
### Bug Fixes
6
6
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))
9
14
10
15
## [v1.7.0] - 2025-03-31
11
16
@@ -39,8 +44,8 @@
39
44
### Known Issue
40
45
41
46
- 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.
0 commit comments