- Add pretty-printing on errors instead of just panicking
- Visualize section headers' links to other section headers with arrows
- Fix extra space at the end of main hexdump div
- Show all infotables (little squares with information about segment, section, program header and section header) for currently hovered span, not just the first one. This includes program headers that reference a segment and section headers that reference sections.
- Fix janky layout on chrome due to word wrapping
- Fix needing one-character extra width for main hexdump
- Slightly speedup initial page load
- Fix highlighting segments when highlighting sections inside them, causing ambiguity. This removes highlighting from segments altogether until a better solution will be made.
- Make all relevant numbers (offset, size, etc) have both hexadecimal and decimal representation on hover
- Add settings with configurable arrow opacity
- Add help with color legend
- Add +1 character to main hexdump width in chars so that Chrome-based browsers won't wrap words causing unaligned layout
- Fix badly creating offsets that made large files unusable
- Redraw arrows on browser resize event
- Disallow unwanted size increase of some elements on mobiles
- Fix crates.io not showing readme due to an atypical name
- Initial release