From 2aa5b8b68d2f38fe487e86c9dbbd688201b14c7d Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Tue, 11 Nov 2025 21:26:15 +0100 Subject: [PATCH] changelog: add entry for templates redesign --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15467f79..04a16156 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,19 @@ ## Next +### Web registration templates redesign + +The OIDC callback and device registration web pages have been updated to use the +Material for MkDocs design system from the official documentation. The templates +now use consistent typography, spacing, and colours across all registration +flows. External links are properly secured with noreferrer/noopener attributes. + ### Changes - Add NixOS module in repository for faster iteration [#2857](https://github.com/juanfont/headscale/pull/2857) - Add favicon to webpages [#2858](https://github.com/juanfont/headscale/pull/2858) - Reclaim IPs from the IP allocator when nodes are deleted [#2831](https://github.com/juanfont/headscale/pull/2831) +- Redesign OIDC callback and registration web templates [#2832](https://github.com/juanfont/headscale/pull/2832) ## 0.27.1 (2025-11-11)