|
1 | 1 | ## Plugin Manager (dd-mm-yyyy) |
2 | 2 |
|
| 3 | +### 1.1.1 (09-02-2025) |
| 4 | + |
| 5 | +- Added bomb spinner widget for loading animation. |
| 6 | + |
| 7 | +### 1.1.0 (23-01-2025) |
| 8 | + |
| 9 | +- Updated to bombsquad api 9. |
| 10 | + |
| 11 | +### 1.0.23 (13-01-2025) |
| 12 | + |
| 13 | +- Fixed a bug which wasn't letting older versions run Plugin Manager. |
| 14 | + |
| 15 | +### 1.0.22 (07-08-2024) |
| 16 | + |
| 17 | +- Fixed a few Errors and UI Bugs. |
| 18 | + |
| 19 | +### 1.0.21 (20-05-2024) |
| 20 | + |
| 21 | +- Fixed an error related with notification of new plugins. |
| 22 | + |
| 23 | +### 1.0.20 (13-05-2024) |
| 24 | + |
| 25 | +- Now compatible with BS version 1.7.35+. |
| 26 | +- Updated build_number and version attributes to latest. |
| 27 | +- FIX: Changelog for all version was shown after refreshing. |
| 28 | + |
| 29 | +### 1.0.19 (05-05-2024) |
| 30 | + |
| 31 | +- Fixed an issue where changelogs were not displayed. |
| 32 | +- Changed the Authors text color to be seen more easily. |
| 33 | + |
| 34 | +### 1.0.18 (28-04-2024) |
| 35 | + |
| 36 | +- Fixed errors which were caused due to no internet connection. |
| 37 | + |
| 38 | +### 1.0.17 (22-04-2024) |
| 39 | + |
| 40 | +- Added ChangeLog Window to view latest changes. |
| 41 | + |
| 42 | +### 1.0.16 (22-04-2024) |
| 43 | + |
| 44 | +- Fix for error caused when disable button was missing |
| 45 | + |
| 46 | +### 1.0.15 (22-04-2024) |
| 47 | + |
| 48 | +- Plugins can now be viewed in A-Z and Z-A order. |
| 49 | +- Added 'Installed' category to show Installed plugins. |
| 50 | + |
| 51 | +### 1.0.14 (21-04-2024) |
| 52 | + |
| 53 | +- Displaying All Author Names and their Info for plugins. |
| 54 | + |
| 55 | +### 1.0.13 (20-04-2024) |
| 56 | + |
| 57 | +- Improvements to the new plugins notification. |
| 58 | + |
| 59 | +### 1.0.12 (20-04-2024) |
| 60 | + |
| 61 | +- Limited the "x new plugins are available" screen message to only show maximum 2 plugins. |
| 62 | + |
| 63 | +### 1.0.11 (20-04-2024) |
| 64 | + |
| 65 | +- Fixed positions of a few buttons. |
| 66 | + |
| 67 | +### 1.0.10 (19-04-2024) |
| 68 | + |
| 69 | +- Fixed up a bug in Refreshing Plugins button. |
| 70 | + |
| 71 | +### 1.0.9 (19-04-2024) |
| 72 | + |
| 73 | +- Made the Plugin names look a little cleaner. |
| 74 | + |
| 75 | +### 1.0.8 (11-04-2024) |
| 76 | + |
| 77 | +- Avoid making app-mode related calls while `SceneAppMode` isn't set. |
| 78 | + |
| 79 | +### 1.0.7 (22-02-2024) |
| 80 | + |
| 81 | +- Fix searching in plugin manager with capital letters. |
| 82 | + |
| 83 | +### 1.0.6 (26-12-2023) |
| 84 | + |
| 85 | +- Fixed plugin manager throwing errors on older builds. |
| 86 | + |
| 87 | +### 1.0.5 (11-12-2023) |
| 88 | + |
| 89 | +- Fix a typo. |
| 90 | + |
| 91 | +### 1.0.4 (08-12-2023) |
| 92 | + |
| 93 | +- Fix a few UI warnings related to 1.7.30. |
| 94 | +- Fix a memory leak. |
| 95 | + |
| 96 | +### 1.0.3 (06-10-2023) |
| 97 | + |
| 98 | +- Add a compatibility layer for older builds for API deprecation changes that occured in https://github.com/efroemling/ballistica/blob/master/CHANGELOG.md#1727-build-21282-api-8-2023-08-30 |
| 99 | + |
| 100 | +### 1.0.2 (01-10-2023) |
| 101 | + |
| 102 | +- Rename deprecated `babase.app.api_version` -> `babase.app.env.api_version`. |
| 103 | + |
| 104 | +### 1.0.1 (30-06-2023) |
| 105 | + |
| 106 | +- Allow specifying branch names in custom sources. |
| 107 | + |
| 108 | +### 1.0.0 (20-06-2023) |
| 109 | + |
| 110 | +- Migrate plugin manager's source code to API 8. |
| 111 | + |
| 112 | +### 0.3.5 (16-06-2023) |
| 113 | + |
| 114 | +- Replace the "Loading..." text with the exception message in case something goes wrong. |
| 115 | + |
| 116 | +### 0.3.4 (14-05-2023) |
| 117 | + |
| 118 | +- Optimize new plugin detection mechanism. |
| 119 | + |
| 120 | +### 0.3.3 (13-05-2023) |
| 121 | + |
| 122 | +- Print the number and names of the client supported plugins which are newly added to the plugin manager. |
| 123 | + |
| 124 | +### 0.3.2 (30-04-2023) |
| 125 | + |
| 126 | +- Fix sometimes same sound would repeat twice when pressing a button. |
| 127 | +- Low key attempt to experiment with staging branch by changing current tag in `plugin_manager.py`. |
| 128 | +- Assume underscores as spaces when searching for plugins in game. |
| 129 | + |
| 130 | +### 0.3.1 (04-03-2023) |
| 131 | + |
| 132 | +- Resize the plugin window to limit the overlapping of plugin description. |
| 133 | + |
| 134 | +### 0.3.0 (12-02-2023) |
| 135 | + |
| 136 | +- Displays a tutorial button in the plugin window, whenever there is a supported url present in the plugin data. |
| 137 | + |
| 138 | +### 0.2.2 (18-01-2023) |
| 139 | + |
| 140 | +- Auto add new line breaks in long plugin descriptions. |
| 141 | +- Fixed an issue where pressing back on the main plugin manager window would play the sound twice. |
| 142 | + |
3 | 143 | ### 0.2.1 (17-12-2022) |
4 | 144 |
|
5 | 145 | - Add Google DNS as a fallback for Jio ISP DNS blocking resolution of raw.githubusercontent.com domain. |
|
35 | 175 | ### 0.1.5 (08-09-2022) |
36 | 176 |
|
37 | 177 | - Plugin files that export classes besides plugin or game, now work. |
| 178 | + |
| 179 | +### 0.1.4 (05-09-2022) |
| 180 | + |
| 181 | +- First public release of plugin manager. 🎉 |
0 commit comments