Releases: anonymByte-404/base-string-converter
Releases · anonymByte-404/base-string-converter
Release v1.9.1 - Persistent Conversion History
What's New?
In this release, I've added a new feature that allows you to store and access your previous conversions. All your conversion actions are now saved in a JSON file, making it easy to revisit any past conversions. This feature enhances the usability and functionality of the tool, providing a history of your work for future reference.
Key Features:
- Conversion History: All conversions are now tracked and stored in
conversionHistory.json
. - New History Management: A dedicated module,
historyManager.ts
, handles the saving and retrieval of conversion history, ensuring a seamless user experience.
Enjoy the added convenience and improved functionality in this version!
Initial Release v1.7.1 - Core Conversion Features
This is the initial release of the cli-base-string-converter tool, developed by anonymByte-404.
Features:
- Text to Base Conversion: Convert plain text into various base encodings (e.g., Base64, Base32).
- Base to Base Conversion: Convert numbers between different numeral systems (e.g., binary to hexadecimal).
- Base to Text Conversion: Convert numbers from different bases back to plain text.
- Interactive CLI: Easy-to-use command-line interface powered by Inquirer for seamless user experience.
This release introduces the foundational functionality of the tool, allowing for reliable and stable conversion between different numeral systems and base encodings.