A patch release: copied workflow packs load cleanly, and release notes now come from this changelog.
Fixed
- A workflow pack copied into a project with
archon plugin copyno longer reports a load error for a YAML file at the pack's root, such as an example config. A directory that holdsarchon-plugin.jsonis read only by the pack loader, so installed and copied packs load the same tree the same way. (#3505, #3512) - Release notes on GitHub are built from this changelog's section for the version, with breaking changes first, instead of being replaced by generated notes. (#3518)
- The schema-upgrade check reads the v0.11.0 SQLite schema, so pull-request CI passes again. (#3517)
Installation
Quick Install (Recommended)
macOS / Linux
curl -fsSL https://archon.diy/install | bashWindows (PowerShell)
irm https://archon.diy/install.ps1 | iexHomebrew (macOS / Linux)
brew install coleam00/archon/archonDocker
docker run --rm -v "$PWD:/workspace" ghcr.io/coleam00/archon:latest workflow listManual Installation
macOS (Apple Silicon)
curl -fsSL https://github.com/coleam00/Archon/releases/latest/download/archon-darwin-arm64 -o /usr/local/bin/archon
chmod +x /usr/local/bin/archonmacOS (Intel)
curl -fsSL https://github.com/coleam00/Archon/releases/latest/download/archon-darwin-x64 -o /usr/local/bin/archon
chmod +x /usr/local/bin/archonLinux (x64)
curl -fsSL https://github.com/coleam00/Archon/releases/latest/download/archon-linux-x64 -o /usr/local/bin/archon
chmod +x /usr/local/bin/archonLinux (ARM64)
curl -fsSL https://github.com/coleam00/Archon/releases/latest/download/archon-linux-arm64 -o /usr/local/bin/archon
chmod +x /usr/local/bin/archonWindows (Manual)
Download archon-windows-x64.exe from the assets below, rename to archon.exe, and add to your PATH.
Verify installation
archon version