Version 6.0.2 is a major refactor of 6.0.0, adding roughly 16 KB and restructuring several systems.
Key changes:
- Replaces the fixed startup delay with guarded, deferred module mounting.
- Improves cookies, DOM utilities, WebSocket tracking, and extension cleanup.
- Rewrites BotClient connection handling with room validation, connection states, heartbeat cleanup, stale-socket protection, and safer event processing.
- Introduces
AutoDraw as a separate module managing drawing tasks and connected bots.
- Moves
GhostCanvas beneath AutoDraw and introduces a dedicated Pixel class.
- Improves pixel filtering, minification, sorting, and canvas dragging.
- Makes AutoTranslate DOM and network handling safer.