Skip to content

v0.0.1-beta.17

Pre-release
Pre-release

Choose a tag to compare

@mayansharma mayansharma released this 29 Jan 03:50
· 19 commits to main since this release
54f625c

Changes

  1. 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
  1. 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