Skip to content

Releases: bemusic/bemuse

Bemuse v54.0.1 (2023-01-05)

05 Jan 21:21
07f0d4f
Compare
Choose a tag to compare

Bug fixes

Bemuse v54.0.0 (2023-01-05)

05 Jan 17:41
6ceeb04
Compare
Choose a tag to compare

Bug fixes

  • Fixed a problem where the old version of the game file is incorrectly cached,
    leading to an error: “Failed to load environment bundle.” Also improved the
    error message that displays to suggest the user to perform a hard refresh (by
    holding down the Shift key while clicking the Reload button).
    [#809, #818], by [@dtinth]

Internals

Bemuse v53.3.0 (2022-12-30)

30 Dec 07:31
8ad76a5
Compare
Choose a tag to compare

Internals

Bemuse v53.2.0 (2022-12-30)

30 Dec 07:23
7336738
Compare
Choose a tag to compare

Internals

Bemuse v53.2.0-pre.1 (2022-12-30)

30 Dec 06:42
262d175
Compare
Choose a tag to compare
Pre-release

(Release notes not found)

Bemuse v53.2.0-pre.0 (2022-12-30)

30 Dec 06:26
ecd4738
Compare
Choose a tag to compare
Pre-release

(Release notes not found)

Check out CHANGELOG.md for latest release notes

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

07 May 17:12
Compare
Choose a tag to compare
  • 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

v40 — Big update: 3D mode, 7 more songs, and other stuff!

13 Feb 19:22
Compare
Choose a tag to compare
  • 3D mode is out! This mode is recommended for playing on touch screens (e.g. an iPad Pro). This mode only works when Scratch settings is set to off. Video demo

  • Added 7 more songs.

  • A friendly dialog box appears when you exit the tutorial and encourages you to keep playing other songs, and build up your music gaming skills!

  • Improved analytics tracking, using Amplitude. This will help me to gain better insights more easily, which can be useful in improving the game. No personal data is collected.

  • Infrastructure and tooling: Upgraded to webpack 3, added prop-types to most components, and other project improvements. Thanks a lot to @resir014 for contributing these improvements!

v38 — Big update!

31 Dec 16:13
Compare
Choose a tag to compare

Have a happy new year!

This release makes the game easier for beginner.

  • Added 5 new songs and more easy charts.

  • This game mechanics is now easier for beginners. For more information, see the report “Easier timegates for beginners coming to Bemuse”.

  • Updated the project’s infrastructure (e.g. upgraded to latest version of React). Big thanks to help and feedback from @resir014!