Skip to content

Commit d8292bc

Browse files
authored
Merge pull request #404 from microsoft/release/1.9.10
Release/1.9.10
2 parents 9fa853a + 1e2dee4 commit d8292bc

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
## Release Notes
22

3+
## 1.9.10 - January 4, 2023
4+
5+
- Add a badge indicating offset and selection size, thanks to [@MoralCode via #401](https://github.com/microsoft/vscode-hexeditor/pull/401)
6+
- Used a smaller page size when requesting debug memory
7+
- Fixed many selection bugs
8+
- Improved scroll/display performance
9+
- Made a change to respect `editor.scrollBeyondLastLine`
10+
- Aligned loading indicator style to match the rest of VS Code
11+
312
## 1.9.9 - October 6, 2022
413
- Fixed a bug where the custom and native selection could be shown at the same time in the main hex view
514
- Binary type added to data inspector, thanks to [@jwr12135 via #370](https://github.com/microsoft/vscode-hexeditor/pull/370)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "hexeditor",
33
"displayName": "Hex Editor",
44
"description": "Allows viewing and editing files in a hex editor",
5-
"version": "1.9.9",
5+
"version": "1.9.10",
66
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
77
"publisher": "ms-vscode",
88
"repository": {

0 commit comments

Comments
 (0)