Gosu v0.12.0 Release Notes

Release Date: 2017-04-23 // about 7 years ago
    • Image#subimage works for images larger than 1022x1022px. (#398, #400)
    • 🐧 Windows, Linux: Support for MP3 files; requires libmpg123-dev on Linux. (#397)
    • C++: Use std::function parameters instead of begin/end function pairs (#399).
    • Raspberry Pi: Use correct OpenGL version on Pi 2 & 3.
    • ➕ Add Window#drop(filename) callback for when the user drops a file onto the window (#378/#382). Thanks @Kjarrigan!
    • 🛠 Fix an inconsistency in Color#from_hsv. (#359)