From 75295b013fc2a8134cb04614bf643a053cca29f3 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Wed, 24 Jun 2026 18:22:50 +0200 Subject: [PATCH] Add release notes --- RELEASE_NOTES.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 RELEASE_NOTES.md diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md new file mode 100644 index 0000000..453f4de --- /dev/null +++ b/RELEASE_NOTES.md @@ -0,0 +1,23 @@ +# Release Notes + +## v1.0.0 + +Release date: 2026-06-24 + +### Highlights + +- Introduced a fully Vite-based setup for the retro 2010-style website. +- Preserved the glossy, portal-like visual language with blue gradients and sidebar widgets. +- Added HTML minification to the production build via `html-minifier-terser`. +- Rewrote the project documentation in English. + +### Project Structure + +- `index.html` - Vite entry document +- `vite.config.js` - build configuration and HTML minification hook +- `src/main.js` - application bootstrap +- `src/styles.css` - site styling + +### Notes + +This release intentionally keeps the nostalgic early-2010s look and does not aim for a modern-minimal aesthetic.