What's Changed
- Fix println spam by @shartte in https://github.com/AppliedEnergistics/GuideME/pull/20
Full Changelog: https://github.com/AppliedEnergistics/GuideME/compare/v2.0.0...v2.0.1
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 https://github.com/AppliedEnergistics/GuideME/pull/9
- Fix rendering memory leak by @shartte in https://github.com/AppliedEnergistics/GuideME/pull/15
- Implement proper shader time calculation by @shartte in https://github.com/AppliedEnergistics/GuideME/pull/16
- Add keybind translation by @shartte in https://github.com/AppliedEnergistics/GuideME/pull/17
New Contributors
- @starforcraft made their first contribution in https://github.com/AppliedEnergistics/GuideME/pull/9
- @shartte made their first contribution in https://github.com/AppliedEnergistics/GuideME/pull/15
Full Changelog: https://github.com/AppliedEnergistics/GuideME/compare/v1.0.4...v2.0.0
Fix loading on dedicated server.
Full Changelog: https://github.com/AppliedEnergistics/GuideME/compare/v1.0.3...v1.0.4
Revive the AE2 site export.
Full Changelog: https://github.com/AppliedEnergistics/GuideME/compare/v1.0.2...v1.0.3
- Reorganized API into its final form
- Fixed api and javadoc jars
- Introduced support for data-driven guide creation
- Added generic guide item for data-driven guides
Full Changelog: https://github.com/AppliedEnergistics/GuideME/compare/v1.0.0...v1.0.1
Initial Release
Initial Alpha Release