Skip to content

Releases: pipejakob/godot_web

v0.2.0

04 Mar 23:55
Compare
Choose a tag to compare

New features

  • Option to enable external traffic
    • Specifying --external will start the server listening to all traffic, rather than only binding to localhost. This will also enable TLS and generate a self-signed certificate, but you can use your own certificate via --tls-cert <FILE> and --tls-key <FILE>.
  • Override content directory
    • Instead of the default behavior of using the current working directory, you can serve content from another directory by specifying it as the last argument: godot_web [OPTIONS] [DIR]

v0.1.0

03 Mar 23:24
Compare
Choose a tag to compare

First public release.