New features
Hex frequencies
- Similar to word and character frequencies this gives an overview of hex distribution, noting some common and unique multiple groupings. Useful for when you're attempting to spot patterns in code. Supports the standard rage of delimiters
Improvements
- Improved grid generation on frequencies, keeping results constrained to their columns and preventing breakouts/overlaps
- Added support for the Tab character in word frequencies
Behind the scenes changes
This is a list of more technical and non-front-facing changes made to the site
Bug fixes
- Fixed potential issues with hex validation, by trimming beginning and end whitespace
- Fixed tabindex on character frequencies, allowing keyboard navigation through results