Skip to content

v0.6.12

Latest
Compare
Choose a tag to compare
@njzjz njzjz released this 03 Oct 08:44
fd51e42

What's Changed

New features

  • feat: add proxy_command parameter for SSH jump host configuration by @Copilot in #530

Bugfixes

  • fix: Replace rsync -az with -rlptDz to avoid permission issues by @Copilot in #547

Documentation

  • docs: add comprehensive GitHub Copilot instructions for DPDispatcher development by @Copilot in #534
  • docs: set up Copilot agent environment with uv, pre-commit, and GitHub Actions workflow by @Copilot in #536
  • docs: fix proxy_command examples to use explicit hostname:port instead of %h:%p by @Copilot in #542
  • docs: move .github/copilot-instructions.md to AGENTS.md by @Copilot in #550

CI/CD

  • fix: bump pyright to 1.1.404 and resolve type errors by @Copilot in #532
  • docs: clean up redundant Copilot instructions by @Copilot in #540
  • CI: skip workflows on copilot/, dependabot/, and pre-commit-ci-update-config branches by @Copilot in #538
  • fix: add tags trigger to release workflow to enable tag-based releases by @Copilot in #544
  • build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #546
  • build(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #548
  • CI: Replace the macos-13 images with the macos-15-intel images by @njzjz in #551

New Contributors

  • @Copilot made their first contribution in #532

Full Changelog: v0.6.11...v0.6.12