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 1.0.1 → 1.1.0

aria 59598b03 e5cf3061

+14 -1
+13
CHANGELOG.md
··· 1 + ## v1.1.0 (2025-07-04) 2 + 3 + ### Feat 4 + 5 + - add matomo & bump versions 6 + - **pay-me**: add nano address 7 + - **blog**: make draft bool optional 8 + 9 + ### Fix 10 + 11 + - **astro config**: remove eris from image download 12 + - **index**: remove "SSH" from minisign key text 13 + 1 14 ## v1.0.1 (2025-06-09) 2 15 3 16 ### Feat
+1 -1
package.json
··· 1 1 { 2 2 "name": "aria.coffee", 3 3 "type": "module", 4 - "version": "1.0.1", 4 + "version": "1.1.0", 5 5 "scripts": { 6 6 "dev": "astro dev", 7 7 "build": "astro check && astro build && ./compress-images.sh",