Skip to content

v41 — New docs site, Latency calibration fixes, Chrome 66 support, IPFS support

Compare
Choose a tag to compare
@dtinth dtinth released this 07 May 17:12
· 1632 commits to master since this release
  • Fixed a bug that happens in Chrome 66 where a song wouldn’t start due to the new autoplay policy taking effect.

    • By the way, newer versions of Chrome in Android has significantly lower latency. On Android, the latency used to be ~120ms, but now it’s only ~40ms.
  • New documentation site. The docs site for the Bemuse project can now be found at https://bemuse.ninja/project/. (#479 by @resir014)

  • Fixed a long-standing audio latency calibration bug where it would cause the game to go out of sync from the display. (#474 by @dtinth)

  • Experimental support for IPFS. Please read more info about this feature in the issue linked afterwards. (#480 by @dtinth)

  • UI updated for mobile devices. (#478 by @dtinth)

  • Internal changes