v2.2.5: Shebang patching + proot from nativeLib + Termux RUN_COMMAND + F-Droid fallback

This commit is contained in:
admin
2026-05-19 21:14:26 +04:00
Unverified
parent ce0cf20eaf
commit 71a26e259d
6 changed files with 230 additions and 107 deletions

View File

@@ -327,13 +327,24 @@
</div>
<div class="settings-section">
<h3>About</h3>
<p class="about-text">Z.AI Chat v2.2.4</p>
<p class="about-text">Z.AI Chat v2.2.5</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.2.5</span>
<span class="changelog-date">2026-05-19</span>
<ul>
<li><strong>Shebang Patching</strong> — all bin/ scripts patched to use #!/system/bin/sh (bypasses interpreter SELinux)</li>
<li><strong>Proot from APK nativeLib</strong> — uses proot directly from APK (apk_data_file SELinux label, always executable)</li>
<li><strong>Termux Integration</strong> — detects installed Termux, sends RUN_COMMAND to install tools</li>
<li><strong>F-Droid Fallback</strong> — opens Termux F-Droid page if not installed</li>
<li><strong>3-Strategy Install</strong> — direct → proot → Termux RUN_COMMAND → manual instructions</li>
</ul>
</li>
<li>
<span class="changelog-version">v2.2.4</span>
<span class="changelog-date">2026-05-19</span>