Skip to content

Releases: hakanai/hex-components

Hex Components 0.8

22 Apr 09:59
Compare
Choose a tag to compare

Fixes for potential NPEs and updates of library dependencies.

(0.7 did get released but apparently the tag hasn't been pushed up. The binaries are on Maven.)

Hex Components 0.6

24 Jun 09:33
Compare
Choose a tag to compare

This release comprises bugfixes, cosmetic improvements and a slight API change for Annotation.

Hex Components 0.5

01 May 02:27
Compare
Choose a tag to compare

This release of Hex Components adds support for numerous new interpreters for different types of value, with particular focus on floating point values and dates.

Accessory components have also been added as a convenient way to see values.

Various rendering improvements were also made, including getting all colours from the UI defaults (or deriving them from the defaults.) This improves the look a lot when the user is using an unconventional colour scheme.

For more details, check out the full change log.

Hex Components 0.4, the "large binary" update

01 Dec 11:18
Compare
Choose a tag to compare

This release of Hex Components adds support for large binaries (>= 2GiB) by way of adding a scroll bar into the HexViewer component itself. If you were previously wrapping it in a JScrollPane, you should remove that.

Keyboard shortcuts have been fleshed out significantly, particularly for Mac OS X.

Minor rendering improvements have also been made throughout, including a new mechanism where client code can decide how to draw annotations.

The required Java level for the component is now version 7.

For more details, check out the full change log.