mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2026-08-15 13:03:08 +00:00
Bump to v0.2.2
This commit is contained in:
parent
be065fb4f7
commit
2672a5a4b0
3 changed files with 8 additions and 2 deletions
|
|
@ -1,5 +1,10 @@
|
|||
## Plugin Manager (dd-mm-yyyy)
|
||||
|
||||
### 0.2.2 (18-01-2022)
|
||||
|
||||
- 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.
|
||||
|
||||
### 0.2.1 (17-12-2022)
|
||||
|
||||
- Add Google DNS as a fallback for Jio ISP DNS blocking resolution of raw.githubusercontent.com domain.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py",
|
||||
"versions": {
|
||||
"0.2.2": null,
|
||||
"0.2.1": {
|
||||
"api_version": 7,
|
||||
"commit_sha": "8ac1032",
|
||||
|
|
@ -62,4 +63,4 @@
|
|||
"https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugins/maps.json"
|
||||
],
|
||||
"external_source_url": "https://github.com/{repository}/{content_type}/{tag}/category.json"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ _env = _ba.env()
|
|||
_uiscale = ba.app.ui.uiscale
|
||||
|
||||
|
||||
PLUGIN_MANAGER_VERSION = "0.2.1"
|
||||
PLUGIN_MANAGER_VERSION = "0.2.2"
|
||||
REPOSITORY_URL = "https://github.com/bombsquad-community/plugin-manager"
|
||||
CURRENT_TAG = "main"
|
||||
INDEX_META = "{repository_url}/{content_type}/{tag}/index.json"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue