Releases: max1mde/HologramLib
Releases · max1mde/HologramLib
Release 1.6.2.1
Release 1.6.2
What's Changed
- Fix: left & right rotation in transformation not being applied
Full Changelog: 1.6.0...1.6.2
Release 1.6.1
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
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+)
- feat: item and block holograms by @max1mde in #8
- add: folia support by @WhyZerVellasskx in #12
- fix: initialize folialib by @WhyZerVellasskx in #14
- fix: folialib bugs by @WhyZerVellasskx in #15
Issues solved
New Contributors
- @WhyZerVellasskx made their first contribution in #12
Full Changelog: 1.5.3.2...1.6.0-ALPHA
Release 1.5.0.1
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
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
🚨 BREAKING API CHANGES 🚨
- Removed:
TestHologram#spawn()
- Updated:
HologramAPI#getManager()
now returns anOptional
.
New Features
-
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
bump: version
Release 1.3.0
- Downgrade from JDK 21 to JDK 17
- Downgrade to spigot 1.19.4
- Update packetevents & entitylib version
Release 1.2.5
- Bug fixes