Skip to content

Commit 700e545

Browse files
committed
Release v0.0.4
1 parent 4ca1c6a commit 700e545

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,18 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [Unreleased]
5+
## [v0.0.4] - 2026-01-04
66

77
### Added
88
- Justfile for build and release commands (`just build-dev`, `just release`, etc.)
99
- CDN detection test suite (27 test cases)
1010
- Akamai detection via `server` header (supports AkamaiGHost, AkamaiNetStorage)
11+
- Versioned build directories (`build/<version>/`) to avoid confusion
1112

1213
### Changed
1314
- Refactored CDN detection into shared `constants.js` with declarative rules
1415
- CDN info notes now only appear when relevant (Fastly note requires x-cache header, CloudFront note only on MISS)
16+
- Release scripts moved to `scripts/` directory for better maintainability
1517

1618
### Fixed
1719
- URL display after redirects (now shows final URL instead of intermediate redirect URLs)

0 commit comments

Comments
 (0)