# Changelog of Crypto Momentum Detector (`0xgollum/crypto-momentum-detector`) Actor

- **URL**: https://apify.com/0xgollum/crypto-momentum-detector/changelog.md
- **Full Actor documentation**: https://apify.com/0xgollum/crypto-momentum-detector.md

## Changelog

### 0.1.x — Reliability pass (portfolio-wide sweep, 09/09/2026)

**Fixed**

- **A new launch held back by `max_results` was never reported.** Every
  address evaluated was marked as seen, including launches that qualified but
  were cut by the cap; on the next run they were `already_known` and silently
  skipped. Held-back launches are now left unseen and come back next run.
- **State was written before the push.** If `push_data` failed, the launches
  were marked seen and lost. The seen-set is now persisted only after the push
  succeeds.
