2.0.0
Breaking Change
- Sadly I made some initial mistake by returning an internal class from
Guide.builder().build()
instead of the interface. Fixing this is sadly a breaking change (hence the bump to 2.0.0). A test is now preventing this from happening again.
What's Changed
- Fix missing quotation mark by @starforcraft in #9
- Fix rendering memory leak by @shartte in #15
- Implement proper shader time calculation by @shartte in #16
- Add keybind translation by @shartte in #17
New Contributors
- @starforcraft made their first contribution in #9
- @shartte made their first contribution in #15
Full Changelog: v1.0.4...v2.0.0