Devlogs
Changelog - v0.3.0
This release introduces a new layer effects system that lets you add non-destructive effects to your layers.
Layer Effects
You can now add effects to any layer:
- Drop Shadow - Add depth with customizable offset, blur, and color
- Outline - Add borders around your sprites with adjustable size and color
- Glow - Create soft glowing effects around your artwork
- Blur - Apply blur to layers
- Color Correction - Adjust hue, saturation, and lightness
Effects are non-destructive and fully support undo/redo. Layers with effects show a sparkle icon. Effects are preserved when exporting to PNG, GIF, and sprite sheets.
Improvements
- Canvas resize modal now has a better preview
- Preview panel supports scroll-to-zoom
- Linked cels automatically extend when adding new frames
- Duplicate frame now preserves linked cel relationships and positions
- Improved play/pause sync between main board and preview panel
- Landing page redesign with example projects you can load directly
- OKLCH perceptual color correction dialog (Edit > Adjustments > OKLCH)
- Flatten Image command to merge all layers
Bug Fixes
- Fixed duplicate frame not preserving pixel data correctly
- Fixed duplicate pixel rendering issue
- Fixed board focus behavior