Releases: zenobi-us/opencode-background
Releases · zenobi-us/opencode-background
v0.2.0-alpha.2
0.2.0-alpha.2 (2025-11-22)
Features
- implement OIDC-based npm publishing with separate release and publish workflows (da47216)
Bug Fixes
- add missing repository field to package.json and version management task (a82459a)
v0.1.0-alpha.2
0.1.0-alpha.2 (2025-11-21)
⚠ BREAKING CHANGES
- background-tasks: Renamed core classes and interfaces from BackgroundTask to BackgroundProcess
- Renamed
BackgroundTaskclass toBackgroundProcess - Updated all related test files, type names, and documentation
- Renamed
BackgroundTaskManagertoBackgroundProcessManager - Updated README to reflect terminology change from "tasks" to "processes"
- Renamed
Bug Fixes
- simplify ci (#7) (bd37a54)
- update .gitignore and AGENTS.md to include .memory/ directory for temporary data (10624fc)
- update echo syntax for release data output in workflow (511e5fe)
- update task descriptions and dependencies in mise scripts (3e0b818)
Code Refactoring
- background-tasks: rename BackgroundTask to BackgroundProcess (ea8cd63)