What's Changed​

  • First stable release after more than 8 months long development and beta phase
  • 63fbe45: Add Indonesian translation by @hapnan (Closes #29)
  • Rerelease of 0.9.10 as 1.0.0 as it has proven stable long enough now, dropping the beta tag
  • Updated copyright year in installer
Full Changelog: v0.9.10-beta...v1.0.0

What's Changed​

Full Changelog: v0.9.9-beta...v0.9.10-beta

What's Changed​

  • 45a7fae: Fix peer discovery requests with multiple NICs …
  • 9cf3208: Fix Beam sender not stopped if a filter is removed
Full Changelog: v0.9.8-beta...v0.9.9-beta

What's Changed​

  • dc550b0: Fix crash on socket connection to audio only or video only feed …
  • b51840a: Fix peer discovery occasionally failing, sped up property windows loading …
  • 68dae61: Fix client errors killing peer discovery server …
  • 09efdec: Fix wrong pipe identifier for manual selections …
  • 70121e7: Update to .NET 8.0 (from 7.0) …
As a fun coincidence, the jump from Beam 0.9.7 to 0.9.8 also introduces the switch from .NET 7 to .NET 8, which has been released a few days ago and is now the latest LTS version. From now on it is used to compile Beam. The binary file size decreased significantly compared to before. Performance improvements could also be expected in theory, though there is no benchmarking done to test and verify this for this project. More on this: https://devblogs.microsoft.com/dotnet/announcing-dotnet-8/

Full Changelog: v0.9.7-beta...v0.9.8-beta

What's Changed​

  • 926c564: Fix receive/render delay calculation for high FPS …
  • 9c690db: Fix wrong render delay after receiver reconnect …
  • 0e6b09d: Optimize receive timestamp processing
  • 03b1414: Add high receive buffer log warning
  • 4edec45: Update included libjpeg-turbo library to 3.0.1 …
Full Changelog: v0.9.6-beta...v0.9.7-beta

What's Changed​

  • df06653 + 58fad51: Add warning for non-local network interfaces
  • e454031: Fix potential crash on OBS exit …
Full Changelog: v0.9.5-beta...v0.9.6-beta

What's Changed​

  • 3dfb821: Activate JPEG compression by default
  • 4574928: Show warning and help for missing libjpeg-turbo …
  • dfbeeab: Fix listen port setting visibility logic v2 …
Full Changelog: v0.9.4-beta...v0.9.5-beta

What's Changed​

  • 0862f39: Fix listen port setting visibility logic …
  • 59667d5: Make TCP the default selection in settings …
  • 5c1e2e6: Add peer discovery version mismatch detection
Full Changelog: v0.9.3-beta...v0.9.4-beta

What's Changed​

  • 3927be8: Fix audio data plane and size calculations …
  • 5b5c285: Fix audio only filter not initializing …
  • 6a8830c: Changed "Receiver Filter" to "Sender Filter" … ⚠️Breaking change, click to read more
Full Changelog: v0.9.2-beta...v0.9.3-beta

What's Changed​

  • daba80c: Fix source restarts triggering max audio buffering …
  • 83a9a7c: Add German translation
Full Changelog: v0.9.1-beta...v0.9.2-beta
Top