Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog and version for release #369

Merged
merged 1 commit into from
Jul 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## Release Notes

## 1.9.8 - July 28, 2022
- Fixed bug causing binary search to be incorrect, thanks to [@varblane via #367](https://github.com/microsoft/vscode-hexeditor/pull/367)
- Open active file in Hex Editor now works with non text editors

## 1.9.7 - June 15, 2022
- Fixed bug causing bytes at page boundaries to be incorrect
- Fixed data overlapping in the data inspector

## 1.9.6 - April 21, 2022
- Fixed go to offset not working correctly
- Changed default decoding of decoded text to ASCII

## 1.9.5 - February 18, 2022
- Data inspector location is now cofnigurable via the `hexeditor.inspectorType` setting.

Expand Down
139 changes: 116 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "hexeditor",
"displayName": "Hex Editor",
"description": "Allows viewing and editing files in a hex editor",
"version": "1.9.7",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"version": "1.9.8",
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
"publisher": "ms-vscode",
"repository": {
"type": "git",
Expand Down Expand Up @@ -170,13 +170,13 @@
"@linaria/react": "^3.0.0-beta.17",
"@popperjs/core": "^2.11.2",
"@vscode/codicons": "0.0.27",
"@vscode/extension-telemetry": "0.6.2",
"cockatiel": "^2.0.2",
"js-base64": "^3.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-popper": "^2.2.5",
"recoil": "^0.5.2",
"@vscode/extension-telemetry": "0.5.2",
"vscode-webview-tools": "^0.1.1"
}
}