From 36238efd9ab76407bea54fdeae9ce31b3e7fc18f Mon Sep 17 00:00:00 2001 From: aria Date: Mon, 9 Jun 2025 21:00:14 +1000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.2.0=20=E2=86=92=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21b93c2..024868a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## v1.0.0 (2025-06-09) + +### Feat + +- **index**: update main page with minisign key and new message +- add new public key for minisign, add signatures to other keys and add a new message reflecting this +- prepare alternative custom button for Amemoia for performance reasons in the future + +### Fix + +- **index**: fix avif animated iamges not being usable + +### Perf + +- **index**: move Amemoia's button to fallback smaller button +- **FriendLink***: add AVIF format to buttons +- **index**: change Amemoia's button to FriendLinkLow + ## v0.2.0 (2025-05-30) ### Feat diff --git a/package.json b/package.json index e5d3e1e..f91fb9a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "astro", "type": "module", - "version": "0.2.0", + "version": "1.0.0", "scripts": { "dev": "astro dev", "build": "astro check && astro build && ./compress-images.sh",