- fix: update octokit/rest, check python install on mac, simplify init template generation #185 (@HipsterBrown)
- Nick Hehr (@HipsterBrown)
- feat(pico): update SDK to v2.0.0 #181 (@HipsterBrown)
- Nick Hehr (@HipsterBrown)
- refactor(cli): migrate application entrypoint to Strcli #180 (@HipsterBrown)
- chore: use default conventions-commits config (@HipsterBrown)
- Nick Hehr (@HipsterBrown)
- chore: replace release-it with auto #177 (@HipsterBrown)
- Nick Hehr (@HipsterBrown)
0.32.5 (2024-09-09)
0.32.4 (2024-09-09)
0.32.3 (2024-08-15)
0.32.2 (2024-08-14)
0.32.1 (2024-08-14)
0.32.0 (2024-08-13)
0.31.2 (2024-08-13)
0.31.1 (2024-08-13)
0.31.0 (2024-08-12)
0.30.5 (2024-07-29)
0.30.4 (2024-03-23)
- setup/pico: verify source of arm-gcc before removing (1c8e8b3)
0.30.3 (2024-01-19)
0.30.2 (2024-01-04)
- init: include manifest_net with io template (b41cfde)
0.30.1 (2024-01-04)
- update dependencies to address security audit (c7ca519)
0.30.0 (2024-01-04)
0.29.0 (2024-01-04)
0.28.1 (2023-12-08)
0.28.0 (2023-10-12)
0.27.5 (2023-09-29)
0.27.4 (2023-08-26)
0.27.3 (2023-08-23)
0.27.2 (2023-08-18)
0.27.1 (2023-08-15)
0.27.0 (2023-08-11)
0.26.0 (2023-07-31)
0.25.13 (2023-06-28)
0.25.12 (2023-06-16)
0.25.11 (2023-06-16)
0.25.10 (2023-06-16)
0.25.9 (2023-06-16)
0.25.8 (2023-06-16)
0.25.7 (2023-06-16)
0.25.6 (2023-06-16)
-
docs: migrate astro theme to starlight (#127) (c27007e)
-
fix(setup): install pico extras (#123) (a00181b)
-
docs: update starter guide with blinky step, fix init overwrite (cfc700e)
-
chore: update docs paths for new domain name (5c44bd5)
-
chore: add cname to gh pages deployment (4461d4b)
-
feat(setup): add --source-repo flag for custom SDK repo config (#119) (f137467)
-
fix(pico): pin branch for sdk, examples (#118) (aed4780)
-
chore(docs): migrate preact components to solid-js (#116) (efbac68)
-
fix(build): unset default output (#115) (ba29c6a)
-
fix(exec): check for buffer response from stdout, convert to string (#113) (a553e23)
-
fix(exec): defensively check sourceEnvironment results object (1987bf8)
-
docs: fix edit on github link path (efcbb8d)
-
feat: automatically source environment variables into process (#112) (cb61ca1)
-
feat(run): add --log flag to show debug output in terminal (#108) (9b24a93)
0.22.2 (2023-02-24)
- 6175bec: Adds "--config" flag to build and run commands for setting "mc/config"
- ac8ae34: Try downloading unversial mac binary from new SDK releases
- 3b2b12c: Add new "doctor" command and additional prompts during setup
- 4a1cadc: Fix symlink teardown with correct OS type logic
- 52fa88b: Update dependencies, resolving security warnings
- e43cd9e: Remove xsbug app symlink on macos
- 5440efa: Adds "--asyncMain" option to init command
- 40f6407: Initial Windows support for system tooling, ESP8266, ESP32 setup
- 4c63c2a: Add build command for preparing production release output and deployment
- cb9b3d7: Add support for target-branch option to setup, update commands; each pulls the latest Moddable release by default now
- aeff72f: Fix esp-idf exports sourcing during ESP32 update command
- Use latest version of ESP-IDF
- Filter picotool scans using usb bus address
- Catch picotool error thrown when no devices found
- Reboot pico boards to application mode before scanning
- Add picotool install to pico setup and scanning
- Set PICO_GCC_ROOT to brew prefix on macOS
- Catch scan errors thrown by esptool
- Add --device flag for include & remove commands
- Initialize new project from Moddable example template
- Address include/remove module handling issues
- Display pico and all simulators in runnable device list, add pico to setup device list
- Add better error message for missing examples and check for CLI updates periodically
- Resolve pico sdk directory env variable, add to teardown
- Add pico setup support
- Add scan command
- Update ESP32 tooling to v4.4
- Add linux support for fontbm setup
- Add fontbm tool setup
- Upgrade gluegun dependency to v5
- Initial linux platform support
- Add --list-devices flag to setup and run commands
- Teardown correct esp directory, ensure MODDABLE exists during device setup
- 4d76b74: Collect all env changes in shared file, add automated teardown command