Skip to content

Releases: slaveofcode/hansip

v0.1.5

Choose a tag to compare

@slaveofcode slaveofcode released this 24 Oct 15:17
  • Removed unused function that previously used for a test

v0.1.4

Choose a tag to compare

@slaveofcode slaveofcode released this 23 Oct 15:51
  • Handle sqlite lock serialization

v0.1.3

Choose a tag to compare

@slaveofcode slaveofcode released this 23 Oct 15:16
  • Fixed error S3 when using filesystem mode
  • Updated config.yaml example for upload & bundle directory

v0.1.2

Choose a tag to compare

@slaveofcode slaveofcode released this 23 Oct 13:10
  • Fixed error UserId parsing when upload files

v0.1.1

Choose a tag to compare

@slaveofcode slaveofcode released this 23 Oct 10:53
  • Fixed incompatible ILIKE query when using SQLite3 as DB (#5)

v0.1.0

Choose a tag to compare

@slaveofcode slaveofcode released this 22 Oct 20:27
  • 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

Choose a tag to compare

@slaveofcode slaveofcode released this 18 Sep 12:31
  • 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