filite v0.3.0 Release Notes

Release Date: 2020-01-16 // over 4 years ago
  • โž• 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

Previous changes from v0.2.0

  • โž• 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