Skip to content

Commit 30c3ad9

Browse files
authored
v1.7.0 Release Preparations (#59)
* update changelog * bump version to 1.7.0 Signed-off-by: Jens Reinecke <jens.reinecke@arm.com> --------- Signed-off-by: Jens Reinecke <jens.reinecke@arm.com>
1 parent 4cb6a43 commit 30c3ad9

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [v1.7.0] - 2025-03-31
4+
5+
### New Features
6+
7+
- [#16](https://github.com/eclipse-cdt-cloud/vscode-peripheral-inspector/issues/16): Allow inline editing of values. ([Martin Fleck](https://github.com/martin-fleck-at))
8+
- [#22](https://github.com/eclipse-cdt-cloud/vscode-peripheral-inspector/issues/22): Allow controls like checkboxes or dropdowns for peripheral register (bit field) types. ([Martin Fleck](https://github.com/martin-fleck-at))
9+
- [#36](https://github.com/eclipse-cdt-cloud/vscode-peripheral-inspector/issues/36): Allow periodic updates (running and stopped CPU). ([Martin Fleck](https://github.com/martin-fleck-at), [Haydar Metin](https://github.com/haydar-metin))
10+
- [#45](https://github.com/eclipse-cdt-cloud/vscode-peripheral-inspector/issues/45): Consider monospace font for values. ([Martin Fleck](https://github.com/martin-fleck-at))
11+
- [#53](https://github.com/eclipse-cdt-cloud/vscode-peripheral-inspector/issues/53): Allow resizable columns in refurbished Peripheral Inspector view. ([Haydar Metin](https://github.com/haydar-metin))
12+
13+
### Bug Fixes
14+
15+
- [#29](https://github.com/eclipse-cdt-cloud/vscode-peripheral-inspector/issues/29): Tooltip formatting after introduction of new UI library. ([Haydar Metin](https://github.com/haydar-metin))
16+
- [#54](https://github.com/eclipse-cdt-cloud/vscode-peripheral-inspector/issues/54): Regression (v1.6.0) - View actions only work during first debug connection after IDE launch. ([Haydar Metin](https://github.com/haydar-metin))
17+
318
## [v1.6.0] - 2025-02-06
419

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

0 commit comments

Comments
 (0)