Skip to content

Releases: Up-Mods/OkZoomer

5.0.2

29 Feb 06:40
4fefed9
Compare
Choose a tag to compare

Full Changelog: 5.0.1+1.20.1...5.0.2

Ok Zoomer 5.0.1 for Minecraft 1.20.1

27 Dec 21:51
fbbab25
Compare
Choose a tag to compare

Changelog

  • Updated the Quilt Loader dependency to 0.23.0 betas and above

Ok Zoomer 5.0.0 for Minecraft 1.20.1

27 Dec 02:09
fbbab25
Compare
Choose a tag to compare

Changelog

  • Updated to the Quilt Loader 0.23.0 betas
    • MixinExtras is no longer bundled with the mod since Quilt Loader bundles it now, shrinking the mod to 234 KBs (from 257 KBs)
  • Updated to LibZoomer 0.8.0, improving latency by unifying its own ticks
  • Improved the latency of the zoom key by having its logic run before the render tick
    • These changes should make zooming much more instantaneous in a way that's subtle and yet better

Full Changelog

The beta period was so long (almost 3 years!) and went through so many changes along the way that the concept of a 5.0.0 changelog is silly

Ok Zoomer 5.0.0-beta.13 for Minecraft 1.20.1

02 Oct 00:36
401a834
Compare
Choose a tag to compare

Changelog

  • Updated to Minecraft 1.20.1
  • Updated to Quilt Loader 0.20.0 and its improved config APIs
  • Updated to SpruceUI 5.0.2
  • Cleaned up the codebase
  • Removed the Platform Migration Warning screen

Ok Zoomer 5.0.0-beta.12 for Minecraft 1.20

09 Jun 05:28
0812d7d
Compare
Choose a tag to compare

Changelog

  • Updated to Minecraft 1.20
  • Fixed the laggy animation of the vignette zoom overlay

Ok Zoomer 5.0.0-beta.11 for Minecraft 1.19.4

19 Mar 19:07
03047dd
Compare
Choose a tag to compare

Changelog

  • Updated to Minecraft 1.19.4
  • Fixed an issue with the server acknowledgement on the /ok_zoomer screen
  • Cleaned up the codebase a bit

Ok Zoomer 5.0.0-beta.10 for Minecraft 1.19.3

20 Dec 17:57
3cf45b2
Compare
Choose a tag to compare

Changelog

  • Updated to Minecraft 1.19.3
  • Increased the Cinematic Multiplier upper bound from 4 to 16
  • Improved conflict tooltips on the config screen
  • Worked around a QSL 1.19.3 issue affecting spyglass dependencies by temporarily dropping LibZoomer spyglass support
    • Once the bug's fixed, this workaround will be reverted

Ok Zoomer 5.0.0-beta.9 for Minecraft 1.19

04 Jul 22:49
Compare
Choose a tag to compare

Changelog

  • Fixed an issue where the zoom instance wasn't being configured on load

Ok Zoomer 5.0.0-beta.8 for Minecraft 1.19

26 Jun 20:02
Compare
Choose a tag to compare

Changelog

  • Updated mod and dependencies to Minecraft 1.19
  • Switched from the Codec-based config system to a Quilt Config one, allowing for many enhancements!
    • The new config system now uses a TOML config file located on ./config/ok_zoomer/config.toml, being more human-friendly to edit
    • The SpruceUI config screen's list is now automatically generated from the config itself
    • The config itself is no longer directly used for storing the temporary values, with a temporary value now being used for each config value and applied when needed
    • Quilt Config's override system is now used for most of the packet control logic
    • The work done on Ok Zoomer's internal converter might result into the creation of a Quilt Config-to-SpruceUI converter library!
  • Added the "Forget Zoom Divisor" option, which allows for disabling the forgetting of the zoom divisor once the zoom is done
  • Fixed issues related to both the config system and the packet control

Ok Zoomer 5.0.0-beta.7 for Minecraft 1.18.2

22 Apr 02:18
Compare
Choose a tag to compare

Changelog

  • Switched to the Quilt toolchain. Quilt Loader and QSL/Quilted Fabric API are now required!
    • Fabric won't be supported anymore, although if you try to install it on Fabric anyway, a GUI will tell you about it and what you should do
    • It formerly crashed on Quilt due to the early usage of QSL FAPI, which was eventually overhauled into Quilted FAPI
    • With Quilted Fabric API now no longer limited by the Fabric Loader, all dependency snarls have been solved now
  • Switched mod ID to ok_zoomer, and Java directory structure to io.github.ennuil.ok_zoomer
  • Quilt JSON5 and the old QSL FAPI are no longer bundled since they are now respectively covered by Quilt Loader and QSL/QFAPI, resulting into yet another personal file size record broken!
  • Added owos, qwq