You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ All notable changes to freestruct will be documented here.
4
4
5
5
## [0.2.4] - 2026-04-25
6
6
7
+
### Added
8
+
-**Auto 404 page**: Generates helpful 404.html with search form, links to home/docs, and styled message when no custom 404 exists.
9
+
-**Robots.txt**: Auto-generates robots.txt with sitemap reference. Configure via `generateRobots: true` in config.
10
+
7
11
### Fixed
8
12
-**Asset cache busting consistency**: Fixed bug where assets got stale hash from previous builds. Now properly strips existing `?v=` query params before adding fresh hash. Meta tag and assets always use the same current build hash.
9
13
-**Canonical URL injection**: Fixed duplicate canonical tags by removing existing canonical before injecting new one. Each build now has exactly one correct canonical URL.
@@ -15,7 +19,7 @@ All notable changes to freestruct will be documented here.
0 commit comments