diff --git a/README.md b/README.md index bb24c6a..983875b 100644 --- a/README.md +++ b/README.md @@ -631,6 +631,11 @@ data: [DONE] ## Changelog +### v3.3.1 (2026-05-21) +- **HTML Preview** — HTML code blocks no longer render inside chat and break the flow +- Added sandboxed iframe preview panel with Preview button +- Added Open in Browser button for full-screen HTML preview + ### v3.3.0 (2026-05-21) - **File Manager** — browse device files (App Files, Downloads, Camera, Storage), open/preview any file, install APKs directly - **SSH / Remote Access** — AI can SSH into external machines, SCP upload/download, curl URLs diff --git a/android/app/build.gradle b/android/app/build.gradle index a048e74..d29cc74 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -21,8 +21,8 @@ android { applicationId "ai.z.chat" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 25 - versionName "3.3.0" + versionCode 26 + versionName "3.3.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { ignoreAssetsPattern = '!.svn:!.git:!.ds_store:!*.scc:.*:!CVS:!thumbs.db:!picasa.ini:!*~' diff --git a/package.json b/package.json index ef7143d..4ae9b7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zai-chat", - "version": "3.3.0", + "version": "3.3.1", "description": "Z.AI Chat - Full stack AI chat powered by GLM Coding Plan", "main": "index.js", "scripts": { diff --git a/www/index.html b/www/index.html index 9538049..6aa9f27 100644 --- a/www/index.html +++ b/www/index.html @@ -354,7 +354,7 @@

About

-

Z.AI Chat v3.3.0

+

Z.AI Chat v3.3.1

Built with Z.AI SDK & GLM-5.1

Compatible with Android 15/16

@@ -362,6 +362,11 @@

Changelog