File Details
Eymistaken's HUD 1.0.9-5
- R
- Mar 5, 2026
- 226.62 KB
- 64
- 1.21.11+5
- Fabric
File Name
eymistakens-hud-1.0.9-5.jar
Supported Versions
- 1.21.11
- 1.21.10
- 1.21.9
- 1.21.8
- 1.21.7
- 1.21.6
Curse Maven Snippet
Changelog
Fixed
- Config not saving on exit — The
save()method usedATOMIC_MOVEexclusively when writing the config file. On certain systems and file system configurations (notably Windows when the temp file and config directory reside on different volumes), this operation throwsAtomicMoveNotSupportedException. Because this exception is a subclass ofIOException, it was silently caught and the file move was never completed, causing all changes to be lost on exit. The method now falls back to a standardREPLACE_EXISTINGmove when atomic move is not supported.
Added
- Undo / Redo in Keystrokes Designer —
Ctrl+ZandCtrl+Ynow correctly trigger the undo and redo operations inside the Keystrokes Designer screen. The snapshot stack was already being populated on every edit action; the key handlers to consume it were missing and have been added.
API
No breaking changes. This release does not modify any public API surface (HudModule, EymistakenHudPlugin, HudModuleManager). Existing plugins remain binary-compatible and do not require recompilation.

