Skip to content

v0.4.61

Choose a tag to compare

@zhengxuyu zhengxuyu released this 08 Apr 19:49
· 356 commits to main since this release

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 triggeringfrom_market not 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
```