You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.1-beta.20.9 was tagged + the empty release page created before we
caught that the Windows packaging step had also been shipping zips
without ffmpeg DLLs since the vendored Windows tree landed. Rather
than force-rewriting the v1.1-beta.20.9 tag (destructive), we bump
to v1.1-beta.20.10. The v1.1-beta.20.9 tag remains as a historical
marker; its release page will be deleted to avoid user confusion.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/download.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ title: Download
7
7
8
8
---
9
9
10
-
## Latest Beta — v1.1-beta.20.9 (macOS Universal + Windows x64)
10
+
## Latest Beta — v1.1-beta.20.10 (macOS Universal + Windows x64)
11
11
12
-
**Critical fix release.** v1.1-beta.20.8 crashed on launch on every macOS user's machine because the ffmpeg dylibs weren't bundled inside the `.app` / `.vst3` / `.component` / `.clap` — the binaries pointed at the GitHub Actions runner's build path. v1.1-beta.20.9 ships dylibs inside each bundle's `Contents/Frameworks/` and uses `@loader_path` so they resolve anywhere.
12
+
**Critical fix release.** v1.1-beta.20.8 crashed on launch on every macOS user's machine because the ffmpeg dylibs weren't bundled inside the `.app` / `.vst3` / `.component` / `.clap` — the binaries pointed at the GitHub Actions runner's build path. v1.1-beta.20.10 ships dylibs inside each bundle's `Contents/Frameworks/` and uses `@loader_path` so they resolve anywhere.
13
13
14
14
**Highlights (carried over from beta.20.8):**
15
15
- Native webcam capture + H.264 broadcast/receive in standalone and DAW-hosted plugin
@@ -21,8 +21,8 @@ title: Download
21
21
**This is beta software** — report issues on [GitHub](https://github.com/mkschulze/JamWide/issues).
<pclass="version-info">macOS Universal (Apple Silicon + Intel) / Windows x64 — Linux next beta</p>
28
28
</div>
@@ -33,7 +33,7 @@ title: Download
33
33
34
34
## Linux — use v1.1-beta.20.5 for now
35
35
36
-
If you're on Linux, use the older cross-platform beta until the next tag lands the camera-code conditional. v1.1-beta.20.9 ships macOS + Windows only.
36
+
If you're on Linux, use the older cross-platform beta until the next tag lands the camera-code conditional. v1.1-beta.20.10 ships macOS + Windows only.
0 commit comments