Skip to content

Commit 3b0a7ed

Browse files
committed
chore: update version to 0.1.0-beta.4 and enhance changelog with new features, changes, fixes, and removals #15
1 parent d07d398 commit 3b0a7ed

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,34 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "microfolio",
33
"private": true,
4-
"version": "0.1.0-beta.3",
4+
"version": "0.1.0-beta.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev",

src/lib/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export const siteConfig = {
22
title: 'microfolio',
33
description: 'static portfolio generator',
44
author: 'AKER',
5-
version: '0.1.0-beta.3',
5+
version: '0.1.0-beta.4',
66

77
// Social links
88
socialLinks: {

0 commit comments

Comments
 (0)