Not logged inGosu Forums
Forum back to libgosu.org Help Search Register Login
Up Topic Gosu / Gosu News / Gosu 0.15.0/0.15.1 released
- - 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)
Reply
Parent - - By kyonides Date 2020-01-21 08:15
Thanks for taking your time to publish the announcement after having worked on the updates. I hope you get some time to fix the missing Gosu::Image.from_blob bug now that you're on a release roll. XD
You see, it doesn't show up in Gosu 0.15.0 nor 0.15.1 even once.
Reply
Parent - By jlnr (dev) Date 2020-01-21 13:41
As discussed on Discord, the official RDoc page hasn't updated yet, no idea why. It's documented if you go to the page for the current HEAD commit: https://www.rubydoc.info/github/gosu/gosu/0740c5/Gosu/Image
Up Topic Gosu / Gosu News / Gosu 0.15.0/0.15.1 released

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill