Releases: scbrown/pixelsrc
Releases · scbrown/pixelsrc
Release list
v0.2.0: CSS Integration, Demo Tests, and more
What's New
This release includes 244 commits since v0.1.0 with major new features:
Phase 22: CSS Integration (Complete)
- CSS Colors: Full support for
rgb(),hsl(),oklch(),hwb(),color-mix(), and named colors - CSS Variables:
--custom-propertieswithvar()resolution, fallbacks, and chaining - CSS Timing Functions:
cubic-bezier(),steps(), and named easing functions - CSS Transforms:
translate(),rotate(),scale(),flip()
Phase 23: Demo Tests (Complete)
- Integration tests that double as product documentation
- 173
@demoannotations across test files generate-demos.shscript for doc generation<!-- DEMOS -->markers in 16 mdbook pages
Build System
pxl initwith presets (artist, animator, game)pxl buildwith incremental builds and watch mode- Atlas export for Godot, Unity, and LibGDX
LSP Server
- Diagnostics, completions, hover, document symbols
- Color swatches and timing function visualization
- CSS variable support with go-to-definition
Transforms
- Geometric: mirror, rotate (90°/180°/270°)
- Effects: outline, shadow, shift
- Expansion: tile, pad, crop
- Animation: scale for squash & stretch
CLI Improvements
pxl validate- File validation with strict modepxl explain- Human-readable sprite explanationspxl diff- Semantic sprite comparisonpxl suggest- AI-assisted improvementspxl alias- Pattern extractionpxl show- Colored terminal displaypxl agent verify- Agent-mode validation
Documentation
- mdbook documentation with WASM demos
- Comprehensive format specification
- Persona guides and integration docs
Breaking Changes
None - this release is backwards compatible with v0.1.0.
Full Changelog
What's Changed
New Contributors
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Full Changelog: https://github.com/scbrown/pixelsrc/commits/v0.1.0