add 0.3.0 banner

This commit is contained in:
outfoxxed 2026-05-04 02:05:25 -07:00
parent 277b5a9fcc
commit 9c0ec928e6
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 8 additions and 4 deletions

View file

@ -14,9 +14,9 @@ const title = "Quickshell";
description="A fully user customizable desktop shell"
image="/quickshell.png"
>
<!--<a class="main-page-banner" href="/changelog">
Quickshell 0.2.1 has been released! | 2025-10-11
</a>-->
<a class="main-page-banner" href="https://outfoxxed.me/blog/quickshell-0-3">
Quickshell 0.3.0 has been released! | 2026-05-04
</a>
<div class="main-page_hero" data-pagefind-ignore>
<div class="titlebox">
<img src="/favicon.svg" alt="Quickshell">

View file

@ -1,10 +1,14 @@
{
"default": "v0.2.0",
"default": "v0.3.0",
"versions": [
{
"name": "master",
"types": "./modules"
},
{
"name": "v0.3.0",
"types": "./modules"
},
{
"name": "v0.2.0",
"types": "./modules"