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.
[]https://github.com/user-attachments/assets/f57e1087-6727-47e7-b012-bd01f8f8ceb5
Changes
- Improved grid generation on frequencies, keeping results constrained to their columns and preventing breakouts/overlaps
- Added support for the Tab character in word frequences
Bug fixes
- Fixed tabindex on character frequencies, allowing keyboard navigation through results
- Fixed potential issues with hex validation, by trimming beginning and end whitespace