All notable changes to the Meteor WebGUI addon are documented in this file.
The format is based on Keep a Changelog. Compare links are at the bottom of this file.
- fabric.mod.json now requires meteor-client
>=26.2-0, which matches Meteor's distributed26.2-Npre-release versioning. - README version references updated to Minecraft 26.2.
- README rewritten as a user-facing guide (what the addon does, install, first
run, security notes). WebSocket protocol and settings-type reference moved to
docs/WEBSOCKET-PROTOCOL.mdanddocs/SETTINGS-TYPES.md.
0.5.0 - 2026-08-14
- Updated to Minecraft 26.2, Meteor Client 26.2-SNAPSHOT, fabric-loader 0.19.3
- Gradle 9.6.1, Fabric Loom 1.17-SNAPSHOT
- Addon version 0.5.0
- SettingsReflector updated for the Meteor 26.2 settings API
- README rewritten with install and usage guides; badges updated for 26.2
0.4.0 - 2026-04-29
- Updated to Minecraft 26.1.2, fabric-loader 0.19.2
- Java/release target 21 → 25, Gradle 9.4.1, Loom 1.16
- Dropped yarn mappings; meteor and fabric-loader moved to plain
implementation modIncluderefactored into a Configuration extendingimplementation+include- Added foojay toolchain resolver and Fabric Snapshots maven repo
- Refreshed setting reflection (SettingsReflector) for 26.1 mappings
- Updated HUD renderer mixin and registry provider for 26.1
- WebGUI config and tab updates for the new Meteor API
- Unified
release.ymlworkflow — JDK 25, timestamped dev tags, PR build validation, auto-generated release notes on stable releases
0.3.0 - 2025-12-15
- Updated to Minecraft 1.21.11 and Gradle 9
0.2.0 - 2025-12-08
- Initial release.