Skip to content

Commit 78059d0

Browse files
committed
Update version, CHANGELOG.md and screenshot
1 parent 0c5e25f commit 78059d0

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [1.5.0] (2022-08-09)
4+
5+
### Changed
6+
- Change endianness setting type from bool to string
7+
8+
### Fixed
9+
- Support for big endianness
10+
311
## [1.4.0] (2022-07-21)
412

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

8492

8593

94+
[1.5.0]: https://github.com/mateuszchudyk/vscode-hexinspector/compare/v1.4.0...v1.5.0
8695
[1.4.0]: https://github.com/mateuszchudyk/vscode-hexinspector/compare/v1.3.0...v1.4.0
8796
[1.3.0]: https://github.com/mateuszchudyk/vscode-hexinspector/compare/v1.2.0...v1.3.0
8897
[1.2.0]: https://github.com/mateuszchudyk/vscode-hexinspector/compare/v1.1.0...v1.2.0

images/screenshot.png

11.3 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "hexinspector",
33
"displayName": "HexInspector",
44
"description": "Provides fast and easy way to peek other forms of a hexadecimal/decimal/binary value",
5-
"version": "1.4.0",
5+
"version": "1.5.0",
66
"publisher": "mateuszchudyk",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)