v1.25.0
Multi-language complexity analysis tool for CI/CD pipelines.
Installation
One-line install (macOS / Linux)
curl -fsSL https://raw.githubusercontent.com/Stephen-Collins-tech/hotspots/main/install.sh | shOr install a specific version:
HOTSPOTS_VERSION=v1.25.0 curl -fsSL https://raw.githubusercontent.com/Stephen-Collins-tech/hotspots/main/install.sh | shGitHub Action
- uses: Stephen-Collins-tech/hotspots@v1.25.0Manual download
| Platform | Asset |
|---|---|
| macOS (Apple Silicon) | hotspots-darwin-aarch64.tar.gz |
| Linux x86_64 | hotspots-linux-x86_64.tar.gz |
| Windows x86_64 | hotspots-windows-x86_64.zip |
Cargo
cargo install --git https://github.com/Stephen-Collins-tech/hotspots --tag v1.25.0Documentation
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
1.25.0 - 2026-06-17
Bug Fixes
- Python try/except/finally CFG when all branches return (#99)
- Name TS/TSX functions from their assigned variable (#102)
Documentation
- Revamp core pages for clarity and add C language support (#92)
- Remove duplication, fix stale content, trim boilerplate (#93)
- Update README for C/C# languages, GitHub Action, SARIF, init hooks (#94)
- Add scoring methodology and changelog pages (#96)
- Document --screen flag and TS/TSX function naming (#103)