Wowie what a gay little website for my gay little self aria.coffee
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

bump: version 0.2.0 → 1.0.0

aria 36238efd 1841ca1a

+19 -1
+18
CHANGELOG.md
··· 1 + ## v1.0.0 (2025-06-09) 2 + 3 + ### Feat 4 + 5 + - **index**: update main page with minisign key and new message 6 + - add new public key for minisign, add signatures to other keys and add a new message reflecting this 7 + - prepare alternative custom button for Amemoia for performance reasons in the future 8 + 9 + ### Fix 10 + 11 + - **index**: fix avif animated iamges not being usable 12 + 13 + ### Perf 14 + 15 + - **index**: move Amemoia's button to fallback smaller button 16 + - **FriendLink***: add AVIF format to buttons 17 + - **index**: change Amemoia's button to FriendLinkLow 18 + 1 19 ## v0.2.0 (2025-05-30) 2 20 3 21 ### Feat
+1 -1
package.json
··· 1 1 { 2 2 "name": "astro", 3 3 "type": "module", 4 - "version": "0.2.0", 4 + "version": "1.0.0", 5 5 "scripts": { 6 6 "dev": "astro dev", 7 7 "build": "astro check && astro build && ./compress-images.sh",