Skip to content

Commit

Permalink
Update version, CHANGELOG.md and screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszchudyk committed Aug 9, 2022
1 parent 0c5e25f commit 78059d0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [1.5.0] (2022-08-09)

### Changed
- Change endianness setting type from bool to string

### Fixed
- Support for big endianness

## [1.4.0] (2022-07-21)

### Added
Expand Down Expand Up @@ -83,6 +91,7 @@ Display a hover with following conversions of the pointed hexadecimal value:



[1.5.0]: https://github.com/mateuszchudyk/vscode-hexinspector/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/mateuszchudyk/vscode-hexinspector/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/mateuszchudyk/vscode-hexinspector/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/mateuszchudyk/vscode-hexinspector/compare/v1.1.0...v1.2.0
Expand Down
Binary file modified images/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hexinspector",
"displayName": "HexInspector",
"description": "Provides fast and easy way to peek other forms of a hexadecimal/decimal/binary value",
"version": "1.4.0",
"version": "1.5.0",
"publisher": "mateuszchudyk",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 78059d0

Please sign in to comment.