@@ -5,6 +5,34 @@ 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.1.0-beta.4] - 2025-08-13
9+
10+ ### Added
11+ - AkFilters component for project filtering and searching functionality
12+ - Comprehensive project audit report (French) covering architecture, security, code quality, performance, and testing strategy
13+ - Screenshots to README and LISEZMOI documentation
14+ - CLAUDE.md with project overview, development commands, and architecture details
15+ - Installation instructions for microfolio via Homebrew and manual methods
16+ - Enhanced Quick Start section with Homebrew installation instructions
17+
18+ ### Changed
19+ - Consolidated project loading logic into loadProjects function
20+ - Updated installation instructions to emphasize restarting terminal/PowerShell for changes to take effect
21+ - Updated configuration guide with detailed instructions for customizing config.js and personal information
22+ - Cleaned and updated documentation (FR/EN)
23+ - Updated Windows terminal instructions to use PowerShell instead of CMD
24+
25+ ### Fixed
26+ - Map display bug when scrolling or resizing (#3 )
27+ - Updated pnpm packages to latest versions
28+ - Updated branch name in deploy workflow from main to preview
29+ - Added captions track to video element in project page
30+ - Ignore DS_Store files (#2 )
31+ - Include version in footer for better testing
32+
33+ ### Removed
34+ - Removed deploy-content.sh script as it is no longer needed
35+
836## [ 0.1.0-beta.3] - 2025-07-16
937
1038### Added
0 commit comments