Skip to content

Releases: ihexxa/quickshare

0.4.6

19 Sep 02:54
Compare
Choose a tag to compare
  • fix(fs): fd is not closed after deleting & renaming

0.4.5

17 Sep 15:15
Compare
Choose a tag to compare
  • support predefined users (also fix "demo" user is not found after Heroku suspending the docker)
  • refine readme

0.4.4

17 Sep 07:37
Compare
Choose a tag to compare
0.4.4 Pre-release
Pre-release
  • add Heroku demo
  • add binary publishing workflow

0.4.3

16 Sep 14:03
Compare
Choose a tag to compare

Fix issues:

  • panics caused by closing file descriptor incorrectly
  • js bundle files are not copied to static file in the building

0.4.2

15 Sep 14:46
Compare
Choose a tag to compare
0.4.2 Pre-release
Pre-release

This is a hot-fix version:

  • js resource are not copied to static directory correctly.
  • fd closing issues

0.4.1

14 Sep 08:40
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release
  • fix issues in the cicd
  • add heroku cd
  • support heroku deployment, get port from PORT env
  • add favicon
  • small fixes

0.4.0

13 Sep 09:54
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
  • New UI
  • Support SHA1
  • Support new Uploader
  • Fixes and enhancements

0.3.9

21 May 07:24
047e3a8
Compare
Choose a tag to compare
0.3.9 Pre-release
Pre-release
  • fix(client/web): remove css loader (#57)

0.3.8

20 May 08:16
10c13f5
Compare
Choose a tag to compare
0.3.8 Pre-release
Pre-release

[files] auto rename file if there is a duplicated one (#56)
chore(deps): bump postcss from 7.0.16 to 8.2.15 in /src/client/web (#55)
[client/web] upgrade css-loader (#54)
test(e2e): test uploading randomly (#53)
chore(deps): bump lodash from 4.17.20 to 4.17.21 in /src/client/web (#52)
chore(deps): bump hosted-git-info from 2.7.1 to 2.8.9 in /src/client/web (#51)
chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (#50)
chore(deps): bump lodash from 4.17.20 to 4.17.21 (#49)

0.3.7

29 Apr 05:37
79f0473
Compare
Choose a tag to compare
0.3.7 Pre-release
Pre-release
  • chore(deps): bump ssri from 6.0.1 to 6.0.2 in /src/client/web (#48)
  • chore(deps): bump ssri from 6.0.1 to 6.0.2 (#47)
  • chore(deps): bump y18n from 4.0.0 to 4.0.1 in /src/client/web (#44)
  • fix(server/files): fix Content-Disposition is not set (#46)
  • Fix append (#43)
    • fix(fs/local): remove O_APPEND for write_at
    • fix(files): clean download api
    • chore(workflows): add manual dispatch for docker
    • test(files): close fd in the progress of uploading
  • feat(log): tee logs to file and stdout (#42)
  • chore(docs): fix a mistake in readme (#41)
  • chore(cicd): add docker workflow and refine READMEs (#40)