All Versions
3
Latest Version
Avg Release Cycle
42 days
Latest Release
1931 days ago
Changelog History
Changelog History
-
v0.3.0 Changes
January 16, 2020โ 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
-
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