Releases: patrickhener/goshs
v0.4.2
v0.4.1
Changelog
I implemented a feature that lets you use a CA for certificate based authentication instead or in combination with basic authentication.
v0.4.0
Changelog
Did a big makeover and created a separate documentation page at https://goshs.de.
Features
- Now you can use a p12 file for TLS
- Several minor bugfixes
- Design makeover with new logo and favicon
v0.3.9
Changelog
I implemented a feature where you can provide files at compile time and they get shipped with the binary. So every time you run goshs
now you have access to that files regardless of the location you are running it from.
Use -e
to show the embedded files in the UI and use the folder embedded
and the Makefile to embed files. Also see the README for a detailed description.
v0.3.8
Changelog
Thanks again VillaRoot for reviewing the tool and publishing a video about it (https://www.youtube.com/watch?v=DngypsuOAXE). I released a new version with your feedback in focus.
Features
There are two new features. You can now use Let's Encrypt to obtain a valid certificate when starting goshs. Use -s -sl -sle [email protected] -sld your.domain.com
. For further instructions check README.md.
Also the Dropzone Upload gadget will now just start to upload a file if you drag it to the zone or if you select it from the file open dialog.
v0.3.7
Changelog
Some community files are added like SECURITY.md, CONTRIBUTING.md and such. Also updated the goreleaser action to not use deprecated requirements anymore. Also updated the releaser to use go v1.21 instead of go v1.19.
v0.3.6
Changelog
With this release I introduce copy to clipboard and file delete capabilities. Also minor fixes are included.
Improvements
- Copy to local clipboard for shared app clipboard
- Delete files individually or in bulk mode
Attribution
Thanks @marduc812 and @aWZHY0yQH81uOYvH for contributing to this release.
v0.3.5
v0.3.4
Changelog
With this release I introduce cli mode
. This new feature lets you run commands on the host running goshs
.
Improvements
- Templates are now more modular