• Removed base64 encoded popup (trusting the community that they won't change the name & steal credits)
• No longer requires a compulsive function to always show the party chat icon, hence, removed.
• Add the missing JUMP_RELEASE button
• Additional code which was added for compatibility between different versions of API 8 was removed;
• Removed PLUGIN functionality (not required anymore)
• Use default `# ba_meta export` class
• No longer imports the whole babase module, only the necessary one's
• Logs of previous game launch are also saved now
• Added new function `export_logs`: (logs are saved to 'Download' folder)
• Added new function `version`: (it tells the current version of terminal)
• Bug fix: creating sys in newer versions (it is now required to add `build number` to the sys folder name)
• Removed screenmessages for deleting scripts: (the game now tells about the required app restart & also automatically quits)
• Improved make_folder code
• Translate yours/others chat with ease!
• Single Click message to __translate__
• Double Click message to __copy__
• Double Click 'Trans' button to open translation settings.
• Compatible with other PW mods (like advanced_party_window)
• Since 1.7.30, Eric deprecated short-form `# ba_meta export keyboard` and instead encourage modders to directly use module names `export bauiv1.Keyboard`
• But older versions have it at `export babase.Keyboard`
• So until 1.8 releases, I'm using a plugin which manually registers our keyboard class.
• Added ALL icons
• Will automatically add new icons introduced in-game in future
• Fixed errors; no characters present in `num` & `pages` list
• Rename file to lowercase: To follow new schema according to using mods via Workspace
• Renamed to lowercase (terminal.py)
• Added new function `internal_packages`
• Merged create/delete_sys as `system_scripts`
• Bug fix: The temporary zip files are now deleted automatically
• Added Round Timer for each round
Fixes 3 major issues:
• If "friends" are doing timepass instead of grabbing flags
• If player leaves match when others have got flags
• Adds support for infinite players (earlier supported only 13 players due to limited flag colors list)
• Implements workaround method of `create_sys` folder for all devices.
(Earlier I made that only for Android 13, but recently faced the same error but on Android 12. So it isn't dependent on Android version)