v0.0.1-beta.17
Pre-release
Pre-release
·
19 commits
to main
since this release
Changes
- Build Script Error Handling - src/scripts/build.js, src/scripts/devBuild.js, src/scripts/scriptUtils.js
Fixed:
- Build process now correctly fails when syntax errors or exceptions occur
- CI/CD pipelines accurately reflect actual build status
- Command chaining changed from ; to && for proper error propagation on all platforms
- Documentation Updates - context.md
Updated:
- Universal app context with latest features
- Code formatting improvements (linter changes)
- Configuration examples for webview access control, app naming, and device info APIs