Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
## Plugin Manager (dd-mm-yyyy)

### 1.1.12 (23-08-2026)

- Fixed request timeouts being reported as an unhandled error instead of
a connection problem, which left the plugin manager stuck on a spinner
- Response bodies are now read on the network threadpool rather than on
the main thread, so a slow server no longer freezes the game
- Index and changelog setup no longer deadlock after a failed fetch
- Fixed the plugin manager failing to load or refresh on networks where
one of GitHub's edge servers is unreachable; all of the published
addresses are now tried instead of a single one
- The DNS block workaround now corrects name resolution rather than
replacing the HTTP and TLS stack, so ordinary requests take the
standard code path
- Fixed the changelog window erroring out after the settings window had
been opened

### 1.1.11 (09-08-2026)

- Switched to babase.app.asyncio_loop and babase.app.threadpool
Expand Down
6 changes: 6 additions & 0 deletions index.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py",
"versions": {
"1.1.12": {
"api_version": 9,
"commit_sha": "b03ab3a",
"released_on": "23-08-2026",
"md5sum": "ae9724579bcf54c29d36b6c65cbccb06"
},
"1.1.11": {
"api_version": 9,
"commit_sha": "a74246d",
Expand Down
Loading