Skip to content

Releases: open-runtime/dart_cli_script

v1.0.12

25 Feb 04:06

Choose a tag to compare

cli_script v1.0.12

Bug fix release — 2026-02-25

Bug Fixes

  • Windows Subprocess Environment Stabilization — Addressed an issue where spawning subprocesses with includeParentEnvironment: false would crash on Windows. The Script class now automatically injects SystemRoot and WINDIR into the isolated environment, which are required for the Dart executable to spawn reliably. (#5)
  • Windows Absolute Glob Pattern Normalization — Fixed an issue where absolute Windows paths with globs (e.g., C:\path\*.txt) failed to expand. CliArguments now correctly normalizes drive prefixes and backslashes to POSIX separators (/) for package:glob compatibility before resolving them. (#5)
  • Escaped Glob Syntax Preservation — Handled edge cases with escaped Windows absolute glob patterns to ensure UNC paths and explicitly escaped glob characters (like \\*.txt) are preserved and not corrupted during argument parsing. (#5)

Upgrade

dart pub upgrade cli_script

Contributors

Thanks to everyone who contributed to this release:

Issues Addressed

No linked issues for this release.

Full Changelog

v1.0.11...v1.0.12


Full Changelog | CHANGELOG.md

v1.0.11

24 Feb 18:29

Choose a tag to compare

cli_script v1.0.11

Bug fix release — 2026-02-24

Bug Fixes

  • Removed custom_lint.log — Removed the custom_lint.log junk file that was accidentally committed before the .gitignore rule was added.

Upgrade

dart pub upgrade cli_script

Contributors

Thanks to everyone who contributed to this release:

Issues Addressed

No linked issues for this release.

Full Changelog

v1.0.10...v1.0.11


Full Changelog | CHANGELOG.md

v1.0.10

24 Feb 17:47

Choose a tag to compare

cli_script v1.0.10

Maintenance release — 2026-02-24

This release introduces minor repository maintenance and workspace configuration updates to keep the development environment clean. It contains no changes to the package's behavior or public API.

Maintenance & Chores

  • Workspace Configuration — Updated .gitignore to prevent tracking of local development artifacts, specifically custom_lint.log files and .claude/ session directories.

Issues Addressed

No linked issues for this release.

Contributors

Thanks to everyone who contributed to this release:

Upgrade

dart pub upgrade cli_script

Full Changelog

v1.0.9...v1.0.10


Full Changelog | CHANGELOG.md

v1.0.9

24 Feb 16:23

Choose a tag to compare

cli_script v1.0.9

Bug fix release — 2026-02-24

Bug Fixes

  • Triage command safety — Added shell-level organization guards and --repo requirements to the internal triage.toml command to prevent upstream leakage when triaging issues in fork contexts.

Upgrade

dart pub upgrade cli_script

Contributors

Thanks to everyone who contributed to this release:

Issues Addressed

No linked issues for this release.

Full Changelog

v1.0.8...v1.0.9


Full Changelog | CHANGELOG.md

v1.0.8

24 Feb 02:25

Choose a tag to compare

cli_script v1.0.8

Bug fix release — 2026-02-24

Bug Fixes

  • Fix pipeline failure on release creation — Updated the runtime_ci_tooling dependency to ^0.12.0 to resolve a create-release pull --rebase failure that occurred when previous pipeline steps left unstaged changes.

Issues Addressed

No linked issues for this release.

Upgrade

dart pub upgrade cli_script

Contributors

Thanks to everyone who contributed to this release:

Full Changelog

v1.0.7...v1.0.8


Full Changelog | CHANGELOG.md

v1.0.7

24 Feb 01:27

Choose a tag to compare

cli_script v1.0.7

Patch release — 2026-02-24

Changes

  • CI workflow update — Updated CI workflow templates and configuration (.runtime_ci/template_versions.json) to align with the latest tooling version.
  • Enhanced autodoc coverage — Configured .runtime_ci/autodoc.json to generate documentation for the newly added Script Core module (lib/src/) and enabled generation of examples and API references.

Contributors

Thanks to everyone who contributed to this release:

Issues Addressed

No linked issues for this release.

Upgrade

dart pub upgrade cli_script

Full Changelog

v1.0.6...v1.0.7


Full Changelog | CHANGELOG.md

v1.0.6

24 Feb 00:38

Choose a tag to compare

cli_script v1.0.6

Patch release — 2026-02-24

Improvements

  • Automated formatting in CI — The GitHub Actions workflow has been updated (via runtime_ci_tooling v0.11.3) to include an auto-format job. Instead of simply failing when code is unformatted, the CI will now automatically apply dart format --line-length 120 lib/ and push the formatting changes back to the branch.

Upgrade

dart pub upgrade cli_script

Contributors

Thanks to everyone who contributed to this release:

Issues Addressed

No linked issues for this release.

Full Changelog

v1.0.5...v1.0.6


Full Changelog | CHANGELOG.md

v1.0.5

24 Feb 00:10

Choose a tag to compare

cli_script v1.0.5

Maintenance release — 2026-02-24

Maintenance

  • Dependency sync — Updated the runtime_ci_tooling development dependency to v0.11.0 and aligned workflow metadata in pubspec.yaml to prepare for enterprise BYOK.

Upgrade

dart pub upgrade cli_script

Contributors

Thanks to everyone who contributed to this release:

Issues Addressed

No linked issues for this release.

Full Changelog

v1.0.4...v1.0.5


Full Changelog | CHANGELOG.md

v1.0.4

23 Feb 23:22

Choose a tag to compare

cli_script v1.0.4

Bug fix release — 2026-02-23

Bug Fixes

  • Update CI tooling — Updated the runtime_ci_tooling generated GitHub Actions workflows and CI tracking variables from v0.9.1 to v0.11.2 to ensure proper pipeline execution.

Upgrade

dart pub upgrade cli_script

Contributors

Thanks to everyone who contributed to this release:

Issues Addressed

No linked issues for this release.

Full Changelog

v1.0.3...v1.0.4


Full Changelog | CHANGELOG.md

v1.0.3

23 Feb 03:06

Choose a tag to compare

cli_script v1.0.3

Maintenance release — 2026-02-23

Maintenance & Chores

  • Workspace Enablement — Aligned the runtime_ci_tooling development dependency by bumping it from ^0.9.0 to ^0.10.0 for workspace-mode dependency resolution consistency.

Issues Addressed

No linked issues for this release.

Contributors

Thanks to everyone who contributed to this release:

Upgrade

dart pub upgrade cli_script

Full Changelog

v1.0.2...v1.0.3


Full Changelog | CHANGELOG.md