bump: version 0.0.1 → 0.1.0
All checks were successful
Deploy to Web Server / deploy (push) Successful in 2m25s
All checks were successful
Deploy to Web Server / deploy (push) Successful in 2m25s
This commit is contained in:
parent
ec39af67d7
commit
7c40abc424
2 changed files with 59 additions and 1 deletions
58
CHANGELOG.md
Normal file
58
CHANGELOG.md
Normal file
|
@ -0,0 +1,58 @@
|
||||||
|
## v0.1.0 (2025-05-27)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- **.cz.toml**: add commitizen config
|
||||||
|
- **FriendLink**: add high variant
|
||||||
|
- **<FriendLink>**: add two lower quality version of FriendLink
|
||||||
|
- Add a portfolio to the website
|
||||||
|
- **friends.astro**: Add tess' buttons
|
||||||
|
- **other buttons.astro**: Add button for eightyeightthirty.one
|
||||||
|
- **other buttons.astro**: Add two additional buttons
|
||||||
|
- **Docker Image**: Add a docker image that uses bun for the server for testing later
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- **Docker Image**: output SSR site when in docker
|
||||||
|
- **Docker Image**: output SSR site when in docker
|
||||||
|
- **GH actions**: fix docker build context
|
||||||
|
- **GH actions**: remove cosine from docker action
|
||||||
|
|
||||||
|
### Perf
|
||||||
|
|
||||||
|
- **NavHeader**: reduce background quality a smidge
|
||||||
|
- **index**: move all FriendLinks over to high variant
|
||||||
|
- **index**: try 0x5066's button with FriendLinkLow
|
||||||
|
- **index**: move 0x5066's button to FriendLinkMid for further file size improvements
|
||||||
|
- **index**: Swap 0x5066's button to v2 for smaller file size
|
||||||
|
|
||||||
|
## v0.0.1 (2024-12-20)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- **Gh actions**: Auto build and push docker builds to GH registry
|
||||||
|
- :zap: Setup preconnect and dns-prefetch for transing.neocities.org
|
||||||
|
- :sparkles: Move from FontAwesome to astro-icons + iconify
|
||||||
|
- **NavHeader.astro**: use image-set to supply multiple file types for heder background
|
||||||
|
- **NavHeader**: Supply client with avif, webp, jpeg and png options for profile picture
|
||||||
|
- Add SteamReplay backups repo as submodule
|
||||||
|
- **other buttons.astro**: add increment counter
|
||||||
|
- trans the internet a little more
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- **aria.css**: :ambulance: Fix comic mono never being served from website
|
||||||
|
- **aria.css**: :ambulance: Fix comic mono never being served from website
|
||||||
|
- **friends.astro**: :bug: move my own button to using `<img />` again over Astro's `<Image />`
|
||||||
|
- **NavHeader.astro**: I had 33x31 instead of 88x31...
|
||||||
|
- repair miyuko's button being stretched for some reason
|
||||||
|
- manually install sharp so the pipeline doesn't get mad
|
||||||
|
- **astro.yml**: specify pnpm in
|
||||||
|
|
||||||
|
### Refactor
|
||||||
|
|
||||||
|
- **aria.css**: dont serve Comic Shanns font file
|
||||||
|
- **NavHeader.astro**: :recycle: Increase quality of header images
|
||||||
|
- **NavHeader.astro**: :zap: Optimise size and scale of pfp in header
|
||||||
|
- **NavHeader.astro**: :zap: Optimise the header background image size and resolution
|
||||||
|
- **FriendLink.astro**: Move from <img /> to <Image /> for buttons
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "astro",
|
"name": "astro",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.1",
|
"version": "0.1.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"build": "astro check && astro build && ./compress-images.sh",
|
"build": "astro check && astro build && ./compress-images.sh",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue