Skip to content

Releases: hajimehoshi/ebiten

v1.10.1

23 Nov 15:14
Compare
Choose a tag to compare

Issues for 1.10.1

  • Bug fix
    • RepalcePixels might be very slow unexpectedly
    • CPU was busy when the window is in another workspace
    • Delayed sound on macOS / iOS
    • etc.

v1.10.0

04 Nov 05:53
Compare
Choose a tag to compare

Issues for 1.10.0

  • New features
    • A new command ebitenmobile
      • ebitenmobile is a command that makes it eaiser to develop mobile applications with Ebiten. See the website for more details.
    • Metal on iOS
      • Now Ebiten uses Metal instead of OpenGL on iOS. (Issue 737)
  • Performance improvement
    • More images are on a big shared image (Issue 864)
    • Improved the speed of Set (Issue 947)
    • Audio Worklet is used when possible (Issue 828)
    • Reduce peak memory usage by splitting pixel regions (Issue 897)
    • etc.
  • Breaking change
    • Now games on browsers automatically adjust its scale as if SetFullscreen(true) is called.
  • Bug fix
    • Pixels on edges were missed when enlarging (Issue 611)
    • Ebiten should have used a monotonic timer (Issue 875)
    • Wrong rendering on Huawei P8 Lite (Issue 879)
    • Freeze on mobile browsers (Issue 961)
    • etc.

v1.9.3

18 May 09:40
Compare
Choose a tag to compare

Issues for 1.9.3

  • Bug fix
    • graphics: Fixed blinking issue on macOS
    • Fixed freezing after 40-ish minutes on Windows

v1.9.2

06 May 01:22
Compare
Choose a tag to compare

Issues for 1.9.2

  • Bug fix
    • graphics: Fixed crash when the given sub image's size is 0
    • graphics: Fixed Metal issue
    • audio: Fixed crash due to index out of range

v1.9.1

17 Apr 01:21
Compare
Choose a tag to compare

Issues for 1.9.1

  • Bug fix
    • Audio crash on Windows
    • Wrong rendering

v1.9.0

04 Mar 14:30
Compare
Choose a tag to compare

Issues for 1.9.0

v1.8.3

17 Feb 01:31
Compare
Choose a tag to compare

Issues for 1.8.3

  • Bug fix
    • Crash when moving the window to another upside/downside window on macOS.

v1.8.2

03 Feb 15:05
Compare
Choose a tag to compare

Issues for 1.8.2

  • Bug fix
    • graphics: the screen was not cleared correctly on browsers with (*Image).Fill function
    • mobile: the application was frozen when an error occurred.

v1.8.1

24 Dec 20:04
Compare
Choose a tag to compare

Issues for 1.8.1

  • Bug fix
    • audio.Player objects could be leaked when they play
    • ebiten.SetWindowDecorated didn't work
    • ebiten.SetWindowIcon before Run didn't work
    • ebiten.SetCursorVisible before Run didn't work

v1.8.0

18 Oct 14:21
Compare
Choose a tag to compare

Issues for 1.8.0