mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
commit
014f3c3a87
3 changed files with 1034 additions and 769 deletions
|
|
@ -1,5 +1,13 @@
|
|||
## Plugin Manager (dd-mm-yyyy)
|
||||
|
||||
### 1.1.4 (09-08-2025)
|
||||
|
||||
- Cleaning up the code.
|
||||
- UI now works again for other scales if used from dev console.
|
||||
- Added a new feature to move through plugins.
|
||||
- Fixed popups getting stuck in background.
|
||||
- Missing version CHANGELOG no longer causes error
|
||||
|
||||
### 1.1.3 (06-04-2025)
|
||||
|
||||
- Hot Fix
|
||||
|
|
|
|||
|
|
@ -1,6 +1,12 @@
|
|||
{
|
||||
"plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py",
|
||||
"versions": {
|
||||
"1.1.4": {
|
||||
"api_version": 9,
|
||||
"commit_sha": "1a9468d",
|
||||
"released_on": "09-08-2025",
|
||||
"md5sum": "638c30b15027156cc6a1803d0ee07399"
|
||||
},
|
||||
"1.1.3": {
|
||||
"api_version": 9,
|
||||
"commit_sha": "728b01b",
|
||||
|
|
|
|||
1789
plugin_manager.py
1789
plugin_manager.py
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue