Releases: beavailable/share
2024.09.30
Rebuild with Python 3.11.9.
Remove .tar
, .tzst
and .zst
url extensions.
Allow archiving root directory.
Show the user which client the text is sent from.
Fix a bug that could cause archiving a hidden file even without -a
option.
Add -q
option.
2024.08.27
Rebuild with Python 3.11.9.
Remove the item
field for folders, because it can be inaccurate due to HTTP cache.
Use application/octet-stream
as content type for unknown type of files.
Add -z
option.
Some minor improvements.
2024.04.23
Rebuild with Python 3.11.7.
Support .tar
instead of .zip
url extension for folders.
Support .tar.zst
and .tzst
url extensions for folders, .zst
url extension for files.
Support cache and zstd compression for HTTP responses.
Support dark theme.
Remove code that unnecessarily keeping some disk space.
Add Remember device
option.
Some minor improvements.
2024.03.01
Rebuild with Python 3.11.7.
Add charset=utf-8
to Content-Type
header for text files.
2024.01.14
Rebuild with Python 3.11.7.
Allow Creating folders while uploading files with POST method.
Send error responses correctly.
Minor improvements.
2024.01.02
Rebuild with Python 3.11.7.
Enable dragging effect only when dragging files.
Fix a filename comparison bug.
Minor improvements.
2023.12.15
Rebuild with Python 3.11.7.
Open files in a full page instead of an iframe.
2023.06.30
Rebuild with Python 3.11.4.
Better sorting for filenames that contain a number starting with 0.
Change some paddings.
2023.04.03
Rebuild with Python 3.10.10.
Fix #3.
2022.10.19
Prevent directory traversal attacks.