bump: version 0.2.0 → 1.0.0
Some checks failed
Deploy to Web Server / deploy (push) Failing after 2m8s

This commit is contained in:
aria 2025-06-09 21:00:14 +10:00
parent 1841ca1ab9
commit 36238efd9a
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds
2 changed files with 19 additions and 1 deletions

View file

@ -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

View file

@ -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",