Skip to content

Releases: dandeto/Base-64-Extension

Feature Update

28 Jul 17:30
Compare
Choose a tag to compare
  • New Features

    • Replaced the Donate button with a Clear Storage button.
    • Added a confirm dialogue that asks the user whether or not he wants to load in a large file from chrome Storage.
      • Does not activate unless the file is so large that the user will likely experience a performance drop.
    • Added a text input so based on the setting the extension will automatically convert anything put in there to or from B64
  • UI Update

    • Border around the currently selected To Base 64 or From Base 64 buttons

Also I changed the version number to match the Chrome Webstore to avoid confusion. The reason that it is 1.2.1 and not 1.2.0 is because I added a line to the manifest after uploading to the webstore, so I had to increment the version again.

New Features

27 Nov 19:25
Compare
Choose a tag to compare

This release added several changes:

  • Cosmetic
    • Fade to blue on the GitHub and donate buttons
  • Functionality
    • Does not restrict file explorer to open certain file types
    • Allows user to enter their own file type for download
    • Converts to B64 even if the type is not supported
      • Will not have a data string, but the data will be encoded
    • Stores the last input in LocalStorage so the user does not need to re-input when the window closes amid work
      • This will cause some lag onload if the user decides to input a large file

Full Functionality

19 Jan 19:59
Compare
Choose a tag to compare

Stable build with a great set of starting features. There shouldn't be any bugs.

Updates

  • Constrained image display width and height
  • Simplified:
    • display clearing
    • download procedure
  • Added text file support
  • Made code more scaleable

Bug Fixes

Eliminated bug that downloaded file without a file type.