Skip to content

Commit 33e7cf6

Browse files
committed
Prepare for v2.0.0 release
1 parent fe5c563 commit 33e7cf6

29 files changed

Lines changed: 3174 additions & 705 deletions

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [2.0.0] - 2025-05-22
9+
10+
### Added
11+
- **Light Mode:** Full support for a light color scheme, complementing the existing dark mode.
12+
- **Multilingual Support:** Enhanced for easier setup and use with pre-configured English, Spanish, and French.
13+
- **Region in Experience:** `country` field added to experience entries, displayed in the experience section.
14+
- **Carousel Animations:** Implemented new criss-cross transition animations for carousels.
15+
- **Hyperlink SVGs:** Visual indicators (SVGs) added to hyperlinks for better affordance.
16+
- **SVG Reorganization:** Internal SVG assets have been restructured for better maintainability.
17+
- **Enhanced Mobile Navigation:** Improved mobile menu and navigation bars for better usability on small screens.
18+
- **`hugo.example.toml`:** Added a comprehensive example configuration file for users.
19+
- **GitHub Release Badge:** Added to `README.md`.
20+
21+
### Changed
22+
- **Theme Name:** Standardized to "Hugo Noir" across all files.
23+
- **Documentation:** Updated `README.md` extensively to reflect new features and configurations.
24+
25+
### Fixed
26+
- **SVG Optimization:** Replaced long data URI strings for SVGs with minimal, optimized versions.
27+
- **Customization Enhancement:** Removed hardcoded titles and footers from `index.html` to allow for complete user customization via configuration files and i18n.
28+
29+
## [1.0.0] - YYYY-03-12
30+
- Initial release

0 commit comments

Comments
 (0)