• eric released this 2026-01-27 01:18:26 +00:00 | 23 commits to master since this release

    v1.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.exe from Android SDK platform-tools
    • Error Reporting: Deployment failures now correctly reported (checks errorlevel after adb install)

    Configuration Management

    • Android SDK Path: Added android_sdk_path to .weevil.toml project configuration
    • Migration Support: Old projects automatically upgraded with missing android_sdk_path
    • Upgrade Command: weevil upgrade now 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