Skip to content

Commit 68e4ae7

Browse files
committed
changelog review
Signed-off-by: Jens Reinecke <[email protected]>
1 parent 176fa48 commit 68e4ae7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

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

33
## 1.2.0
4-
- Fixed [#120](https://github.com/eclipse-cdt-cloud/vscode-memory-inspector/issues/120): Variable tracker evaluates variables using `evaluateName` if present. ([Hampus Adolfsson](https://github.com/HampusAdolfsson))
54
- Fixed [#112](https://github.com/eclipse-cdt-cloud/vscode-memory-inspector/issues/112): Edit memory value can cause "line break" in row for "autofit" groups per row. ([Martin Fleck](https://github.com/martin-fleck-at))
5+
- Fixed [#120](https://github.com/eclipse-cdt-cloud/vscode-memory-inspector/issues/120): Variable tracker evaluates variables using `evaluateName` if present. ([Hampus Adolfsson](https://github.com/HampusAdolfsson))
66
- Fixed [#126](https://github.com/eclipse-cdt-cloud/vscode-memory-inspector/issues/126): Memory Inspector issues memory request if address field is empty. ([Tobias Ortmayr](https://github.com/tortmayr))
77
- Fixed [#134](https://github.com/eclipse-cdt-cloud/vscode-memory-inspector/issues/134): "Load \<n\> more bytes above/below" button should be only sensitive to mouse hovering over the text. ([Colin Grant](https://github.com/colin-grant-work))
88
- Fixed [#145](https://github.com/eclipse-cdt-cloud/vscode-memory-inspector/issues/145): Form validated before initial values loaded. This caused undesired, temporary error messages below `Address` and `Count` fields of the Memory Inspector. ([Colin Grant](https://github.com/colin-grant-work))
@@ -12,9 +12,9 @@
1212
- Added functionality to automatically refresh the Memory Inspector window on specific triggers and/or periodically. ([Martin Fleck](https://github.com/martin-fleck-at))
1313
- Added more details to the context data for the Memory Inspector context menu. ([Philip Langer](https://github.com/planger))
1414
- Added support for switching Memory Inspector contents between active debug sessions. ([Rob Moran](https://github.com/thegecko))
15+
- Improved keyboard navigation in Memory Inspector window. ([Martin Fleck](https://github.com/martin-fleck-at))
1516
- Improved `AdapterCapabilities` to allow provision of customized default settings through the extension API. ([Philip Langer](https://github.com/planger))
1617
- Improved gap between memory value groups for better readability and interaction. ([Colin Grant](https://github.com/colin-grant-work))
17-
- Improved keyboard navigation in Memory Inspector window. ([Martin Fleck](https://github.com/martin-fleck-at))
1818
- Improved styling and context menu entry appearance. ([Philip Langer](https://github.com/planger))
1919
- Improved some descriptions and display strings. ([Philip Langer](https://github.com/planger))
2020
- Removed preview status of extension. ([Philip Langer](https://github.com/planger))

0 commit comments

Comments
 (0)