Skip to content

Releases: raftario/filite

filite 0.3.0

16 Jan 07:35
Compare
Choose a tag to compare

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

filite 0.2.0

28 Oct 15:17
Compare
Choose a tag to compare

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

filite 0.1.0

25 Oct 20:08
Compare
Choose a tag to compare

Added

  • Initial release

Notes

  • Provided binaries are for x64 only