mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-13 07:29:39 +00:00
22 lines
415 B
Markdown
22 lines
415 B
Markdown
# LiveSync Debug Plugin
|
|
|
|
The LiveSync debug plugin is meant for developers who want to see the
|
|
queue entries and how they are simplified into actual CRUD-like updates.
|
|
|
|
It's only intended for developers and thus it is not included when installing
|
|
plugins via the `indico-plugins` meta package.
|
|
|
|
## Changelog
|
|
|
|
### 3.3
|
|
|
|
- Support Python 3.12
|
|
|
|
### 3.2
|
|
|
|
- Support Python 3.11
|
|
|
|
### 3.0
|
|
|
|
- Initial release for Indico 3.0
|