Skip to content

Releases: pocke/www

v3.0.1

03 Jun 07:00
c9d1c11
Compare
Choose a tag to compare

Changelog

v3.0.0

25 Feb 11:02
0eddfd9
Compare
Choose a tag to compare

Changelog

  • 0eddfd9 Merge pull request #13 from unasuke/https
  • 9de7721 Update README.md
  • 8b16cc7 If "-v" passed, return early
  • bfb72f7 Simplify https or not condition
  • 599a7da Extract handler function
  • 3081315 Check cert and key both specify or not
  • 0e40c00 Serve content by https with cert and key

v2.0.3

12 Feb 07:23
32909fc
Compare
Choose a tag to compare

Changelog

  • 32909fc Merge pull request #12 from unasuke/ioutil-deprecated
  • cff5033 Merge pull request #10 from unasuke/windows
  • f8ff92c Tweak indent
  • 19c4c4c Set build target architectures
  • e1a2023 ioutil.ReadFile is deprecated
  • 5351403 Add windows to build target

v2.0.2

22 Aug 08:01
9570475
Compare
Choose a tag to compare

Changelog

v2.0.1

02 Oct 06:26
ad4fa63
Compare
Choose a tag to compare

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

08 Jan 14:39
d3eb37d
Compare
Choose a tag to compare

Changelog

d3eb37d Add --version option
8b56425 Remove Re-opener feature
76c8d1f Add --no-browser option


Automated with GoReleaser
Built with go version go1.9.2 linux/amd64

Version 1.0.0

22 Jul 08:16
Compare
Choose a tag to compare

🎉

New Feature

Support configuration file

www reads ./.www as a command line option.

--binding option

09 Apr 14:19
Compare
Choose a tag to compare

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

25 Jan 08:45
Compare
Choose a tag to compare

Some feature

23 Jan 04:49
Compare
Choose a tag to compare
  • --port option
  • re-open browser command support