Releases: Reid-n0rc/voacap-skill
Release list
v2.0.0
Converts voacap-skill into an installable Claude Code plugin -- the primary way to install is now the plugin manager instead of the old curl/irm-only flow.
Highlights
- Install via
/plugin marketplace add Reid-n0rc/voacap-skill+/plugin install voacap; aSessionStarthook builds the VOACAP engine automatically on first use, no separate build step. - Skill moved to
skills/voacap/(plugin content must live at plugin root);install.sh/install.ps1remain as a documented manual fallback. - Fixed a Windows CI failure: greg-hand.com blocks installer downloads from GitHub-hosted CI runner IPs with a permanent anti-bot interstitial. The Windows installer now defaults to a SHA256-verified GitHub Release mirror of the same build (itshfbc-mirror-1) in this repo, with
-InstallerUrlstill available to point at the original source. - Simplified the GitHub Pages docs site (trimmed install/usage explanations, dropped terminal command examples) and added a copy button for the plugin install commands.
🤖 Generated with Claude Code
v1.1.0
Adds a one-command installer and a public GitHub Pages site for the VOACAP skill.
Highlights
- One-command installer (
install.sh) for personal skill install, with CI coverage on macOS and Linux and shellcheck linting - GitHub Pages site for the ham radio audience, hardened against XSS in dynamic content
- CI: skip test jobs for docs-only changes; authenticate the release lookup in the installer CI job to fix flakiness
🤖 Generated with Claude Code
itshfbc_180417a.exe mirror
Mirror of the itshfbc_180417a.exe installer from https://www.greg-hand.com/versions/itshfbc_180417a.exe (NTIA/ITS VOACAP for Windows, a U.S. government work and not subject to copyright — see skills/voacap/scripts/setup.ps1). Mirrored here because greg-hand.com's anti-bot/hosting protection blocks requests from GitHub-hosted CI runner IP ranges, causing the Windows installer test to fail intermittently. SHA256: fad84415d309c6f4b3cc1667bb0b85f808d8f513ae5f7b52ee6be93f9880a50a
v1.0.0
First release of the VOACAP skill: run HF (shortwave) propagation predictions between two locations using voacapl, and get MUF/LUF, reliability, and SNR estimates as part of a Claude Code skill.
Highlights
- Antenna gain silent-truncation fix (ANTCALC filename limit) — fixes #4
- Silent truncation fix for --itshfbc/--run-dir paths (FORTRAN buffer limit) — fixes #6
- CI: unit tests, linting, and integration tests against voacapl on every change
🤖 Generated with Claude Code