Skip to content

Commit

Permalink
Fix typos in CHANGELOG.md (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
jogo- committed Feb 18, 2024
1 parent e125331 commit 5dca778
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 5dca778

Please sign in to comment.