File tree Expand file tree Collapse file tree 3 files changed +23
-0
lines changed
Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.4.0-beta.6] - 2025-09-25
9+
10+ ### Added
11+ - WebP thumbnail generation command (` pnpm optimize-images ` )
12+ - Image cleanup script (` pnpm run clean-images ` ) to remove optimized thumbnails when needed
13+ - AkOptimizedImage component for improved image loading with WebP support
14+ - Open Graph metadata for improved social sharing on project pages
15+ - SEO and accessibility audit documentation
16+
17+ ### Changed
18+ - Enhanced build process with optional image optimization step
19+ - Improved image loading performance with optimized WebP thumbnails
20+ - Updated packages to latest versions
21+
22+ ### Fixed
23+ - Enhanced button hover effects and accessibility attributes across components
24+ - Improved map height calculation for better responsiveness
25+ - Standardized header elements across pages for consistency and accessibility
26+ - Updated page titles to include siteConfig.title for consistency across routes
27+ - Improved font loading by using local IBM Plex Sans file
28+
829## [ 0.3.0-beta.2] - 2025-09-22
930
1031### Added
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ Un générateur de portfolio statique moderne développé avec **SvelteKit 2** e
1717- ** 🖼️ Lightbox d'images** - Galerie améliorée avec navigation et affichage des métadonnées
1818- ** 📊 Métadonnées EXIF/IPTC** - Extraction et affichage automatique des informations techniques d'images
1919- ** 🌙 Mode sombre** - Support de thème intégré pour une meilleure expérience de visualisation
20+ - ** ⚡ Optimisation des images** - Génération de thumbnails WebP avec commande ` pnpm optimize-images `
2021
2122## 🧪 Programme de beta tests
2223
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ A modern static portfolio generator built with **SvelteKit 2** and **Tailwind CS
1717- ** 🖼️ Image Lightbox** - Enhanced gallery with navigation arrows and metadata display
1818- ** 📊 EXIF/IPTC Metadata** - Automatic extraction and display of image technical information
1919- ** 🌙 Dark Mode** - Built-in theme support for better viewing experience
20+ - ** ⚡ Image Optimization** - WebP thumbnail generation with ` pnpm optimize-images ` command
2021
2122## 🧪 Beta Testing Program
2223
You can’t perform that action at this time.
0 commit comments