@@ -5,6 +5,26 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55
66---
77
8+ ## [ 0.4.1]
9+
10+ ### Added
11+
12+ - Railway/Railpack production deployment config for hosting the web app
13+ - Dedicated release artifact for generated output from the CI example project
14+
15+ ### Improved
16+
17+ - Docker release workflow now builds from ` docker/Dockerfile ` so Railway does not auto-detect the CLI image
18+ - Docker release workflow publishes GHCR image tags only from release tags, including ` latest `
19+ - Docker release workflow uses Node 24-ready Docker actions
20+ - Docker Action now points at the newest published GHCR image
21+ - CI example project uses ` Kyonru/sprite-sheet-helper/action@main ` and is validated during release smoke tests
22+
23+ ### Fixed
24+
25+ - Fixed Railway build detection by forcing Railpack's Node provider instead of Python detection from docs dependencies
26+ - Fixed release failures caused by trying to create floating GitHub Action tags blocked by repository rules
27+
828## [ 0.4.0]
929
1030### Added
@@ -22,7 +42,6 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2242- Docker image and Docker-based GitHub Action distribution through GHCR
2343- Standalone CI example project that batch-generates sprites for every model in a ` models/ ` folder
2444- Zensical documentation site, GitHub Pages publishing workflow, and local ` act ` smoke-test docs
25- - Railway/Railpack production deployment config for hosting the web app
2645
2746### Improved
2847
@@ -32,8 +51,6 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
3251- Effects panel redesigned around stack ordering, grouped effect browser, presets, guidance warnings, and cleaner details editing
3352- Settings, export preflight, docs, and troubleshooting pages refreshed for the new export, workflow, normal-map, and effects flows
3453- Project snapshots now migrate newer material, downgrade, and authored-model state
35- - Release workflows now publish Docker image tags only from release tags, including ` latest `
36- - CI example project now uses ` Kyonru/sprite-sheet-helper/action@main ` to follow the newest published Action image
3754
3855### Fixed
3956
@@ -42,7 +59,6 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4259- Fixed effects reorder/delete preview refresh issues
4360- Fixed carousel playback flicker, play state, zoom retention, and cramped strip behavior
4461- Fixed Docker entrypoint path, Vite preview readiness detection, and PWA precache limits for CI/release builds
45- - Fixed Railway build detection by moving the CLI Dockerfile out of the repo root and forcing Railpack's Node provider
4662
4763## [ 0.3.1]
4864
0 commit comments