remove changelog, too much work, this is meant to be fun lol
This commit is contained in:
parent
94cecc12c4
commit
e2fd4e2c38
|
|
@ -1,228 +0,0 @@
|
||||||
<!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="stylesheet" href="/css/themes/mocha.css">
|
|
||||||
<link rel="stylesheet" href="/css/themes/macchiato.css">
|
|
||||||
<link rel="stylesheet" href="/css/themes/frappe.css">
|
|
||||||
<link rel="stylesheet" href="/css/themes/latte.css">
|
|
||||||
<script>try { var f = localStorage.getItem('ctpFlavor'); document.documentElement.setAttribute('data-flavor', ['mocha', 'macchiato', 'frappe', 'latte'].indexOf(f) >= 0 ? f : 'mocha'); } catch (e) { document.documentElement.setAttribute('data-flavor', 'mocha'); }</script>
|
|
||||||
<link rel="icon" type="image/svg+xml" href="/images/favicon/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/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/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" crossorigin="anonymous">
|
|
||||||
<span class="np-bars" aria-hidden="true"><i></i><i></i><i></i><i></i></span>
|
|
||||||
<span class="np-text">
|
|
||||||
<span class="np-head">
|
|
||||||
<span class="np-status" aria-hidden="true"></span>
|
|
||||||
<span class="np-status-label"></span>
|
|
||||||
<span class="np-label">Now playing</span>
|
|
||||||
</span>
|
|
||||||
<span class="np-track"></span>
|
|
||||||
<span class="np-artist"></span>
|
|
||||||
<span class="np-progress" aria-hidden="true">
|
|
||||||
<span class="np-bar"><span class="np-fill"></span></span>
|
|
||||||
<span class="np-times"><span class="np-cur">0:00</span><span class="np-dur">0:00</span></span>
|
|
||||||
</span>
|
|
||||||
</span>
|
|
||||||
</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.6.1-beta</span>
|
|
||||||
<time class="release-date">2026-06-02</time>
|
|
||||||
</header>
|
|
||||||
<ul class="release-notes">
|
|
||||||
<li><span class="tag tag-add">Added</span> live "Now Playing" widget powered by Discord presence
|
|
||||||
via Lanyard — shows your Discord status (online · idle · dnd) next to the current Spotify
|
|
||||||
track, album art, and a live progress bar</li>
|
|
||||||
<li><span class="tag tag-add">Added</span> page-wide accent that follows the music — the album art
|
|
||||||
is snapped to the nearest Catppuccin accent and applied to your name, the nav, link-card
|
|
||||||
hovers, and the system badges, fading back to the theme pink when nothing's playing</li>
|
|
||||||
<li><span class="tag tag-change">Changed</span> retired the Last.fm now-playing widget in favour of
|
|
||||||
the Lanyard one (status + Spotify progress, all client-side — still fine on GitHub Pages)</li>
|
|
||||||
</ul>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
<article class="release">
|
|
||||||
<header class="release-head">
|
|
||||||
<span class="release-version">v1.6.0-beta</span>
|
|
||||||
<time class="release-date">2026-06-01</time>
|
|
||||||
</header>
|
|
||||||
<ul class="release-notes">
|
|
||||||
<li><span class="tag tag-add">Added</span> Catppuccin theme switcher — the icon button in the
|
|
||||||
top-right corner cycles Mocha · Macchiato · Frappé · Latte; choice is remembered between
|
|
||||||
visits</li>
|
|
||||||
<li><span class="tag tag-add">Added</span> one official-palette CSS file per flavor</li>
|
|
||||||
<li><span class="tag tag-change">Changed</span> merged the oneko cat and its secret modes into a
|
|
||||||
single cat.js; dropped dead/duplicate code</li>
|
|
||||||
<li><span class="tag tag-change">Changed</span> removed the corner version tag — this changelog is
|
|
||||||
now reachable only via /changelog directly</li>
|
|
||||||
<li><span class="tag tag-change">Changed</span> doughmination is now the beta playground — features
|
|
||||||
bake here before graduating to clove.is-a.dev</li>
|
|
||||||
<li><span class="tag tag-change">Changed</span> </li>
|
|
||||||
</ul>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
<article class="release">
|
|
||||||
<header class="release-head">
|
|
||||||
<span class="release-version">v1.5.0-rc</span>
|
|
||||||
<time class="release-date">2026-05-31</time>
|
|
||||||
</header>
|
|
||||||
<ul class="release-notes">
|
|
||||||
<li><span class="tag tag-add">Added</span> in badge to the corner to reference the opposing site
|
|
||||||
(clove|doughmination)</li>
|
|
||||||
<li><span class="tag tag-add">Added</span> Dusty Cat mode</li>
|
|
||||||
</ul>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
<article class="release">
|
|
||||||
<header class="release-head">
|
|
||||||
<span class="release-version">v1.4.0-rc</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-rc</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-rc</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-rc</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-rc</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-rc</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/misc/amd.svg" alt="">
|
|
||||||
AMD Purist
|
|
||||||
</span>
|
|
||||||
<span class="badge">
|
|
||||||
<img class="badge-icon" src="/images/misc/arch.svg" alt="">
|
|
||||||
I use arch btw
|
|
||||||
</span>
|
|
||||||
<span class="badge">
|
|
||||||
<img class="badge-icon" src="/images/misc/debian.svg" alt="">
|
|
||||||
Debian Professional
|
|
||||||
</span>
|
|
||||||
<span class="badge">
|
|
||||||
<img class="badge-icon" src="/images/misc/apple.svg" alt="">
|
|
||||||
Apple Ecosystem Enthusiast
|
|
||||||
</span>
|
|
||||||
</aside>
|
|
||||||
|
|
||||||
<script src="/js/cat.js" data-cat="/images/misc/oneko.gif"></script>
|
|
||||||
<script src="/js/nav.js"></script>
|
|
||||||
<script src="/js/now-playing.js"></script>
|
|
||||||
<script src="/js/flavors.js"></script>
|
|
||||||
<script src="/js/site-switcher.js"></script>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
Loading…
Reference in New Issue