v3.3.1: HTML preview fix — code blocks no longer break chat

This commit is contained in:
admin
2026-05-21 18:29:51 +04:00
Unverified
parent e2a97a958a
commit 270372eac0
5 changed files with 15 additions and 5 deletions

View File

@@ -354,7 +354,7 @@
</div>
<div class="settings-section">
<h3>About</h3>
<p class="about-text">Z.AI Chat v3.3.0</p>
<p class="about-text">Z.AI Chat v3.3.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>
@@ -362,6 +362,11 @@
<h3>Changelog</h3>
<ul class="changelog-list">
<li>
<span class="changelog-version">v3.3.1</span>
<span class="changelog-date">2026-05-21</span>
<ul>
<li><strong>HTML Preview</strong> — HTML code blocks no longer break chat; sandboxed iframe preview with Open in Browser</li>
</ul>
<span class="changelog-version">v3.3.0</span>
<span class="changelog-date">2026-05-21</span>
<ul>

View File

@@ -3240,7 +3240,7 @@
termState.projectsDir = env.PROJECTS;
termState.cwd = env.CWD || env.HOME;
updateCwdDisplay();
termPrint('Z.AI Terminal v3.3.0', 'info');
termPrint('Z.AI Terminal v3.3.1', 'info');
termPrint('Home: ' + termState.homeDir, 'info');
termPrint('Type "help" for commands, "setup" for dev tools\n', 'info');
}).catch(function() {});