Loading...
Searching...
No Matches
0.3.41 (2025-12-10)
Features
- log all status updates in verbose logs (b072cef)
- only attempt to fetch container image when building a project (d67d460)
Reverts
- go back to docker as default if both podman & docker are installed (07c5644)
0.3.40 (2025-12-08)
0.3.39 (2025-12-08)
Bug Fixes
- Add docker group check to Linux doctor command (168264b)
- check for ContainerEngineException instead of DockerException in repair (0f89957), closes #1280
- don't manage a raw Exception in TyperMVC, bubble it up to the caller (50973dd), closes #1286
- don't throw raw Exceptions as project creation validation errors (fed437d)
- gracefully handle ContainerImageNotFoundException when removing sdk (6859eef), closes #1249
Features
- add jobs option to build (cf37b9d)
- add support for experimental native engine (17a32f6)
- deprecate the --force-engine option in favor of the --engine option (c778be2)
- migrate version subcommand to about subcommand (c863e5b)
- prefer podman when both podman and docker are installed (dac4463)
- remove "config exists" check from doctor (2e0e1ee)
0.3.38 (2025-12-01)
Features
- Allow multiple tags for zbota command (c527274)
0.3.37 (2025-11-20)
Bug Fixes
- Invalid project option to now reprompt user (c3c962d)
- resolve bug that was causing token refresh to fail (52be11c)
Features
- Add json response to dev lastlog command (b25152c)
- Add json response to self repair command (83a82a0)
- Add json response to tokens erase command (3106abb)
- Add json response to tokens read command (b4d7a28)
- add json response to tokens write command (766fcd8)
- Create project meta command to output project defaults in json format (70bea9f)
0.3.36 (2025-11-18)
Bug Fixes
- fix missing ContainerEngineType reference (9031ede)
- Resign libjlinkarm.dylib after extraction (cbd3304)
- Spinner printing during verbose logging (49e195d)
Features
- add JSON response for image combine command (dde3d2f)
- add JSON response for sdk list command (5cf6356)
- add JSON response to sdk install command (b9d990c)
- add json response to sdk remove command (90b3629)
- add JSON to clean command (f4c05d5)
- authenticate against our api (a93c45f)
- Flash example flag (cadb6c4)
0.3.35 (2025-11-10)
Features
0.3.34 (2025-10-31)
Bug Fixes
- dependency sync on manual bump run (8c99df3)
- Hide DLL logic behind feature flag (68f3942)
- items() -> keys() in condition (58111ea)
Features
- Add logs/warnings/errors handlers from DLL (efc8139)
- Create tokens patch command (42b4835)
0.3.33 (2025-10-28)
Bug Fixes
- doctor check installs Zap (17baf4b)
Features
- pre/post build scripts (535271e)
- Use DLL for device discover (f85ab60)
0.3.32 (2025-10-20)