All Versions
3
Latest Version
Avg Release Cycle
42 days
Latest Release
1561 days ago

Changelog History

  • v0.3.0 Changes

    January 16, 2020

    โž• Added

    • ๐Ÿ‘ Syntax highlighting support for texts
    • POST routes for creating entries
    • filite init command to init or reset the config and password

    ๐Ÿ”„ Changed

    • ๐Ÿ’ป Completely revamped web UI
    • Hidden password input
    • Switch to multipart/form-data for file uploads
    • std::future conversion
    • Switch to BLAKE3 keyed hash for auth (still not secure but a faster)
    • Internal code changes to make it easier to understand and maintain
    • Proper deletion of files

    Notes

    • Provided binaries are for x64 only
    • Password resets will now be required between versions due to keyed hash
  • v0.2.0 Changes

    October 28, 2019

    โž• Added

    • Password and config are automatically generated if missing (@steven-joruk)
    • Authentication is disabled if the password is left blank (@steven-joruk)

    ๐Ÿ”„ Changed

    • Appropriate directories are now used to store config and data (@steven-joruk)
    • Random URL generation now works with virtual keyboards
    • URLs are copied to the clipboard instead of being opened in a new tab
    • X-axis overflow is not displayed anymore

    Notes

    • Provided binaries are for x64 only
  • v0.1.0 Changes

    October 25, 2019

    โž• Added

    • ๐ŸŽ‰ Initial release

    Notes

    • Provided binaries are for x64 only