Skip to content

Releases: xubylele/base64-converter

Release 2.0.0 - 2024-11-06

06 Nov 17:11
89eeb49
Compare
Choose a tag to compare

🌟 New Features

  • File to Base64 Conversion:
    • Added functionality to convert a file to a Base64 string.
    • Users can now select a file from the file system and convert it to a Base64 string.
    • The Base64 string is displayed in the UI for easy access and copying.
    • The Base64 string will be automatically copied to the clipboard for convenience.

🔧 Improvements

  • Enhanced user experience by providing a two-way conversion between files and Base64 strings.
  • Improved UI feedback for file selection and conversion.

What's Next?

  • Implement a drag-and-drop feature for file selection.
  • Implement UI improvements for better user experience.
  • Add support for multiple file selection and conversion.

Release 1.2.0 - 2024-10-10

11 Oct 01:42
Compare
Choose a tag to compare

What’s new:

🌟 New Features:

  • Success Message & Input Reset:
    • We've added a success message that is displayed when the Base64 conversion is successfully completed.
    • The Base64 input field is now automatically cleared after a successful conversion, improving the user experience.

🔧 Improvements:

  • Enhanced the user interface by providing direct feedback on successful file conversions.
  • Cleaned up the input field to ensure a smoother workflow during multiple conversions.

What's Next:

  • More user interface enhancements are coming soon!
  • Stay tuned for further integration with more file types and functionalities.

Release 1.1.0 - 2024-10-10

11 Oct 01:01
Compare
Choose a tag to compare

What’s new:

🌟 New Features:

  • Side Panel Integration:
    • We’ve added a new panel in the activity bar! This panel is ready to host future UI elements that will allow users to interact with the Base64 conversion process visually.
    • While there’s no UI functionality yet, the foundation for a full graphical interface has been laid.

🔧 Improvements:

  • This release prepares the extension for upcoming improvements focused on enhancing user experience through a visual interface.

Stay tuned for future updates where we’ll be introducing exciting UI features for Base64 conversion!

1.0.1

10 Oct 01:46
Compare
Choose a tag to compare

Release Notes

[1.0.1] - 2024-10-09

This is a minor update that improves the documentation for the Base64 Converter extension.

Changes:

  • README.md has been updated with detailed instructions for installation and usage.

[1.0.0] - 2024-10-09

This is the initial release of the Base64 Converter extension for Visual Studio Code.

Features:

  • Added functionality to convert a Base64 string to a file and save it to the filesystem.
  • Users can select the file extension from a predefined list or input a custom extension.