-
-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathaddon_versions.json
More file actions
29 lines (29 loc) · 1.33 KB
/
addon_versions.json
File metadata and controls
29 lines (29 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"addons": {
"device_control": {
"version": "5.7.6",
"display_name": "Device Control",
"changelog": "Parity helpers (TCode UDP/TCP backends, dirty dedupe, sync ramp, smart limit, auto-reconnect), multi-instance backend support, addons_common shared package"
},
"streamer": {
"version": "3.7.0",
"display_name": "Video Streamer",
"changelog": "RFC 7233 range parser in handlers (returns 416 on bad ranges), ETag with mtime, video_path snapshot in all handlers, image proxy SSRF allowlist + streaming, codec cache (path/mtime), mDNS keepalive, transcode cache cleanup, transcode cache key includes mtime"
},
"subtitle_translation": {
"version": "1.0.2",
"display_name": "Subtitle Translation",
"changelog": "Batched LLM translation (8 cues/call, ~5x throughput) with per-line parse-failure fallback, VAD model singleton, streaming audio energy, cleanup helper, BackgroundJob threaded wrapper"
},
"addons_common": {
"version": "0.1.1",
"display_name": "Addons Common",
"changelog": "Shared package: ServiceState, BackgroundJob, cleanup_old_files, RateLimiter, SpeedLimiter, AddonStatus registry"
},
"patreon_features": {
"version": "1.1.4",
"display_name": "Patreon Features",
"changelog": "UI form factor unification"
}
}
}