Skip to content

Releases: G4brym/prodboard

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 09 Mar 09:54
Immutable release. Only release title and notes can be modified.
20f3860

Minor Changes

  • #17 20f3860 Thanks @G4brym! - Add trigger_schedule MCP tool to manually trigger a schedule run

    Adds a new MCP tool that allows agents and users to trigger a schedule to run immediately without waiting for the cron interval. The run is started asynchronously and returns the run ID so callers can check status via list_runs. Disabled schedules are rejected, and the concurrent run limit is enforced.

Patch Changes

  • #20 53c5d4d Thanks @G4brym! - Fix schedules with identical cron patterns — all matching schedules now fire

    Snapshot the running-run count once before the tick loop instead of re-querying
    inside the loop. This prevents a run created for schedule A from counting against
    schedule B's concurrency check when both share the same cron expression.

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 06 Mar 23:43
Immutable release. Only release title and notes can be modified.

Patch Changes

  • af1ff32 Thanks @G4brym! - Fix webui failing to load when prodboard is installed globally by adding @jsxImportSource hono/jsx pragma to all TSX files.

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 06 Mar 22:34
Immutable release. Only release title and notes can be modified.

Patch Changes

  • 62ef4b0 Thanks @G4brym! - Show config warnings (tmux availability, webui dependencies) on every CLI command. Improved webui dependency messages with actionable install commands.

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 06 Mar 22:27
Immutable release. Only release title and notes can be modified.
d418fc4

Patch Changes

  • #9 d418fc4 Thanks @G4brym! - Add daemon restart command with config validation and webui dependency checks. The install command now also validates config before proceeding. Invalid config values produce clear warnings with fix tips.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 05 Mar 21:39
Immutable release. Only release title and notes can be modified.
030c913

Minor Changes

  • #6 030c913 Thanks @G4brym! - Add OpenCode support, prodboard-managed worktrees, tmux session wrapping, configurable base path, and web UI

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 01 Mar 21:52
Immutable release. Only release title and notes can be modified.

Full Changelog: v0.1.2...v0.1.3

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 01 Mar 21:39
Immutable release. Only release title and notes can be modified.

What's Changed

  • chore: version packages by @github-actions[bot] in #4

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@G4brym G4brym released this 01 Mar 21:27
Immutable release. Only release title and notes can be modified.
fix: use changesets output instead of npm view for GitHub Release

The npm registry has propagation delay, so npm view fails immediately
after publish. Use steps.changesets.outputs.published instead.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.1.0

Choose a tag to compare

@G4brym G4brym released this 01 Mar 15:55
Immutable release. Only release title and notes can be modified.

What's Changed

  • chore: version packages by @github-actions[bot] in #1

New Contributors

  • @github-actions[bot] made their first contribution in #1

Full Changelog: https://github.com/G4brym/prodboard/commits/v0.1.0