From b72bc5d43de17257f5f91c38dcab19e5a0960b16 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Sat, 26 Jul 2025 22:17:47 -0700 Subject: [PATCH] add release banner --- src/pages/index.astro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/index.astro b/src/pages/index.astro index 99dd8c9..e76768f 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -9,6 +9,9 @@ const defaultVersion = (await getVersionsData()).default; const title = "Quickshell"; --- + + Quickshell 0.2.0 has been released! | 2025-07-26 +
Quickshell