Releases: CoolAid48/NoSignGUI
Releases · CoolAid48/NoSignGUI
NoSignGUI v3.0.0 for 26.1
- Bump version + README and metadata tweaks
- Major code refactoring in v3.0.0
- Rewrote the common logic from scratch for cleaner behavior (fixed the mod_id, enclosed the GUI state behind methods, and centralized the toggle/actionbar generation
- Split the actionbar toggle message into two cached parts (white prefix + green toggle state)
- Fabric: Rewrote the Fabric side to have a proper
cliententrypoint, register a static keybind once, and delegate the toggle behavior to common logic for less duplication and better maintainability - NeoForge: Rewrote the NeoForge side similarly with shared common toggle logic and a static keybind path
- Moved
MixinClientPlayerEntityto central common directory since they were unnecessarily split - Updated
MixinClientPlayerEntityto use the new encapsulated APIisSignGuiEnabled()
- Updated to Java 25 and Gradle v9.0 for 26.1
- Updated Architectury loom to
1.14-SNAPSHOTand Arch plugin3.5-SNAPSHOT - FAPI for 26.1 now requires Fabric Loader v0.18.4+
NoSignGUI v1.2.0 for 1.21.11
NoSignGUI 1.2.0
- No big code changes
- Overhauled README
- Tweaked fabric.mod.json links
- Changed name scheming to "NoSignGUI" from "DisableSignGUI"
Might backport this to >1.21.11 because the code is untouched idk
DisableSignGUI v1.1.0 for 1.21.11
- Dependency update to 1.21.11 "Mounts of Mayhem" Drop!
- NeoForge Support Coming Soon™
DisableSignGUI v1.1.0 for 1.21.9-1.21.10
- Updated to 1.21.9-1.21.10
- Category changed from simple string to "KeyBinding.Category" object via identifiers since you can’t pass a plain string for keybind categories anymore.
- Small tweaks to fabric.mod.json
- NeoForge Support Coming Soon™
DisableSignGUI v1.0.0 for 1.21.8
- Dependency update to versions 1.21.6-1.21.8
- Added GitHub "issues" link for Mod Menu page
DisableSignGUI v1.0.0 for 1.21.5
Dependency update to 1.21.5
DisableSignGUI v1.0.0 for 1.21.4
Finalized 1.0.0 release! - Small name changes + fixed a link!
Inspired by Masonion's "NoSignGUI"
Full Changelog: https://github.com/CoolAid48/DisableSignGUI/commits/v1.0.0-mc-1.21.4
DisableSignGUI v0.1.0 for 1.21.4
First release! This mod allows you to toggle the sign text interface off and on! Inspired by Masonion's NoSignGUI
Full Changelog: https://github.com/CoolAid48/DisableSignGUI/commits/mc-1.21.4