Releases: Guck111/devpinger
Releases · Guck111/devpinger
Release list
v1.0.0 — first stable release
First stable release of DevPinger — a Telegram inbox for engineering notifications.
What ships
| Surface | What you get |
|---|---|
| Sources | GitHub (PRs, reviews, comments, issues, releases, CI failures, direct pushes to default branch) and Jira Cloud (issues, comments, status changes, worklogs, mentions). |
| Delivery | A single Telegram bot — @dev_pinger_bot. |
| Inline actions | GitHub: approve, comment, view diff, snooze, mute. Jira: comment, transition, reply to comment, snooze, mute. |
| Filtering | Mute by source, repo, project, or event type. Self-suppression toggle. |
| Auth | Telegram /start + OAuth flows for GitHub and Jira. Tokens stored AES-256-GCM encrypted. |
| Privacy | /unsubscribe, /export, /forget_event for GDPR rights. Plan-driven event retention. |
Get started
- Managed bot: open @dev_pinger_bot in Telegram, tap
/start. - Self-host: one-command Docker Compose. See docs/SELF_HOSTING.md.
Preorder
$9 lifetime × 30 seats at preorder.devpinger.com. After that $19/mo.
Architecture
SourceAdapter / DestinationAdapter pattern under packages/sources/ and packages/destinations/. Adding a new integration is a one-package change. See docs/ARCHITECTURE.md.
Roadmap
- v1.5 — Microsoft Teams as a source.
- v2 — AI digests, email delivery, web inbox, recurring Stripe billing. See docs/ROADMAP.md.
License
MIT.