-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #116 from jreineckearm/release-1-1-0
Version 1.1.0 and CHANGELOG update
- Loading branch information
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,26 @@ | ||
# Change Log | ||
|
||
## 1.1.0 | ||
- Fixed variable fetch before variables are available. | ||
- Fixed variable decoration display if it starts before the loaded memory range. | ||
- Fixed `Memory: Show Memory Inspector` command to open a new Memory Inspector window instance instead of the `Output` channel. | ||
- Enabled reload of variables for variable decoration on successful `scopes` response of the Microsoft Debug Adapter Protocol (DAP). | ||
- Changed Memory Inspector `Output` channel to only show on first log message. | ||
- Changed usage of `Word` to `MAU (Minimum Addressable Unit)` to honor the different meaning of `Word` in different memory architectures. | ||
- Changed `Infinite` scrolling option to `Grow` to remove confusion about its meaning. | ||
- Changed GUI framework library to [Primereact](https://primereact.org/). | ||
- Added Memory Inspector **window instance renaming**. | ||
- Added Memory Inspector **table column resizing**. | ||
- Added hover-over tooltip **display of common data representations**. | ||
- Added **window-specific display options** which use the global display options as default. | ||
- Added `Auto-Append` scroll option to automatically append more data when reaching the bottom of the loaded window content. | ||
- Added `Bytes per MAU` option to specify the number of bytes in a minimum addressable memory unit. | ||
- Added `Autofit` selection to `Groups per Row` option to calculate best usage of the `Data` column. | ||
- Added `Group Endianess` option which applies to display and editing of `Groups`. | ||
- Added **configurability of address value display** (format, prefix, and padding with zeros for a uniform display). | ||
- Added **editing memory contents** on `Group` level. | ||
- Added **storing and applying memory contents** to/from local files in the Intel HEX file format. | ||
- **Reworked context menu** to remove standard entries and added quick access to view specific options. | ||
|
||
## 1.0.1 | ||
- Initial preview release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "memory-inspector", | ||
"displayName": "Memory Inspector", | ||
"description": "A set of widgets for viewing memory in different ways", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"preview": true, | ||
"publisher": "eclipse-cdt", | ||
"author": "Rob Moran <[email protected]>", | ||
|