-
Notifications
You must be signed in to change notification settings - Fork 0
Changelog
github-actions[bot] edited this page Jun 3, 2026
·
115 revisions
All notable changes to WKVRCProxy. The format follows Keep a Changelog and the project uses date-driven versioning (YYYY.M.D.N for releases, YYYY.M.D.N-XXXX for development builds; see Build Pipeline for shape rules).
Release entries are listed newest first. This changelog starts with the first public GitHub release.
- Refactor proxy client hotspots (27aa711)
- Bump the minor-and-patch group with 1 update (#63) (cc33fb8)
- mesh: Use proxy public endpoint (648c66b)
v2026.5.27.0 - 2026-05-27
- helper: Surface helper_eligibility_skipped frames on watchdog console (f402c53)
- helper: Hold-and-announce flow for window-pull leases (100e71f)
- updater: Opt-in to prereleases for both startup nudge and updater (44d6b81)
- wrapper: Reactive og fallback on observed AVPro load_failure (59dc5d7)
- wrapper: Surface server public_message via og_fallback_notify (58e2c35)
- helper: Hardcode GPU throttle; refuse integrated GPUs (79439bd)
- Bump the minor-and-patch group with 2 updates (#61) (b4528b1)
- helper: NVENC scale_cuda filter syntax and NVDEC reference-frame pool (0d339d3)
- helper: Route seg 0 through software decode + reject empty output (0aca4ac)
- helper: Widen NVDEC pool to 32 + retry truncated video via software (ab18327)
- helper: Run video-duration check on every decode path (f66790f)
- helper: Fall back to container duration when stream tag missing (b39602a)
- relay: Scope manifest classification to .m3u8/.mpd extensions (d23943d)
- vrclog: Avoid replaying old failures on startup (f2bc3d0)
- relay: Retry fresh port after bind failure (07c9ba7)
- helper: Drop +discardcorrupt and emit SPS at every IDR (3c0eb3e)
v2026.5.16.0 - 2026-05-16
- helper: Expand helper lease + resolve diagnostics (29d82cf)
- helper: Trust key challenge, encoder smoke test, pre-upload validation (9f913f4)
- wrapper: Retry resolve on discovery_in_progress with deadline-aware hold (49fb3b7)
- wrapper: Bump resolve deadline from 18s to 28s (c89e234)
- wrapper: Classify og-fallback content_not_found patterns (c7a4376)
- wrapper: Re-establish pipe per retry so resolve retries can actually send (5070472)
- ipc: Align watchdog per-request budget with wrapper deadline (c64298e)
v2026.5.14.0 - 2026-05-14
- watchdog: Add interactive terminal and HTTPS relay bootstrap (b0475d0)
- watchdog: Add advanced terminal renderer (11749d3)
- helper: Ship ffmpeg and handle transcode leases (f150370)
- helper: Add hitch diagnostics and benchmarked presets (036692e)
- mesh: Playback_feedback emits delivered_height + kind=playing telemetry (f133ffb)
- helper: Add ffmpeg hardware decode fallback (2caac69)
- Improve helper diagnostics and terminal input (3988dad)
- patcher: Identify wrappers by marker; drop bundled yt-dlp (0286d54)
- relay: Stream-localize manifests so playback_id tokens dont 502 (fa74463)
v2026.5.10.4 - 2026-05-10
- Local WhyKnot trust gateway for VRChat video players, including
localhost.youtube.complayback URLs that keep first-party WhyKnot streams inside the allowed playback path. - Direct handling for pasted
whyknot.devplayback proxy URLs, so a first-party proxy URL in a video player resolves to a local manifest instead of recursively re-resolving itself. - Local HLS/DASH manifest localization for first-party WhyKnot proxy URLs, including child manifests and segment URLs with stable local names.
- Mesh client support for WhyKnot backend protocol negotiation, binary response handling, cached welcomes, reconnects, and playback feedback.
- WKVRCProxy updater and uninstaller executables with zip verification, rollback-aware updates, hosts cleanup, state cleanup, and install-folder removal.
- Persistent logs, crash snapshots, startup/runtime context, and redacted error reporting.
- Reorganized the client into focused modules for URL policy, relay target validation, manifest rewriting, header forwarding, port tracking, resolve cache, and wrapper behavior.
- Hardened relay shutdown and cleanup so port files, patched binaries, sidecar files, state files, named pipes, and child processes are cleaned when possible.
- Build and release pipeline now signs tagged builds, emits a per-file SHA256 manifest, syncs wiki docs, and gates release notes for public wording and ASCII output.
- Documentation now describes the current watchdog-only architecture, trust gateway behavior, quick start, updater, uninstaller, build pipeline, and release process.
- Prevented non-WhyKnot URLs and local gateway URLs from being wrapped into the trust gateway accidentally.
- Rejected unsafe relay requests with invalid Host headers, unsupported HTTP methods, non-HTTP targets, or non-WhyKnot playback targets.
- Avoided stale localhost gateway cache entries by canonicalizing playback feedback back to first-party WhyKnot target URLs.
- Kept upstream manifest responses uncompressed while they are inspected so headers and body content stay consistent.
- Preserved third-party manifest URLs and data URIs during localization so external media references are not rewritten incorrectly.
- Added regression coverage for direct WhyKnot URLs, Popcorn proxy URLs, manifest localization, local-gateway canonicalization, cache eviction, target validation, and relay host validation.
Start here
For users
Reference
For maintainers