Skip to content

Releases: Up-Mods/OkZoomer

17.0.0-beta.3

04 Apr 22:30
5566182

Choose a tag to compare

17.0.0-beta.3 Pre-release
Pre-release

Full Changelog: 17.0.0-beta.2...17.0.0-beta.3

Changelog

  • Updated to Minecraft 26.1.1
  • Fixed the NeoForge support being extremely broken

17.0.0-beta.2

24 Mar 19:20
ff3ed88

Choose a tag to compare

17.0.0-beta.2 Pre-release
Pre-release

Full Changelog: 17.0.0-beta.1...17.0.0-beta.2

Changelog

  • Updated to Minecraft 26.1
  • Added a "Sensitivity Scale" option that allows for tweaking the zoom's mouse sensitivity
  • Added support for NeoForge update checker
  • Removed the zoom keybind configuration button in favor of Sodium's integration

17.0.0-beta.1

11 Mar 17:54
85270ce

Choose a tag to compare

17.0.0-beta.1 Pre-release
Pre-release

Full Changelog: 16.0.0-beta.2...17.0.0-beta.1

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

26 Feb 20:18
8f047c6

Choose a tag to compare

5.4.0-beta.9 Pre-release
Pre-release

Full Changelog: 5.4.0-beta.8...5.4.0-beta.9

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

25 Feb 13:01
e870ea9

Choose a tag to compare

10.0.0-beta.13 Pre-release
Pre-release

Full Changelog: 10.0.0-beta.12...10.0.0-beta.13

Changelog

  • Fixed startup crash on NeoForge caused by the subtitle persistence mixin

10.0.0-beta.12

25 Feb 01:29
50cbc7f

Choose a tag to compare

10.0.0-beta.12 Pre-release
Pre-release

Full Changelog: 10.0.0-beta.11...10.0.0-beta.12

Changelog

  • 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 (The Rebirth Update: Part 2)

24 Jan 14:43
f3d5ba7

Choose a tag to compare

Full Changelog: 10.0.0-beta.10...10.0.0-beta.11

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 (The Rebirth Update: Part 2)

23 Jan 16:08
47a3da0

Choose a tag to compare

Full Changelog: 16.0.0-beta.1...16.0.0-beta.2

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

09 Dec 17:54
14ad35a

Choose a tag to compare

16.0.0-beta.1 Pre-release
Pre-release

Full Changelog: 15.0.0-beta.5...16.0.0-beta.1

Changelog

  • Updated to Minecraft 1.21.6
  • Removed the legacy zoom scrolling mode and the Legacy Zoom Values section in preparation of The Rebirth Update: Part 2
  • Moved "Hide Crosshair" to the Features section
  • Moved all classes to page.langeweile.ok_zoomer
  • Paved way towards deobfuscated Minecraft support

15.0.0-beta.5

24 Nov 09:46

Choose a tag to compare

15.0.0-beta.5 Pre-release
Pre-release

Full Changelog: 15.0.0-beta.4...15.0.0-beta.5

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

This should be the last update until The Rebirth Update: Part 2. Stay tuned!