Releases: SamJakob/SpiGUI
Releases · SamJakob/SpiGUI
v1.4.0
What's Changed
- Resetting ChatColor's italic font before assigning it to item name or lore by @MCreeper12731 in #30
- Refactored inventory interaction event blocking system by @Stanley-Dam in #37
New Contributors
- @Stanley-Dam made their first contribution in #37
Full Changelog: v1.3.1...v1.4.0
v1.3.1
Quality of life improvements.
What's Changed
- Re-enabled dragging for only the player inventory.
- Major improvements to
SGMenuListener
to block unexpected inventory events inSGMenu
inventories (e.g., shift clicking, double clicking, throwing out items, moving items, etc.,). - Update Gradle version for SpiGUI to 8.2.1.
- Removed
spigot-api
from compile classpath of SpiGUI. (You can now useruntimeClasspath
to include SpiGUI and other dependencies in your project without introducing additional unnecessary files into your JAR). - Improved documentation.
Full Changelog: v1.3...v1.3.1
v1.3
What's Changed
- Added a fix to check if the clicked inventory is the GUI and not player's own inventory by @MCreeper12731 in #20
- Improved Pagination API (has now been replaced with the similar, but more flexible, Toolbar API)
- Added more demos for refreshing a GUI and for adding toolbar items
New Contributors
- @MCreeper12731 made their first contribution in #20
Full Changelog: v1.2.3...v1.3
v1.2.3
v1.2.2
v1.2.1
v1.2
v1.1
Initial release
This is the initial release of SpiGUI.
This intends to continue where SpigotPaginatedGUI left off and should have feature parity with the latest version (v1.3.2) of SPG.