Skip to content

Commit b6cc1b0

Browse files
authored
v1.9.1 Release Preparations (#118)
* Bump version to 1.9.1 * CHANGELOG update
1 parent e3cc45b commit b6cc1b0

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [v1.9.1] - 2026-06-24
4+
5+
### New Features
6+
7+
- Add loading icon while view refreshes. ([#65](https://github.com/eclipse-cdt-cloud/vscode-peripheral-inspector/issues/65), [Omar Elkhouly](https://github.com/omarArm))
8+
- Publish Extension API to GitHub NPM registry. ([#95](https://github.com/eclipse-cdt-cloud/vscode-peripheral-inspector/pull/95), [Omar Elkhouly](https://github.com/omarArm))
9+
10+
### Bug Fixes
11+
12+
- Duplicate field names cause incorrect field rendering. ([#73](https://github.com/eclipse-cdt-cloud/vscode-peripheral-inspector/issues/73), [Thorsten de Buhr](https://github.com/thorstendb-ARM/))
13+
- Peripheral's view expand action behaves incorrectly after debug session rerun. ([#103](https://github.com/eclipse-cdt-cloud/vscode-peripheral-inspector/issues/103), [yenanhbc](https://github.com/yenanhbc))
14+
- Property definitionPath is not allowed in "type":"gdbtarget" (CDT GDB Debug Adapter). ([#108](https://github.com/eclipse-cdt-cloud/vscode-peripheral-inspector/issues/108), [Jens Reinecke](https://github.com/jreineckearm))
15+
16+
### Other Changes
17+
18+
- chore: Dependency updates
19+
320
## [v1.9.0] - 2026-03-25
421

522
### New Features

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.9.0",
5+
"version": "1.9.1",
66
"publisher": "eclipse-cdt",
77
"author": "marus25",
88
"contributors": [

0 commit comments

Comments
 (0)