Skip to content

Commit

Permalink
Merge pull request #116 from jreineckearm/release-1-1-0
Browse files Browse the repository at this point in the history
Version 1.1.0 and CHANGELOG update
  • Loading branch information
thegecko authored Mar 25, 2024
2 parents 950ee01 + 7dbcf05 commit 19fcc6f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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]>",
Expand Down

0 comments on commit 19fcc6f

Please sign in to comment.