tag:github.com,2008:https://github.com/alaevate/deeproulette/releasesRelease notes from deeproulette2026-03-08T08:26:58Ztag:github.com,2008:Repository/1039276090/v2.0.02026-03-08T08:26:59ZDeepRoulette v2.0.0<p>Complete rewrite with a new look and smarter engine.</p>
<h3>✨ What's New</h3>
<ul>
<li>5 betting strategies (Sniper, Aggressive, Balanced, Conservative, Adaptive)</li>
<li>New colourful terminal UI with live stats after every spin</li>
<li>Interactive menu — no commands needed</li>
<li>Simulation speed presets (Normal / Fast / Turbo / Max)</li>
<li>AI shows bet advice before each spin</li>
<li>Auto-reconnect if live connection drops</li>
<li>Test Mode — pauses at 100/250/500/1000 spins to show stats (toggle <code>TEST_MODE</code> in <code>settings.py</code>)</li>
<li>Update checker — notifies you when a new version is out</li>
<li>Linux & macOS support via <code>scripts/install.sh</code> and <code>scripts/run.sh</code></li>
</ul>
<h3>🐛 Fixes</h3>
<ul>
<li>Fixed Keras warning about <code>input_shape</code></li>
<li>Fixed crash caused by missing <code>get_color</code> method</li>
<li>Fixed broken README links</li>
</ul>
<h3>🚀 Getting Started</h3>
<p><strong>Option 1 — Download the EXE (Windows, no install needed)</strong></p>
<ul>
<li>Download <code>DeepRoulette-v2.0.0-windows.exe</code> from the Assets below and run it directly.</li>
</ul>
<p><strong>Option 2 — Run from source</strong></p>
<ul>
<li><strong>Windows</strong> : run <code>scripts/install.bat</code> once, then <code>scripts/run.bat</code></li>
<li><strong>Linux / macOS</strong> : run <code>bash scripts/install.sh</code> once, then <code>bash scripts/run.sh</code></li>
</ul>
<h3>📦 Why is the EXE so large? (~400–700 MB)</h3>
<p>The <code>.exe</code> bundles the full Python runtime, TensorFlow/Keras (~300–500 MB alone), and all dependencies into a single file so you don't need to install anything. This is normal for AI applications.</p>
<blockquote>
<p>Want a smaller footprint? Clone the repo and run from source.</p>
</blockquote>
<hr>
<p><strong>Full Changelog</strong>: <a href="https://github.com/alaevate/deeproulette/commits/v2.0.0">https://github.com/alaevate/deeproulette/commits/v2.0.0</a></p>alaevate