Skip to content

Releases: beavailable/share

2024.08.27

27 Aug 07:30
Compare
Choose a tag to compare

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

23 Apr 12:56
Compare
Choose a tag to compare

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

01 Mar 05:55
Compare
Choose a tag to compare

Rebuild with Python 3.11.7.
Add charset=utf-8 to Content-Type header for text files.

2024.01.14

14 Jan 11:47
Compare
Choose a tag to compare

Rebuild with Python 3.11.7.
Allow Creating folders while uploading files with POST method.
Send error responses correctly.
Minor improvements.

2024.01.02

02 Jan 10:54
Compare
Choose a tag to compare

Rebuild with Python 3.11.7.
Enable dragging effect only when dragging files.
Fix a filename comparison bug.
Minor improvements.

2023.12.15

15 Dec 10:58
Compare
Choose a tag to compare

Rebuild with Python 3.11.7.
Open files in a full page instead of an iframe.

2023.06.30

30 Jun 03:51
Compare
Choose a tag to compare

Rebuild with Python 3.11.4.
Better sorting for filenames that contain a number starting with 0.
Change some paddings.

2023.04.03

03 Apr 03:25
Compare
Choose a tag to compare

Rebuild with Python 3.10.10.
Fix #3.

2022.10.19

19 Oct 00:09
Compare
Choose a tag to compare

Prevent directory traversal attacks.

2022.10.05

05 Oct 04:45
Compare
Choose a tag to compare

Prevent directory traversal attacks.