Skip to content

Releases: LukeOnuke/microhud

Hotfix 10.0.2

24 Jul 19:02

Choose a tag to compare

Fixes

  • Ported to 1.21.7 and above

Hotfix 10.0.1

28 Apr 16:18

Choose a tag to compare

Fixes

  • Fix being unable to unselect selected infolines.
  • Possibly port to 1.21.5

Release 10.0.0

21 Feb 20:10

Choose a tag to compare

Additions

  • Added RAM usage infoline. (MHRamUsageModule)

Changes

  • Added text formatting to line renderer disabled warning, thus improving readability at a glance.
  • Changed initialization information message from "Microhud initialized" to "Microhud initialized!".
  • Cleaned up code.
  • Ported to 1.21.4

Important

Changed fabricapi dependency version to 0.118.0+1.21.4!

Release 9.0.1

21 Feb 19:15

Choose a tag to compare

Fixes

  • Fixed discord link display.

Release 9.0.0

17 Dec 22:46

Choose a tag to compare

Release 9.0.0

Changes

  • Ported to 1.20.3

Technical

  • Improved code quality
  • Fixed buildchain

9.0.0a

13 Dec 23:16

Choose a tag to compare

9.0.0a Pre-release
Pre-release

Changes

  • Ported to 1.21.3

Caution

This is an alpha release, things are a bit broken. Be warned!

8.0.0

19 Apr 11:06

Choose a tag to compare

Additions

  • Added a single infoline for direction, pitch and yaw. (Thanks for the suggestion @KinanLak)
  • Actually print out a readable warning message when WeatherService fails to load the current weather.

Release 7.1.0

18 Feb 15:42

Choose a tag to compare

Additions

  • Ported to 1.20.4
  • Cosmetic and backend rework of the options screen.

Fixes

  • Fixed small bugs related to the weather system.

7.0.0

08 Dec 22:11

Choose a tag to compare

Version 7.0.0

Additions

  • Weather infolines
    • Current temperature and condition
    • Current wind speed and air mosture

Fixes

Small bugs i forgot to write down.

Release 6.1.0

16 Jun 00:16

Choose a tag to compare

Fixes

  • U/D buttons now render in settings menu

Developer

  • Now use 1.20.1 fabric api
  • Cleaned up code
  • Now use MHGuiUtill#renderText(...) everywhere instead of using TextRenderer.render directly.