Skip to content

Releases: Up-Mods/LibZoomer

LibZoomer 0.4,1 for Minecraft 1.18.2

30 Mar 01:26
b088f64
Compare
Choose a tag to compare

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 @Redirects
  • 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

03 Mar 21:54
a462b45
Compare
Choose a tag to compare

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

16 Nov 22:36
bd3616c
Compare
Choose a tag to compare

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

22 Jul 00:54
0de1beb
Compare
Choose a tag to compare

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

17 Jun 20:49
Compare
Choose a tag to compare

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

16 Jun 18:37
Compare
Choose a tag to compare

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

23 Jan 02:54
Compare
Choose a tag to compare
Pre-release

Initial release