Skip to content

Releases: owenshuo/open-bounty-radar

Open Bounty Radar v0.3.0

08 Jun 03:25

Choose a tag to compare

Highlights

  • Added a scheduled GitHub Pages live discovery dashboard refreshed every 30 minutes.
  • Published clear hosted entry points for the live dashboard and offline demo.
  • Refreshed the scan dashboard with a darker live-radar UI while keeping it self-contained and static.
  • Improved GitHub API proxy stability with Undici ProxyAgent.
  • Added faster broad discovery defaults for live scans.

Dashboard

Reliability

  • Added request timeout and proxy configuration documentation.
  • Added payment-risk detection for broken bounty or payout flows.
  • Improved false-positive handling for bounty-like dates.
  • Reduced low-return crowded candidate noise.

Validation

  • npm run release:check passed before tagging.
  • CI and Pages workflows run on push.

Open Bounty Radar v0.2.0

01 Jun 04:43

Choose a tag to compare

Open Bounty Radar v0.2.0 improves real-world bounty discovery and triage quality.

Highlights:

  • Add issue comment signal analysis for proposal density, reviewer activity, and fixed/closing signals.
  • Avoid downgrading simple interest comments such as "I can work on this" unless real proposals or reviewer activity are present.
  • Downgrade crowded proposal issues from act-now to manual-review or skip.
  • Add broader discovery scan mode with npm run scan:discovery.
  • Add reward and amount search presets for wider candidate discovery.
  • Keep discovery output separate from compact example reports.

Why it matters:

  • The scanner now avoids obvious duplicate/proposal-crowded work more reliably.
  • Discovery mode increases recall while preserving responsible contribution risk labels.

Validation:

  • npm test: 111 passed
  • npm run release:check: ok
  • GitHub Actions CI: success
  • Pages Demo workflow: success

Try discovery mode:

export GITHUB_TOKEN=github_pat_xxx
npm run scan:discovery

Docs:

Open Bounty Radar v0.1.1

01 Jun 02:12

Choose a tag to compare

Open Bounty Radar v0.1.1 aligns the public release with the latest OSS review-readiness work on main.

What changed since v0.1.0:

  • CI now runs the full npm run release:check gate.
  • The offline demo fixture now shows an actionable act-now / ready candidate in the dashboard.
  • The README demo screenshot has been refreshed for public review.
  • Added responsible contribution guidance for avoiding duplicate, spammy, or rule-evading bounty PRs.

Validation:

  • npm test: 105 passed
  • npm run release:check: ok
  • GitHub Actions CI: success

Start with:

npm test
npm run init
npm run doctor
npm run radar

For an offline demo:

npm run demo:offline
npm run serve

Docs:

Open Bounty Radar v0.1.0

01 Jun 02:01

Choose a tag to compare

Open Bounty Radar v0.1.0 is the first public CLI release for discovering, scoring, and monitoring paid open-source issues and bounty-style pull request opportunities.

Highlights:

  • Local-first scan and watch workflows.
  • Markdown, JSON, CSV, JSONL, static HTML, and dashboard outputs.
  • Linked PR competition analysis, readiness checks, watch insights, and notification rules.
  • GitHub Actions template, JSON schema, offline demo fixtures, release checks, and CI.
  • Demo dashboard screenshot for quick project review.
  • Responsible contribution guidance for avoiding duplicate, spammy, or rule-evading bounty PRs.

Start with:

npm test
npm run init
npm run doctor
npm run radar

For an offline demo:

npm run demo:offline
npm run serve

Docs: