Gosu v0.15.0 Release Notes

Release Date: 2020-01-21 // about 4 years ago
    • ๐Ÿ 2019-04-28: Introduce the resizable: true argument in Window#initialize to create resizable windows (thanks @cyberarm) (#437)
    • 2020-01-16: 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
    • 2020-01-17: Fix a crash in debug mode when passing certain strings to Image.from_text (#509)
    • 2020-01-17: Fix bugs in Image#insert (#515)
    • 2020-01-17: Introduce Color#argb/Color#to_i (#476)
    • ๐Ÿ—„ 2020-01-17: Deprecate Color#bgr/Color#abgr