- --backend gh|tea flag on notif pull command - ARGUS_BACKEND env var (default: gh) - gh backend: uses gh CLI for GitHub notifications - tea backend: uses tea CLI for Forgejo notifications Bump to v0.2.0
865 B
865 B
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.
[0.2.0] - 2026-02-22
Added
- Backend flag:
--backend gh|teafor GitHub or Forgejo support ARGUS_BACKENDenvironment variable (default:gh)- Forgejo notifications via
teaCLI
Changed
- Simplified port config: single
ARGUS_PORT(dashboard), datasette on port+1 - Removed
ARGUS_DASHBOARD_PORTenv var
[0.1.0] - 2026-02-22
Added
- Initial release
- CLI with notification, activity, and escalation commands
- SQLite database for persistent state
- Datasette integration for API access
- Static HTML dashboard
- Systemd service for background operation
- Install/uninstall scripts