• v1.4.4 7040db5ce0

    v1.4.4 Stable

    joeyr released this 2026-07-14 09:06:54 -05:00 | 16 commits to main since this release

    Fixed

    • Production compose dropped every non-secret flag. docker-compose.production.yml listed only .env in the bot's env_file, but all committed tuning — LOL_ENABLE_LIVE_MONITOR, LOL_PREDICTION_*, CLAUDE_MODEL, D2EMU_*, intervals, feature flags — lives in .env.config. The container never saw it, so the LoL live monitor came up disabled and every other flag silently fell back to its code default. Restored .env.config to the env_file list, ordered before .env so .env still wins on overlap.
    Downloads