c.stupid.cat/changelog/index.html

167 lines
7.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Clove Twilight - Changelog</title>
<link rel="stylesheet" href="/css/style.css">
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg">
<!-- SEO Meta Tags -->
<meta name="description" content="Changelog for clove.is-a.dev" />
<meta name="keywords" content="Clove Twilight, Portfolio, Personal, Developer" />
<meta name="author" content="doughmination" />
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
<!-- Canonical URL -->
<link rel="canonical" href="https://clove.is-a.dev/changelog" />
<!-- Alternate for mobile -->
<link rel="alternate" media="only screen and (max-width: 640px)" href="https://clove.is-a.dev/changelog" />
<!-- Theme Color -->
<meta name="theme-color" content="#f5c2e7" />
<!-- Open Graph / Discord / Facebook -->
<meta property="og:image" content="https://clove.is-a.dev/images/favicon.png" />
<meta property="og:site_name" content="clove.is-a.dev" />
<meta property="og:title" content="Clove Twilight | Changelog" />
<meta property="og:description" content="Changelog for Clove Twilight" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://clove.is-a.dev/changelog" />
<meta property="og:locale" content="en_GB" />
<!-- Twitter Card -->
<meta name="twitter:image" content="https://clove.is-a.dev/images/favicon.png" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Clove Twilight | Changelog" />
<meta name="twitter:description" content="Changelog for Clove Twilight" />
</head>
<body>
<header class="nav">
<nav class="nav-links">
<a class="nav-link" data-href="/"><- Homepage</a>
<a class="nav-link selected" data-href="/changelog">Changelog</a>
</nav>
</header>
<a class="now-playing" id="now-playing" target="_blank" rel="noopener" hidden>
<img class="np-art" alt="" referrerpolicy="no-referrer">
<span class="np-bars" aria-hidden="true"><i></i><i></i><i></i><i></i></span>
<span class="np-text">
<span class="np-label">Now playing</span>
<span class="np-track"></span>
<span class="np-artist"></span>
</span>
</a>
<a class="version-tag" data-href="/changelog" title="Changelog">v1.4.0</a>
<main class="hub">
<header class="hub-header">
<h1>Changelog</h1>
<p class="tagline">What's new on clove.is-a.dev</p>
</header>
<section class="changelog" aria-label="Update history">
<article class="release">
<header class="release-head">
<span class="release-version">v1.4.0</span>
<time class="release-date">2026-05-30</time>
</header>
<ul class="release-notes">
<li><span class="tag tag-add">Added</span> "Now Playing" widget pulling my latest Last.fm scrobble
</li>
<li><span class="tag tag-add">Added</span> Secret Cat Modes — click the cat to unlock new looks</li>
<li><span class="tag tag-add">Added</span> this changelog + version tag</li>
<li><span class="tag tag-change">Changed</span> bottom-left page nav with smooth cross-fade
transitions</li>
</ul>
</article>
<article class="release">
<header class="release-head">
<span class="release-version">v1.3.0</span>
<time class="release-date">2026-05-29</time>
</header>
<ul class="release-notes">
<li><span class="tag tag-add">Added</span> Tech Stack page with palette-themed badges</li>
<li><span class="tag tag-change">Changed</span> restructured the project into css/ js/ images/</li>
</ul>
</article>
<article class="release">
<header class="release-head">
<span class="release-version">v1.2.0</span>
<time class="release-date">2026-05-29</time>
</header>
<ul class="release-notes">
<li><span class="tag tag-add">Added</span> profile picture to the header</li>
<li><span class="tag tag-add">Added</span> estrogen-molecule background watermark</li>
<li><span class="tag tag-change">Changed</span> moved the system badges into the corner</li>
</ul>
</article>
<article class="release">
<header class="release-head">
<span class="release-version">v1.1.0</span>
<time class="release-date">2026-05-29</time>
</header>
<ul class="release-notes">
<li><span class="tag tag-add">Added</span> custom domain: clove.is-a.dev</li>
<li><span class="tag tag-add">Added</span> git.gay to the links</li>
</ul>
</article>
<article class="release">
<header class="release-head">
<span class="release-version">v1.0.0</span>
<time class="release-date">2026-05-29</time>
</header>
<ul class="release-notes">
<li><span class="tag tag-add">Added</span> rebuilt the site as a link hub (icon grid, Catppuccin
theme)</li>
<li><span class="tag tag-add">Added</span> oneko cat + cosmetic system badges</li>
</ul>
</article>
<article class="release">
<header class="release-head">
<span class="release-version">v0.1.0</span>
<time class="release-date">2026-02-16</time>
</header>
<ul class="release-notes">
<li><span class="tag tag-add">Added</span> initial site — a simple redirect page</li>
</ul>
</article>
</section>
</main>
<aside class="badges" aria-label="System badges">
<span class="badge">
<img class="badge-icon" src="/images/amd.svg" alt="">
AMD Purist
</span>
<span class="badge">
<img class="badge-icon" src="/images/arch.svg" alt="">
I use arch btw
</span>
<span class="badge">
<img class="badge-icon" src="/images/debian.svg" alt="">
Debian Professional
</span>
<span class="badge">
<img class="badge-icon" src="/images/apple.svg" alt="">
Apple Ecosystem Enthusiast
</span>
</aside>
<script src="/js/cat.js" data-cat="/images/oneko.gif"></script>
<script src="/js/nav.js"></script>
<script src="/js/now-playing.js"></script>
<script src="/js/cat-modes.js"></script>
</body>
</html>