By jlnr (dev)
Date 2020-01-21 05:42
Edited 2020-01-21 05:50
Oh, it's been a year. Time to roll out some bug fixes with Gosu 0.15.0:
• Introduce the resizable: true argument in Window#initialize to create resizable windows (thanks @cyberarm) (#437)
• Introduce Image.from_blob(w, h, rgba), which makes it much easier to create images from binary data than having to emulate the RMagick::Image interface
• Fix a crash in debug mode when passing certain strings to Image.from_text (#509)
• Fix bugs in Image#insert (#515)
• Introduce Color#argb/Color#to_i (#476)
• Deprecate Color#bgr/Color#abgr
I've also released a follow-up version, 0.15.1, to catch up with dependency changes:
• Support for Ruby 2.7 (#520)
• Update utf8proc and all used stb libraries (#520)
• Windows: Update bundled SDL version to 2.0.10 (#520)
Loading...