Releases: iExly/InstaReport
Releases · iExly/InstaReport
Release list
v8.7.0
v8.7.0 - 2026-07-07
New Features
- Randomized Action Delays - all timing constants now apply +/-30% jitter to mimic human behavior
- Exponential Backoff on Retry - smarter retry pacing instead of linear 5s steps
- Account Health Pre-Check - accounts tested for valid login before each campaign run
- Bulk Target Import - import .txt files in Batch Processor
- Auto-Update Check - checks GitHub for newer versions on startup
- Campaign Resume Support - progress saved to SQLite for future resume
Bug Fixes
- Nuitka Frozen Loop - fixed infinite popup when running compiled binary
- Constants import sys - fixed crash in frozen binary
- Dep Check Loop - no more hang when compiled (no pip)
- Version Sync - init.py and constants.py now match
Improvements
- Auto .venv creation on first run - no system Python pollution
- --no-dep-check flag to skip dependency verification
- run.bat / run.sh prefer .venv Python
- All module-based sleeps now routed through _delay() with jitter