Skip to content

Releases: hajimehoshi/ebiten

v1.11.5

30 Jul 15:19
Compare
Choose a tag to compare

v1.11.4

17 Jul 18:59
Compare
Choose a tag to compare

v1.11.3

21 Jun 06:11
Compare
Choose a tag to compare

v1.11.2

31 May 19:19
Compare
Choose a tag to compare

v1.11.1

01 May 07:50
Compare
Choose a tag to compare

v1.11.0

01 May 07:50
Compare
Choose a tag to compare

v1.10.5

12 Mar 14:00
Compare
Choose a tag to compare

v1.10.4

28 Feb 11:54
Compare
Choose a tag to compare

v1.10.3

18 Jan 06:59
Compare
Choose a tag to compare

Issues for v1.10.3

  • Bug fix
    • (*Image).Set is ignored before the main loop when (*Image).DrawImage/DrawTriangles is called after (*Image).Set

v1.10.2

26 Dec 09:08
Compare
Choose a tag to compare

Issues for 1.10.2

  • Bug fix
    • Compile error with Go 1.14 (beta) for Wasm
    • Avoid unnecessary copying: this is a performance improvement rather than a bug fix, but this was needed to pass on the test bots.