Releases: pocke/www
Releases · pocke/www
v3.0.1
v3.0.0
v2.0.3
v2.0.2
v2.0.1
Changelog
ad4fa63 Merge pull request #9 from pocke/doc__Use__go_install__instead_of__go_get__to_install__www
0bc6df0 [doc] Use go install
instead of go get
to install www
a57fcfc Merge pull request #7 from unasuke/go_mod
1811c29 Merge pull request #8 from unasuke/no_fail_when_cannot_open_browser
5333652 Update goreleaser install command
272cd3b Use go modules
54b3483 Do not exit if open.Run() fail, just print to stderr
1ad5c28 Merge pull request #6 from potato4d/patch-1
301f470 Add How to install using go get command to README
075b128 Tweak README.md
2a82488 Add an article to the README
v2.0.0
Version 1.0.0
🎉
New Feature
Support configuration file
www
reads ./.www
as a command line option.
--binding option
Add --binding
option
$ www --binding localhost # Default. Allow access from localhost.
$ www --binding 0.0.0.0 # Allow access from all IP.
$ www -b 0.0.0.0 # Short version.
fix cache issue
- FIxed #1
Some feature
-
--port
option - re-open browser command support