Releases: Up-Mods/LibZoomer
LibZoomer 0.4,1 for Minecraft 1.18.2
Changelog
- Fixed a small performance hit caused by iterations. This was accomplished by using FastUtil and preventing unnecessary iterations
- Refactored the mouse modifier mixin, cleaning it up and possibly solving conflicts with
@Redirect
s - Removed the terrain refresh check, as thanks to the addition of spyglasses, this is now handled by Vanilla
LibZoomer 0.4.0 for Minecraft 1.18.2
Changelog
Updated to Minecraft 1.18.2
Switched the internal codebase to Quilt Mappings
Refactored zoom instance registering. It is now automatically done on creation instead of requiring manual registering
Cleaned up the codebase a bit
LibZoomer 0.3.0 for Minecraft 1.17.1
Changelog
Migrated from TagRegistry to TagFactory
Cleaned up the codebase and expanded its Javadoc
The mouse modifier and zoom overlay of a zoom instance is now nullable
Removed NoMouseModifier and NoZoomOverlay due to the above change
Removed the unused ZoomOverlay#setClient method
LibZoomer 0.2.2 for Minecraft 1.17.1
Changelog:
Published to Maven Central, now you no longer need Jitpack (This is why this update exists)
Updated the buildscript
LibZoomer 0.2.1 for Minecraft 1.17
The hash that you should use for this release in Jitpack is d3768b8f1f
Changelog:
Added the option of creating ContainingMouseModifiers without creating a new array
Added more comments to the testmod
Cleaned up the buildscript
LibZoomer 0.2.0 for Minecraft 1.17
The hash that you should use for this release in Jitpack is cb8ad57145
Changelog:
Updated to Minecraft 1.17 and Java 16
Migrated the package to io.github.ennuil.libzoomer
Overhauled the logic behind zooming, zoom overlays and mouse modifiers
Refactored transition modes and mouse modifiers
Fixed cinematic camera mouse modifier
Added spyglass mouse modifier
LibZoomer 0.1.0 for Minecraft 21w03a
Initial release