Releases: epoupon/fileshelter
Releases · epoupon/fileshelter
v6.2.0
v6.1.0
v6.0.0
Updates
- Merged command line tools to an unified
fileshelter-cmd
tool (and added ability to destroy shared) - Added edit/download URL as helper when deploy URL is provided in the command line tool #79
- switched from custom code to libarchive (better compatibility for generated zip)
- UI: Upgraded from bootstrap 3 to 5
v5.1.2
v5.1.1
v5.1.0
v5.0.1
v5.0.0
Updates
- now implements a file drop (files can be added/removed while creating the share)
- zip files are now created dynamically during download (this significantly reduces time to produce large shares)
- removed upload download limit (please fill in an issue if you really need this back)
- added two command line tools:
fileshelter-list
: list all available sharesfileshelter-create
: create shares using local file (files are served using the path provided, no copy/move is performed)
Notes about migration:
- previous shares will be lost! You will have to manually delete the
/var/fileshelter
directory to runv5.0.0
- configuration has some new options and some options are no longer used
Notes about dependencies:
- removed dependency to
libzip
- switched from
autotools
tocmake