diff --git a/CHANGELOG.md b/CHANGELOG.md index f4f0b4e..b76fcc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ ## Release Notes +## 1.9.10 - January 4, 2023 + +- Add a badge indicating offset and selection size, thanks to [@MoralCode via #401](https://github.com/microsoft/vscode-hexeditor/pull/401) +- Used a smaller page size when requesting debug memory +- Fixed many selection bugs +- Improved scroll/display performance +- Made a change to respect `editor.scrollBeyondLastLine` +- Aligned loading indicator style to match the rest of VS Code + ## 1.9.9 - October 6, 2022 - Fixed a bug where the custom and native selection could be shown at the same time in the main hex view - Binary type added to data inspector, thanks to [@jwr12135 via #370](https://github.com/microsoft/vscode-hexeditor/pull/370) diff --git a/package-lock.json b/package-lock.json index e7f486e..9c528bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hexeditor", - "version": "1.9.9", + "version": "1.9.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hexeditor", - "version": "1.9.9", + "version": "1.9.10", "license": "MIT", "dependencies": { "@linaria/react": "^4.1.4", diff --git a/package.json b/package.json index 79a6eca..840a229 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "hexeditor", "displayName": "Hex Editor", "description": "Allows viewing and editing files in a hex editor", - "version": "1.9.9", + "version": "1.9.10", "aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255", "publisher": "ms-vscode", "repository": {