0.2.0
Pre-release
Pre-release
This release is about the web interface, which is available at the specified port (see -port
option). The web interface shows the recent snapshot and lets you install updates from Github. This fixes the long standing issue #16
Running hkcam
locally is now done with the command task hkcam
. (task
=> https://taskfile.dev/#/)
This command sets the port of the web ui to 8080
. You can specify a different port like this: PORT=8081 task hkcam
.
I've also change the format of the tags from v#.#.#
to #.#.#
. That's because the Go library to install updates doesn't support the old format.