- Added fiddle to Gemfile to support Ruby 3.5.
- Changed loading of SDL library and SDL extension libraries to be handled by SDLRuby class methods load_sdl and load_sdl_*.
- Added sample code to the examples directory.
- Made several minor modifications.
- Refactored RWOps class.
- Implemented Mouse Module.
- Implementation of the Timer Module.
- Implemented Keyboard Module.
- Specification and implementation of SDL.init, SDL.init?, and SDL.quit.
- Memory leak fix on event retrieval failure.
- Implementation of the Event Object. SDL event queue is now available.
- Initial release