-
v1.0.0-rc2 - Windows Deployment Fix Pre-Release
released this
2026-01-27 01:18:26 +00:00 | 23 commits to master since this releasev1.0.0-rc2 - Windows Deployment Fix
Second release candidate with critical Windows deployment fixes.
What's Fixed
Windows Deployment Pipeline
- APK Discovery: Fixed APK search to correctly locate
TeamCode-debug.apk - Path Parsing: Robust quote stripping in batch files (handles both single and double quotes)
- ADB Integration: Properly resolves
adb.exefrom Android SDK platform-tools - Error Reporting: Deployment failures now correctly reported (checks
errorlevelafter adb install)
Configuration Management
- Android SDK Path: Added
android_sdk_pathto.weevil.tomlproject configuration - Migration Support: Old projects automatically upgraded with missing
android_sdk_path - Upgrade Command:
weevil upgradenow properly migrates legacy configs
Testing
- All integration tests updated and passing on Windows
- Fixed test suite to use new
ProjectConfig::new()signature
Installation
Download the appropriate binary for your platform and follow the Quick Start guide.
What's Next
See ROADMAP.md for planned features in v1.0.0 stable release.
Known Issues
None at this time. Please report any issues on our issue tracker.
Full Changelog: v1.0.0-rc1...v1.0.0-rc2
Downloads
- APK Discovery: Fixed APK search to correctly locate