filite v0.3.0 Release Notes
Release Date: 2020-01-16 // over 5 years ago-
โ Added
- ๐ Syntax highlighting support for texts
POST
routes for creating entriesfilite 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