Releases: patrickhener/goshs
v0.3.2
Changelog
This release does introduce a security feature
Enhancements
- In Linux/MacOS you can now drop the privileges of the process
- Verbose mode now logs Authorization header if present
v0.3.1
Changelog
This release adds colored logging and merges 2 requests from aWZHY0yQH81uOYvH
. Thanks again for contributing. Now empty username for basic auth is allowed and also some minor fixes will prevent from 404 errors with static content.
v0.3.0
v0.2.0
v0.1.9
Changelog
I did change a thing so big files should now download fine. Also added -V/--verbose
which will add the user agent to the log statement on console.
v0.1.8
v0.1.7
Update
Added 2 new "features" (see changelog) and fixed issues.
Issues fixed
Changelog
v0.1.6
Update
I fixed a bug when using goshs with older IE instances. Also started to use code analysis by github. An issues was fixed where encoding of clipboard content broke the actual content.
Changelog
cba8525 Create codeql-analysis.yml
b1d4f83 Merge branch 'main' of github.com:patrickhener/goshs
430a483 changed arrow functions to default function call to support Dropzone on older IE Intances
52cb396 fix issue #17
1bb4b44 general linting
e934035 new version 0.1.6
0a62fe0 remove unwanted file
v0.1.5
v0.1.4
Update
This release adds the read only and upload only mode as well as the possibility to choose an own username when using basic auth. Also there are minor code fixes
Changelog
b28b7c2 added read only and upload only mode, also made basic auth so one can use custom user and password
05d2e11 fixed webdav logging
7be853c fixed webdav logging again
e4b566b modified fileserver package to provide webdav instead of duplicating it
1e4ebfc quick modification to omit logging basic auth 2 times