What's New in v1.1
This update introduces a robust local storage architecture, a brand new command engine, and significant stability improvements to the core plugin.
✨ New Features
- Code History & Storage: The plugin now automatically saves your original unencrypted codes locally in a secure, JSON-formatted data folder (
EncryptLuaScriptsData). - Command Router: Execute quick text commands directly from your edit box. Type
mycodes,clearmycodes,help,whatsapp,telegram, orcmdto interact with the plugin without navigating menus.
🛠 Under the Hood & Bug Fixes
- Memory Optimization: Implemented early-return guard clauses for the command engine. The plugin now bypasses heavy regex matching on large files, saving memory and preventing lag on older Android devices.
- Crash Prevention: Added
pcallprotections around JSON parsing. If the storage file is ever manually modified and corrupted, it will gracefully reset instead of crashing the screen reader. - Safer Intents: Added
Intent.FLAG_ACTIVITY_NEW_TASKto WhatsApp and Telegram routing to prevent background service crashes on newer Android versions.