Skip to content

Releases: facelessuser/HexViewer

ST3 2.7.0

15 Feb 02:17
a63aed6
Compare
Choose a tag to compare

2.7.0

  • NEW: HexViewer no longer triggers on files with extension hex. Instead it uses a custom extension hxv.
  • NEW: Add new timestamp output in the hex inspector.
  • NEW: Only use sublime-syntax files to highlight HexViewer related syntaxes.

ST3 2.6.4

17 Jan 05:41
af42cd3
Compare
Choose a tag to compare

HexViewer 2.6.4

  • FIX: Fix issue with with selecting the correct hex byte when a character in the ASCII column is selected on the last row.

ST3 2.6.3

20 Nov 01:54
Compare
Choose a tag to compare

HexViewer 2.6.3

  • FIX: Fix change log auto-linking issue.

ST3 2.6.2

20 Nov 00:18
Compare
Choose a tag to compare

HexViewer 2.6.2

  • FIX: Log rendering.

ST3 2.6.1

19 Nov 23:24
Compare
Choose a tag to compare

HexViewer 2.6.1

  • FIX: Update dependencies.

ST3 2.6.0

10 Sep 15:56
Compare
Choose a tag to compare

HexViewer 2.6.0

Sep 10, 2017

  • NEW: Can now toggle image files to hex view, but still cannot auto detect them on open.
  • FIX: Misspelling of the setting inspector_float_format. Update your settings accordingly.

ST3 2.5.0

27 May 14:32
Compare
Choose a tag to compare

HexViewer 2.5.0

Released May 27, 2017

  • NEW: Popup support limited to 3124+

ST3 2.4.0

31 Jan 03:06
Compare
Choose a tag to compare

HexViewer 2.4.0

Released Jan 30, 2017

  • NEW: New support commands.
  • FIX: Fixed race condition.

ST3 2.3.0

25 May 05:45
Compare
Choose a tag to compare

HexViewer 2.3.0

New

  • Option to use uppercase hex characters (see settings file).
  • Hopefully more clear error messages.

ST3 2.2.0

26 Apr 02:20
Compare
Choose a tag to compare

HexViewer 2.2.0

New

  • Rename "Find by Address" to "Go to Offset".
  • Add option to allow HexViewer to prompt user if file too big.
  • Add manual reload command.
  • Close inspector on file close.

Fixes

  • Fix parameter name in edit command.