Skip to content

Commit

Permalink
Add Network to plugin info schema (#5492)
Browse files Browse the repository at this point in the history
  • Loading branch information
2547techno committed Jul 5, 2024
1 parent 7bfb5ac commit 0442b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- Minor: Added drop indicator line while dragging in tables. (#5256)
- Minor: Add channel points indication for new bits power-up redemptions. (#5471)
- Minor: Added `/warn <username> <reason>` command for mods. This prevents the user from chatting until they acknowledge the warning. (#5474)
- Minor: Introduce HTTP API for plugins. (#5383)
- Minor: Introduce HTTP API for plugins. (#5383, #5492)
- Bugfix: Fixed tab move animation occasionally failing to start after closing a tab. (#5426)
- Bugfix: If a network request errors with 200 OK, Qt's error code is now reported instead of the HTTP status. (#5378)
- Bugfix: Fixed restricted users usernames not being clickable. (#5405)
Expand Down
2 changes: 1 addition & 1 deletion docs/plugin-info.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"type": "object",
"properties": {
"type": {
"enum": ["FilesystemRead", "FilesystemWrite"]
"enum": ["FilesystemRead", "FilesystemWrite", "Network"]
}
}
}
Expand Down

0 comments on commit 0442b7a

Please sign in to comment.