v2.0.1: APK verification, stay awake fix, configurable auto-fix retries

This commit is contained in:
admin
2026-05-19 18:04:33 +04:00
Unverified
parent e7015b129a
commit 5572f2cb60
7 changed files with 88 additions and 33 deletions

View File

@@ -256,6 +256,11 @@
</label>
</div>
<span class="input-hint">Prevents screen sleep while agent is working</span>
<div class="input-group" style="margin-top:12px">
<label>Max Auto-Fix Retries: <span id="retries-value">10</span></label>
<input type="range" id="settings-maxretries" min="1" max="30" step="1" value="10">
</div>
<span class="input-hint">How many times AI will auto-retry after build failures</span>
</div>
<div class="settings-section">
<h3>Appearance</h3>
@@ -274,13 +279,22 @@
</div>
<div class="settings-section">
<h3>About</h3>
<p class="about-text">Z.AI Chat v2.0.0</p>
<p class="about-text">Z.AI Chat v2.0.1</p>
<p class="about-text">Built with Z.AI SDK &amp; GLM-5.1</p>
<p class="about-text">Compatible with Android 15/16</p>
</div>
<div class="settings-section">
<h3>Changelog</h3>
<ul class="changelog-list">
<li>
<span class="changelog-version">v2.0.1</span>
<span class="changelog-date">2026-05-19</span>
<ul>
<li><strong>APK Verification</strong> — build output now verified: confirms APK file exists and shows size</li>
<li><strong>Stay Awake Fix</strong> — dual wake locks (screen bright + CPU) keep device fully awake during builds</li>
<li><strong>Configurable Retries</strong> — max auto-fix retries now adjustable (130) in Settings, default 10</li>
</ul>
</li>
<li>
<span class="changelog-version">v2.0.0</span>
<span class="changelog-date">2026-05-19</span>