bump: version 0.2.0 → 1.0.0
Some checks failed
Deploy to Web Server / deploy (push) Failing after 2m8s
Some checks failed
Deploy to Web Server / deploy (push) Failing after 2m8s
This commit is contained in:
parent
1841ca1ab9
commit
36238efd9a
2 changed files with 19 additions and 1 deletions
18
CHANGELOG.md
18
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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue