Bump to v0.2.2

This commit is contained in:
Rikko 2023-01-18 19:02:12 +05:30
parent be065fb4f7
commit 2672a5a4b0
3 changed files with 8 additions and 2 deletions

View file

@ -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.

View file

@ -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"
}
}

View file

@ -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"