docs(release): note a11y improvements in v0.22.2

This commit is contained in:
npeter83 2026-07-04 19:13:35 +02:00
parent 35c3d0f2cb
commit e612e09c4e

View file

@ -17,9 +17,10 @@ export const RELEASE_NOTES: ReleaseEntry[] = [
{ {
version: "0.22.2", version: "0.22.2",
date: "2026-07-04", date: "2026-07-04",
summary: "A faster, tidier sign-in page.", summary: "A faster sign-in page and better accessibility across the app.",
fixes: [ fixes: [
"The landing page loads much faster — its preview screenshots are now served in a modern, far smaller image format, and static assets are cached so repeat visits are near-instant.", "The landing page loads much faster — its preview screenshots are now served in a modern, far smaller image format, and static assets are cached so repeat visits are near-instant.",
"Accessibility: toggles, colour swatches, sort menus and settings inputs now carry proper labels for screen readers and voice control, across every section of the app.",
], ],
chores: [ chores: [
"Search-engine metadata (page description, robots.txt) and a cleaner console on the public page.", "Search-engine metadata (page description, robots.txt) and a cleaner console on the public page.",