Releases: eliandoran/toolkit
Releases · eliandoran/toolkit
v0.10: Slight improvements
- Better mobile layout (still not perfect)
- New tool: Base converter (binary, octal, decimal, hexadecimal)
Known issues:
- Due to some changes for mobile, some sections are no longer fully scrollable on desktop.
v0.9: First public release
Basic support for the following tools:
- Text tools:
- Line operations: sort (ascending, descending), shuffle, reverse, deduplicate
- Whitespace removal: trim lines, remove trailing whitespace, remove blank lines
- Case convert: upper case, lower case.
- Split & join
- Text hash: MD5, SHA1, SHA256, SHA384, SHA512
- ANSI text viewer
- HTML to Markdown converter
- Calculators:
- Percentage
- Bitwise operations
- Unix timestamp
- JSON:
- JSON formatter
- JSON to YAML
- JSON schema validator
- Encode/decode:
- Base64
- URL Encode
- HTML Entity
- String escape
- PHP serialization
- Morse code
- JavaScript keycode helper
Limitations:
- Mobile support is not yet there. It will work, but it will be slightly difficult to use.