Skip to content

Releases: max1mde/HologramLib

Release 1.6.2.1

29 Dec 19:59
Compare
Choose a tag to compare

What's Changed

  • Fixed render mode VIEWER_LIST issues

Full Changelog: 1.6.1...1.6.2.1

Release 1.6.2

29 Dec 12:52
174899b
Compare
Choose a tag to compare

What's Changed

  • Fix: left & right rotation in transformation not being applied

Full Changelog: 1.6.0...1.6.2

Release 1.6.1

28 Dec 21:04
Compare
Choose a tag to compare

What's Changed

  • Renamed interpolationDurationRotation to teleport duration in Hologram
  • Some smaller fixes & documentation updates

Full Changelog: 1.6.0...1.6.1

Release 1.6.0

27 Dec 16:51
Compare
Choose a tag to compare

What's Changed

Item & Block holograms can be spawned now through the HologramManager
A top player head can be enabled in the leaderboard hologram (Skin currently only applied on 1.20.5+)

Issues solved

#11
#7
#6

New Contributors

Full Changelog: 1.5.3.2...1.6.0-ALPHA

Release 1.5.0.1

22 Dec 11:41
Compare
Choose a tag to compare

Breaking Changes in the API 🚨

All references to HologramAPI have been renamed to HologramLib.

Please update your imports:

  • From: com.maximde.hologramapi
  • To: com.maximde.hologramlib

Update the main class:

  • From: com.maximde.hologramapi.HologramAPI
  • To: com.maximde.hologramlib.HologramLib

Full Changelog: 1.4.8...1.5.0

I swear this is the last time I make such breaking changes 🙏💀

Release 1.4.8

21 Dec 20:02
Compare
Choose a tag to compare

New Features

  • Copy Hologram Methods:

    • HologramManager#copyHologram(TextHologram source)
    • HologramManager#copyHologram(TextHologram source, String id)
  • Improved Documentation:

    • Added more detailed comments for better code clarity and maintainability.

Full Changelog: 1.4.7...1.4.8

Release 1.4.7

15 Dec 18:37
Compare
Choose a tag to compare

🚨 BREAKING API CHANGES 🚨

  • Removed: TestHologram#spawn()
  • Updated: HologramAPI#getManager() now returns an Optional.

New Features

  • Hologram Generation Methods:
    Hologram Example

  • Hologram Attachment (Passenger) Method

  • Shading Support: Now theoretically possible.

  • Rendering Fixes:

    • Holograms now respawn when rejoining an area, world, or server.
    • Related Issue: #2

Improvements

  • Enhanced internal instance management.

Full Changelog: 1.4.6...1.4.7

Release 1.3.1

13 Dec 13:01
Compare
Choose a tag to compare
bump: version

Release 1.3.0

17 Nov 09:22
Compare
Choose a tag to compare
  • Downgrade from JDK 21 to JDK 17
  • Downgrade to spigot 1.19.4
  • Update packetevents & entitylib version

Release 1.2.5

23 Jun 08:14
Compare
Choose a tag to compare
  • Bug fixes