[0.1.9-alpha] - 2025-10-03
Fixed
- Mission pause/resume functionality with proper phase checkpoint handling
- Mission activity log persistence across pause/resume cycles
- Round/Pass counter initialization when resuming missions
- Password hashing compatibility by switching from passlib to libpass (maintained fork)
- Bcrypt version pinned to 4.1.3 for compatibility
Changed
- Unified checkpoint system using save_phase_checkpoint consistently
- Ensured all sections are researched in each round after mission resume
Security
- Replaced deprecated passlib with actively maintained libpass fork
- Fixed bcrypt compatibility issues with password verification