- Allow specifying branch names in custom sources.
- Migrate plugin manager's source code to API 8.
- Replace the "Loading..." text with the exception message in case something goes wrong.
- Optimize new plugin detection mechanism.
- Print the number and names of the client supported plugins which are newly added to the plugin manager.
- Fix sometimes same sound would repeat twice when pressing a button.
- Low key attempt to experiment with staging branch by changing current tag in
plugin_manager.py. - Assume underscores as spaces when searching for plugins in game.
- Resize the plugin window to limit the overlapping of plugin description.
- Displays a tutorial button in the plugin window, whenever there is a supported url present in the plugin data.
- Auto add new line breaks in long plugin descriptions.
- Fixed an issue where pressing back on the main plugin manager window would play the sound twice.
- Add Google DNS as a fallback for Jio ISP DNS blocking resolution of raw.githubusercontent.com domain.
- Removed
on_plugin_manager_promptand replaced it with the in-game's plugin settings ui
- Added Discord and Github textures on buttons
- Search now filters on author names and plugin description.
- Use HTTPS for all network requests (now that the Android bug has been resolved as of v1.7.11).
- Added New Option in settings for Notifying new plugins.
- Added a Discord Button to join Bombsquad's Official Discord server.
- Distinguish the settings button with a cyan color (previously was green) in plugin manager window.
- Clean up some internal code.
- Plugin files that export classes besides plugin or game, now work.