🐛 Bug Fixes
- Build System: Fixed TypeScript compilation errors that prevented Docker image builds
- RSS Widget: Fixed configuration persistence issue where RSS widget settings were lost after page refresh
- Widget System: Standardized configuration callback mechanism across all widgets
📦 Docker
- Updated Docker installation instructions in README
- Fixed example docker-compose.yml configuration
- Now using
:latest
tag for easier maintenance
🔧 Technical Changes
- Fixed TypeScript type casting issues in widget index
- Updated RSS widget to use proper
onUpdate
callback instead of incorrectonConfigChange
- Enhanced base
WidgetProps
interface to includeonUpdate
callback - Ensured consistent configuration persistence behavior across all widget types
This release resolves the GitHub Action build failures and ensures Docker images can be built successfully.
Full Changelog: v1.0.2...v1.0.3