Skip to content

v5.0.0

Compare
Choose a tag to compare
@epoupon epoupon released this 31 Aug 20:39
· 62 commits to master since this release

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 shares
    • fileshelter-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 run v5.0.0
  • configuration has some new options and some options are no longer used

Notes about dependencies:

  • removed dependency to libzip
  • switched from autotools to cmake