v1.2.2 - Fix network error on background, auto-retry streaming with reconnect

This commit is contained in:
admin
2026-05-19 15:50:45 +04:00
Unverified
parent 2e327317e4
commit 1026259a20
3831 changed files with 384316 additions and 39 deletions

View File

@@ -197,13 +197,26 @@
</div>
<div class="settings-section">
<h3>About</h3>
<p class="about-text">Z.AI Chat v1.2.1</p>
<p class="about-text">Z.AI Chat v1.2.2</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">v1.2.2</span>
<span class="changelog-date">2026-05-19</span>
<ul>
<li>Fixed: network error on app backgrounding — now auto-retries with reconnect</li>
<li>Streaming resumes from last saved token after reconnection</li>
<li>Exponential backoff retry (3 attempts) for network interruptions</li>
<li>Retry button shown for failed requests due to connectivity</li>
<li>Offline/online detection with status banner</li>
<li>Visibility change handler saves state on app background</li>
<li>Partial response preserved and restorable on reconnect</li>
</ul>
</li>
<li>
<span class="changelog-version">v1.2.1</span>
<span class="changelog-date">2026-05-19</span>