Skip to content

Releases: slaveofcode/hansip

v0.1.5

24 Oct 15:17

Choose a tag to compare

  • Removed unused function that previously used for a test

v0.1.4

23 Oct 15:51

Choose a tag to compare

  • Handle sqlite lock serialization

v0.1.3

23 Oct 15:16

Choose a tag to compare

  • Fixed error S3 when using filesystem mode
  • Updated config.yaml example for upload & bundle directory

v0.1.2

23 Oct 13:10

Choose a tag to compare

  • Fixed error UserId parsing when upload files

v0.1.1

23 Oct 10:53

Choose a tag to compare

  • Fixed incompatible ILIKE query when using SQLite3 as DB (#5)

v0.1.0

22 Oct 20:27

Choose a tag to compare

  • Support multiple config path location
    • ./config.yaml (current working directory)
    • $HOME/.hansip/config.yaml (current user)
    • /etc/hansip (system wide)
  • Support AWS S3 storage
  • Support SQLite3 by default, and using WAL mode

v0.1.0-alpha

18 Sep 12:31

Choose a tag to compare

  • Share file and get the shortened URL for sharing
  • File encryption support using age-encryption
  • Share to specific user
  • ZIP password
  • Download page with password protection