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

Fix typos in CHANGELOG.md #489

Merged
merged 1 commit into from Feb 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions CHANGELOG.md
Expand Up @@ -19,7 +19,7 @@

## 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
- 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
Expand All @@ -30,7 +30,7 @@
- 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.
- Data inspector location is now configurable via the `hexeditor.inspectorType` setting.

## 1.9.4 - January 27, 2022
- Fixed bug with copy and paste not working
Expand All @@ -53,7 +53,7 @@
- Fix bug preventing opening of large files
- Switch from webpack -> esbuild
- Reduce bundle size
- Fix file watcher on non file path files
- Fix file watcher on non-file path files

## 1.7.1 - June 18, 2021
- Fix bug preventing search from working
Expand Down Expand Up @@ -96,7 +96,7 @@
## 1.1.0 — June 30, 2020
- Added simple editing support for hex and decoded text
- Fixed a bug preventing files over 18MB from being opened
- Added more keyboard navigation support via Pgup, Pgdown, Ctrl + End/Home, and End/Home.
- Added more keyboard navigation support via PgUp, PgDown, Ctrl + End/Home, and End/Home.
- Fixed a bug with empty files not rendering correctly
- Scroll position is now retained upon switching tabs

Expand Down