Releases: AppliedEnergistics/GuideME
Releases · AppliedEnergistics/GuideME
2.5.1
See https://guideme.appliedenergistics.org/changelog/#251
Full Changelog: v2.5.0...v2.5.1
2.5.0
See https://guideme.appliedenergistics.org/changelog/#250
Full Changelog: v2.4.0...v2.5.0
2.4.0
See https://guideme.appliedenergistics.org/changelog/#240
Full Changelog: v2.3.1...v2.4.0
2.3.1
See https://guideme.appliedenergistics.org/changelog/#231
Full Changelog: v2.3.0...v2.3.1
2.3.0
See https://guideme.appliedenergistics.org/changelog/#230
Full Changelog: v2.2.0...v2.3.0
2.2.0
See https://guideme.appliedenergistics.org/changelog/#220
Full Changelog: v2.1.1...v2.2.0
2.1.1
See https://guideme.appliedenergistics.org/changelog/#211
Full Changelog: v2.1.0...v2.1.1
2.1.0
See https://guideme.appliedenergistics.org/changelog/#210
Code Changes: v2.0.1...v2.1.0
2.0.1
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