Skip to content

Releases: antsankov/go-live

v1.3.0 HTTPS and Benchmarked

Choose a tag to compare

@antsankov antsankov released this 28 Feb 04:17
  • Added in HTTPS support for auto-generating cert or using your own.
  • Removed external dependency on browser library.
  • Added in benchmarks

Full Changelog: v1.2.1...v1.3.0

v1.2.1 Proper refresh interval

Choose a tag to compare

@antsankov antsankov released this 26 Sep 03:26
  • Proper refresh interval so you don't cause someone's eyes to hurt

v1.2.0 Printer Fixes

Choose a tag to compare

@antsankov antsankov released this 26 Sep 02:37
3776b36
  • Fix bugs with printing uptime.
  • Better version flag
  • Fix bug with connecting and disconnecting internet
  • Speed up printer loop

v1.1.0 Minor Fixes

Choose a tag to compare

@antsankov antsankov released this 10 Jan 23:35
  • Fix atomic increment of counter.
  • Don't open browser on Sudo
  • Fix linting errors.

Compiled with go 1.21

go-live v1.0.0 Release!

Choose a tag to compare

@antsankov antsankov released this 30 Sep 22:56

Introducing go-live!

A fast, portable Go command line utility that serves a file directory over HTTP. Can be used for local web development, production static-site serving, or as a network file host. By default, go-live serves the directory it is executed in.

Compiled binaries for all of the major operating systems. Compiled following the Arch go package guidelines. See Makefile