Skip to content

Releases: aduros/wasm4

v2.7.0

22 Apr 16:53
Compare
Choose a tag to compare

Features

  • Add TONE_NOTE_MODE flag to tone() (thanks @JerwuQu)

Bug fixes

  • Fix audio issues when playing continuous tones.

v2.6.2

25 Feb 16:26
Compare
Choose a tag to compare

Bug fixes

  • Updates for recent versions of Zig and other tools.

v2.6.1

31 Dec 19:07
Compare
Choose a tag to compare

Bug fixes

  • Switch to new netplay signal server location.
  • Updates for recent versions of Zig.

v2.6.0

14 Oct 14:56
Compare
Choose a tag to compare

Features

  • Add support for piping carts from stdin to the native runtime (thanks @LunaAmora)
  • Add C3 language support (thanks @lerno)
  • Add Penne language support (thanks @SLiV9)

Bug fixes

  • Updates for recent versions of Zig.

v2.5.4

08 Jan 18:11
Compare
Choose a tag to compare

Bug fixes

  • Fix rendering edge cases with text, and rect (thanks @JerwuQu)
  • Slight changes in oval rendering algorithm (thanks @ibillingsley, @desttinghim)
  • Update project templates for various languages.

v2.5.3

21 Aug 02:21
Compare
Choose a tag to compare

Bug fixes

v2.5.2

13 Aug 16:04
Compare
Choose a tag to compare

Bug fixes

  • Fixed some issues with building carts on Windows. (thanks @lzralbu)

v2.5.1

24 Jul 00:34
Compare
Choose a tag to compare

Features

  • Show a warning notification if an unsupported gamepad is plugged in (thanks @metiulekm)

Bug fixes

  • Fixed issues with the latest version of TinyGo.
  • Update AssemblyScript project template (thanks @MaxGraey)
  • Fix argument typings for line() in several project templates.

v2.5.0

20 May 20:11
Compare
Choose a tag to compare

Features

Bug fixes

  • Fix a loading error when embedding bundled carts on itch.io and other sites.

v2.4.0

13 Apr 12:22
Compare
Choose a tag to compare

Features

  • Added Netplay!
  • #330 Tone panning by @JerwuQu.
  • Added a pause menu which can be used to select various options.