Gosu v1.4.3 Release Notes
Release Date: 2022-03-27 // over 2 years ago-
- Update bundled dependencies: stb_image, stb_image_write, stb_truetype, stb_vorbis, utf8proc, mojoAL, SDL_sound.
- ⚡️ These updates fix MP3 playback and Gosu::Sample pitch changes. (#592, #623).
- Introduce optional
retro: true
option inFont#initialize
, thanks to @cyberarm. (#479, #624)
Previous changes from v1.4.1
-
- 🛠 Fix an audio bug when repeatedly playing a Gosu::Song. (#618 / #619)
- 🛠 Fixed Window::tick never waiting for update_interval. (#620 / #621)
🛠 Both fixes once again contributed by @cyberarm.