stargate/CHANGELOG.md
Dustin Thomas 399235aeff
Some checks failed
/ build (push) Failing after 18s
/ trivy (push) Has been skipped
Release v0.1.4
2026-01-30 12:47:23 -06:00

899 B

Changelog

Unreleased Changes

v0.1.4 (2026-01-30)

  • Update dependencies
    • regex from 1.11.11.12.2
    • tokio from 1.45.11.49.0
    • log from 0.4.270.4.29
    • tera from 1.20.01.20.1
  • [docker] Update base image to Alpine 3.23.
  • [docker] Images now have security scanning on build using Trivy.
  • Add support for hiding individual routes from route list.
  • Add command-line flag and environment variable for specifying the config file path.

v0.1.3 (2025-09-09)

  • Add support for having an array of paths match a single endpoint.

v0.1.2 (2025-09-05)

  • Allow for using slashes in paths.
  • Improve error handling slightly.
  • [rich] Tweak styles and add viewport scaling.

v0.1.1 (2025-08-22)

  • [rich] Fix docker image missing templates
  • [rich] Add light mode to routes and error pages

v0.1.0 (2025-08-22)

  • Initial release.