Skip to content

Tags: Up-Mods/OkZoomer

Tags

17.0.0-beta.1

Toggle 17.0.0-beta.1's commit message
Changelog: - Updated to Minecraft 26.1 - Merged both the Fabric and NeoForge jars together thanks to Minecraft 26.1 being unobfuscated - Fixed crosshair being disabled by a combination of Instant + Instant transitions and Hide Crosshair on

5.4.0-beta.9

Toggle 5.4.0-beta.9's commit message
Changelog: - Fixed interface zooming being somewhat broken on Forge 1.20.1 - Switched the bundled MixinExtras dependency to its slim variant - Reworked the transition system to be based on time instead of arbitrary values - Fixed the "Linear" transition, making it truly linear - Split zoom transitions into a Start Transition, an End Transition and a Scroll Transition, allowing for further configurability - Reorganized the configuration for better user-friendliness and ease of configuration - Added "Sine", "Balanced" and "Spring" transitions - Added the "Numeric Sliders" option, replacing the number inputs with narrower but easier-to-configure number sliders - Added the "Zoominator" preset, which tries its best to replicate Zoomify's default zoom - Merged the Cinematic Camera's Vanilla and Multiplied modes - Fixed a crash caused by the multiplied Cinematic Camera - Added support for Sodium's config screen - Updated the English text to be much clearer - Added a French (`fr_fr`) translation (#169, thanks p-sage!) - Updated the Traditional Chinese (`zh-tw`) translation (#172, thanks StarsShine11904!) - Updated the Simplified Chinese (`zh-cn`) translation (#148, thanks Moralts!) - Backported from a pre-Rebirth Part 2 update, strings may still be missing - Updated the Brazilian Portuguese translation - Updated to Wrench Wrapper 0.8.1 - Fixed potential issues with compatibility layers like Sinytra and Kilt (#143) - Switched from TOML to JSON5, the old config file will remain intact - Cleaned up lots of code - Moved all classes to `page.langeweile.ok_zoomer` - Removed the Portals internal functionality in favor of loader-agnostic code - Fixed Ok Zoomer being mandatory to clients if the server (LAN) has it installed (issue #167) - Replaced the spyglass item check with a more efficient (and compatible) one on Forge - Stripped down the "Unbind Conflicting Keys" functionality on Minecraft 1.20.1, being removed on Forge and being config file-only on Fabric - Removed the legacy zoom scrolling mode and the Legacy Zoom Values section - Removed now-redundant Accessories compatibility code - Added new owos

10.0.0-beta.13

Toggle 10.0.0-beta.13's commit message
Changelog: - Fixed startup crash on NeoForge caused by the subtitle persistence mixin

10.0.0-beta.12

Toggle 10.0.0-beta.12's commit message
- Fixed subtitles being zoomed in - The consistent behavior for all versions should be not zooming it in now - Fixed crosshair being disabled by a combination of Instant + Instant transitions and Hide Crosshair on

10.0.0-beta.11

Toggle 10.0.0-beta.11's commit message
Changelog: - Reworked the transition system to be based on time instead of arbitrary values - Fixed the "Linear" transition, making it truly linear - Split zoom transitions into a Start Transition, an End Transition and a Scroll Transition, allowing for further configurability - Reorganized the configuration for better user-friendliness and ease of configuration - Added "Sine", "Balanced" and "Spring" transitions - Added the "Numeric Sliders" option, replacing the number inputs with narrower but easier-to-configure number sliders - Added the "Zoominator" preset, which tries its best to replicate Zoomify's default zoom - Merged the Cinematic Camera's Vanilla and Multiplied modes - Fixed a crash caused by the multiplied Cinematic Camera - Added support for Sodium's config screen - Updated the English text to be much clearer - Added a French (`fr_fr`) translation (#169, thanks p-sage!) - Updated the Traditional Chinese (`zh-tw`) translation (#172, thanks StarsShine11904!) - Updated the Simplified Chinese (`zh-cn`) translation (#148, thanks Moralts!) - Backported from a pre-Rebirth Part 2 update, strings may still be missing - Updated the Brazilian Portuguese translation - Updated to Wrench Wrapper 0.8.1 - Fixed potential issues with compatibility layers like Sinytra and Kilt (#143) - Switched from TOML to JSON5, the old config file will remain intact - Cleaned up lots of code - Moved all classes to `page.langeweile.ok_zoomer` - Removed the Portals internal functionality in favor of loader-agnostic code - Fixed Ok Zoomer being mandatory to clients if the server (LAN) has it installed (issue #167) - Replaced the spyglass item check with a more efficient (and compatible) one on NeoForge - Stripped down the "Unbind Conflicting Keys" functionality on Minecraft 1.21.1, being removed on NeoForge and being config file-only on Fabric - Removed the legacy zoom scrolling mode and the Legacy Zoom Values section - Removed non-redundant Accessories compatibility code - Added new owos

16.0.0-beta.2

Toggle 16.0.0-beta.2's commit message
Changelog: - Reworked the transition system to be based on time instead of arbitrary values - Fixed the "Linear" transition, making it truly linear - Split zoom transitions into a Start Transition, an End Transition and a Scroll Transition, allowing for further configurability - Reorganized the configuration for better user-friendliness and ease of configuration - Added "Sine", "Balanced" and "Spring" transitions - Added the "Numeric Sliders" option, replacing the number inputs with narrower but easier-to-configure number sliders - Added the "Zoominator" preset, which tries its best to replicate Zoomify's default zoom - Merged the Cinematic Camera's Vanilla and Multiplied modes - Fixed a crash caused by the multiplied Cinematic Camera - Added support for Sodium's config screen - Reverted change to "Hide Hands" in the "Competitive" preset, now it hides like the others - Updated the English text to be much clearer - Added a French (`fr_fr`) translation (#169, thanks p-sage!) - Updated the Traditional Chinese (`zh-tw`) translation (#172, thanks StarsShine11904!) - Updated the Brazilian Portuguese translation - Cleaned up lots of code - Removed the Portals internal functionality in favor of loader-agnostic code - Fixed Ok Zoomer being mandatory to clients if the server (LAN) has it installed (issue #167) - Removed the "Unbind Conflicting Keys" functionality on Minecraft 1.21.11 - Added new owos

16.0.0-beta.1

Toggle 16.0.0-beta.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
 

15.0.0-beta.5

Toggle 15.0.0-beta.5's commit message
Changelog: - Updated to Wrench Wrapper 0.8.1 - Fixed a critical issue where both Transition Values and Zoom Values categories were impossible to change - Reverted to a fixed version of the old zoom transition mixin, being potentially more mod-friendly - Replaced a ThreadLocal variable on a mixin with MixinExtras' Share

15.0.0-beta.4

Toggle 15.0.0-beta.4's commit message
Changelog: - Rebased the config screen's code on Minecraft 1.21.9's selection lists - This cleans a lot of code - Completely switched to JSON5 (config.json5) - The old TOML config file (config.toml) will remain intact inside the "ok_zoomer" config folder

15.0.0-beta.3

Toggle 15.0.0-beta.3's commit message
Changelog: - Updated to Minecraft 1.21.10 - Updated to Wrench Wrapper 0.7.2 - This significantly shrinks the mod file size while making it more stable - Added a "Zoom Hands" option, allowing for disabling the hand zoom - The competitive preset now disables it by default - Zooming no longer affects the debug crosshair (#159)