Skip to content

Releases: SamJakob/SpiGUI

v1.4.0

30 Sep 22:10
c74b525
Compare
Choose a tag to compare

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

Full Changelog: v1.3.1...v1.4.0

v1.3.1

15 Aug 23:16
29e9664
Compare
Choose a tag to compare

Quality of life improvements.

What's Changed

  • Re-enabled dragging for only the player inventory.
  • Major improvements to SGMenuListener to block unexpected inventory events in SGMenu 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 use runtimeClasspath 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

21 Mar 23:56
b57ffc0
Compare
Choose a tag to compare

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

Full Changelog: v1.2.3...v1.3

v1.2.3

05 Feb 14:47
59256bd
Compare
Choose a tag to compare
  • Add onPageChange null check to #setCurrentPage.

v1.2.2

14 Mar 20:46
192e3fb
Compare
Choose a tag to compare
  • Fix getMaxPage function (maxPage was 0 when only slot 0 was populated)

v1.2.1

02 Mar 18:40
5ed25fc
Compare
Choose a tag to compare
  • Mark Spigot as compileOnly to prevent inclusion on build per #7.

v1.2

02 Mar 13:07
256989b
Compare
Choose a tag to compare

Remove bukkit from build dependencies.

v1.1

02 Sep 19:13
f8b9f89
Compare
Choose a tag to compare

Bug fix.

Initial release

27 Aug 02:01
Compare
Choose a tag to compare

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.