Skip to content

Latest commit

 

History

History
111 lines (82 loc) · 4.74 KB

CHANGELOG.md

File metadata and controls

111 lines (82 loc) · 4.74 KB

Changelog

1.7.0 2018-10-08

  • Copy selection in different formats (#41, #43, #47)
  • Add support for multi byte edit (#42, #45, thanks @noam787)
  • Fix exportToFile (#46)
  • Search a HEX string in the file (#48, thanks @jinliming2)

1.6.0 2017-10-29

  • Split code into files
  • Better handling of large files
  • Change maxLineCount to sizeDisplay
  • New icon

1.5.0 2017-10-25

  • Use Open and Save dialog
  • Fix images in documentation

1.4.0 2017-07-02

  • Upgrade to hexy v0.2.10
  • nibbles can now be 8 (#30)
  • Minor stability fix (#29)

1.3.0 2017-04-19

  • Colorize modified bytes (#28)
  • Use enums for nibbles and width

1.2.2 2017-04-12

  • Better support for UNC path (#25)

1.2.1 2017-03-12

  • Make Hexdump button optional
  • Display Hexdump button only on file (#21)
  • Toggle between file and hexdump when possible (#20)

1.2.0 2017-03-06

  • Hover a selection to display as string in the Hex Inspector (#14)
  • 'Search string' command (#19)
  • Prefill 'Show Hexdump' with active file (#20)

1.1.4 2016-11-18

  • Split 'save' and 'export to file'
  • Marked when (modified) in the status bar (#13)

1.1.3 2016-11-17

  • Optional Hex Inspector

1.1.2 2016-11-06

  • Customizable value for size warning and line count (#9)
  • Add icon to title context menu (#10)
  • Command text and changelog update (#11, #12, thanks @david-russo)

1.1.1 2016-10-25

  • Add color to the Hex Inspector
  • Improve support for large files

1.0.1 2016-10-18

  • Fix an issue with syntax colorization

1.0.0 2016-10-10

  • Update if file changes (#2, #3, thanks @camwar11)
  • Switch to hexy.js (#4, thanks @boguscoder)
  • Highlight selection in both hex and ascii sections (#6)
  • More display options (see Configuration) (#5, #7)

0.1.1 2016-08-17

  • Add screenshots to README.md

0.1.0 2016-08-17

  • Hover to display data values
  • Command to toggle between little and big endianness
  • Status bar to indicate current endianness

0.0.2 2016-07-12

  • Edit value under cursor
  • Syntax colorization
  • Commands in context menus
  • Go to address
  • Export to file

0.0.1 2016-06-01

  • Display a specified file in hexadecimal