Skip to content

Latest commit

 

History

History
73 lines (46 loc) · 2.2 KB

File metadata and controls

73 lines (46 loc) · 2.2 KB

Changelog

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.

Changed

  • fabric.mod.json now requires meteor-client >=26.2-0, which matches Meteor's distributed 26.2-N pre-release versioning.
  • README version references updated to Minecraft 26.2.

Docs

  • 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.md and docs/SETTINGS-TYPES.md.

0.5.0 - 2026-08-14

Migration

  • 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

Ported

  • SettingsReflector updated for the Meteor 26.2 settings API

Docs

  • README rewritten with install and usage guides; badges updated for 26.2

0.4.0 - 2026-04-29

Migration

  • 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
  • modInclude refactored into a Configuration extending implementation + include
  • Added foojay toolchain resolver and Fabric Snapshots maven repo

Ported

  • 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

CI

  • Unified release.yml workflow — JDK 25, timestamped dev tags, PR build validation, auto-generated release notes on stable releases

0.3.0 - 2025-12-15

Changed

  • Updated to Minecraft 1.21.11 and Gradle 9

0.2.0 - 2025-12-08

  • Initial release.