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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
printf '%s %s\n' "$(sha256sum "release-assets/$name" | cut -d ' ' -f 1)" "$name" >> SHA256SUMS.txt
done < <(find artifacts -type f -print0 | sort -z)
cat > release-notes.txt <<EOF
WOK Client ${version} adds plain WOK.SOCIAL branding to the gameplay HUD and restores the default patched Electron 44 nightly runtime after real-play testing identified a network-latency regression in the optimized qualified runtime.
WOK Client ${version} removes disabled validation and overlay code, reduces the shipped JavaScript, and removes the Stream Krunker self-promotion while preserving genuine Live Streams.

The Windows x64 installer uses the patched Electron 44 nightly archive whose SHA-256 is b754494a4cefb03de1e120f936c68de231b1dd58c9b2c72bd60a8b60e966bc0e.

Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## WOK Client 1.1.0-rc.12 (2026-08-30)

### Cleanup
- Removed the disabled adaptive gameplay validator and unreachable renderer/main-process integration.
- Removed the already-unshipped performance/network overlay implementation, dead theme variables, six unused exports, and two unreferenced repository images.
- Reduced runtime JavaScript outputs from 16 to 13 and removed 38,294 bytes from the bundled JavaScript.
- Removed 2,686 lines while preserving migration, compatibility, active diagnostics, launch media, input, networking, visuals and calibration.

### Menu
- Added a static Clean Menu UI fallback that removes `Stream Krunker and get Featured!` from Live Streams while preserving genuine stream cards and layout.

## WOK Client 1.1.0-rc.11 (2026-08-30)

### Branding
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wok-client",
"productName": "WOK Client",
"version": "1.1.0-rc.11",
"version": "1.1.0-rc.12",
"private": true,
"description": "The fastest Krunker client. Ever.",
"main": "./bundle/main.mjs",
Expand Down