Skip to content

v1.2

Choose a tag to compare

@fuomag9 fuomag9 released this 18 May 20:53
· 85 commits to develop since this release
Immutable release. Only release title and notes can be modified.
a89017f

Highlights

  • Speed up Caddy multi-arch image builds by cross-compiling Caddy natively, using the Go module proxy, and scoping GitHub Actions caches per image job.
  • Pin Caddy to v2.11.2 to avoid the v2.11.3 client TLS regression.
  • Preserve PEM newlines when importing certificates.
  • Update calendar code for react-day-picker 10 compatibility.
  • Refresh production and development dependencies.
  • Update the Caddy Docker base image from Ubuntu 24.04 to 26.04.

Changes

  • a89017f ci: speed up Caddy multi-arch build
  • f53c4d4 fix: pin Caddy to v2.11.2 to avoid v2.11.3 client TLS regression
  • dd9256b fix: rename Calendar table className to month_grid
  • c4e0f2e fix: rename Calendar initialFocus to autoFocus
  • da4476a fix: preserve PEM newlines when importing certificates
  • 67fbbe5 deps(deps): bump react-day-picker from 9.14.0 to 10.0.0 (#156)
  • ccb497f deps(deps): bump the production-dependencies group with 10 updates (#155)
  • 794df41 deps(deps-dev): bump the development-dependencies group with 4 updates (#154)
  • e7f8ba0 docker: bump ubuntu from 24.04 to 26.04 in /docker/caddy (#153)