- fix(intruder): FATAL EXCEPTION 'Cannot operate on a closed database.'
on startup with auto-open last project. Race between on_mount DB workers
and switch_db() closing the connection. Fix: cancel in-flight workers
before switch_db() + exit_on_error=False on load workers.
- fix(project_manager): 'No module named pentool.tui.screens.scanner'
when PRO not installed — _reload_scanner() now uses the guarded import
from screens/__init__.py and skips cleanly when PRO is absent.
Full changelog: https://github.com/DrXOps/pentool/compare/v0.2.9...v0.2.10