v0.4.61
Features
- Text size control — Settings > Display slider with 10 levels (0-9px boost). Default +2px for better readability. (#262, #263)
Bug Fixes
- COO infinite loop — Cancelled child triggered re-dispatch cycle via stale siblings. Now only the current completing node triggers the cancelled path. (#264)
- Talent Market API format — API upgraded from
{roles}to{type, results}. Added_normalize_api_response()for compatibility. (#266, #267, #268) - Shortlist not triggering —
from_marketnot set after successful results→roles normalization, so auto-submit never fired. - Zip download crash — Chinese project names caused UnicodeEncodeError in Content-Disposition header. Fixed with RFC 5987 encoding. (#265)
- Balance feedback — Talent Market insufficient balance now surfaces warning instead of silent empty result. (#267)
Install / Upgrade
```bash
npx @1mancompany/onemancompany@latest
```