Skip to content

Latest commit

 

History

History
64 lines (38 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

64 lines (38 loc) · 1.51 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Renderer for terminal output and corresponding terminal subcommand

0.4.0 - 2023-11-10

Added

  • Support CSS styling of rendered content
  • version subcommand

0.3.1 - 2023-11-09

Added

  • Subcommand functionality
  • --host option

Fixed

  • Re-add stop subcommand
  • Cancel server context on server error

0.3.0 - 2023-11-08

Changed

  • Refactor project into server and cmd packages
  • Replace goreleaser with justfile and scripts
  • Require POST method for /shutdown endpoint

0.2.0 - 2023-03-12

Added

  • Enable stopping server using cli flag

0.1.1 - 2023-02-27

Fixed

  • File server now uses embedded static assets

0.1.0 - 2023-02-26

Initial version, providing a working proof-of-concept.