Skip to content

TrackView v1.1.0

Latest

Choose a tag to compare

@Datenflieger Datenflieger released this 19 Apr 16:36
· 3 commits to update/26.1 since this release

Port to 26.1

This release ports TrackView to Minecraft 26.1 and updates the full Fabric toolchain for the unobfuscated 26.1 environment.

Updated Compatibility

  • Minecraft: 26.1
  • Java: 25
  • Fabric Loader: 0.19.2
  • Fabric Loom: 1.16-SNAPSHOT
  • Fabric API: 0.145.1+26.1
  • Cactus: 0.13

Build/Platform Changes

  • Switched Loom plugin to net.fabricmc.fabric-loom
  • Removed mappings dependency line (required for 26.1 setup)
  • Replaced modImplementation usage with implementation in dependencies
  • Migrated project Java target/toolchain from 21 to 25
  • Updated Gradle wrapper to latest compatible version

Code Migration Notes

  • Updated HUD rendering integration for the new GUI extraction API used on 26.1:
    • GuiGraphics -> GuiGraphicsExtractor
    • drawString/drawCenteredString -> text/centeredText
  • Preserved existing TrackView behavior:
    • async media polling
    • async artwork decode/cache
    • resizable HUD element
    • image size setting
    • fallback no-media state

Important

  • This version is intended for Minecraft 26.1 only.
  • Older game versions require the previous TrackView release line.