Skip to content

Releases: huanmeng-qwq/Gui

2.6.1

08 Jan 15:06
76a2bf9

Choose a tag to compare

Full Changelog: 2.6.0...2.6.1

2.6.0

08 Jan 15:05
540dc07

Choose a tag to compare

What's Changed

  • build(deps): bump adventure from 4.25.0 to 4.26.1 by @dependabot[bot] in #45

Full Changelog: 2.5.5...2.6.0

2.5.5

29 Oct 10:35
d2eb25c

Choose a tag to compare

Full Changelog: 2.5.4...2.5.5

2.5.4

29 Oct 09:39
1bc0b1b

Choose a tag to compare

What's Changed

  • build(deps): bump org.gradle.toolchains.foojay-resolver-convention from 0.10.0 to 1.0.0 by @dependabot[bot] in #39
  • build(deps): bump adventure from 4.24.0 to 4.25.0 by @dependabot[bot] in #44

Full Changelog: 2.5.3...2.5.4

2.5.3

01 Sep 05:44
29007df

Choose a tag to compare

Full Changelog: 2.5.2...2.5.3

2.5.2

01 Sep 02:34
69f016b

Choose a tag to compare

Full Changelog: 2.5.1...2.5.2

2.5.1

31 Aug 12:57
99227f3

Choose a tag to compare

Full Changelog: 2.5.0...2.5.1

2.5.0

31 Aug 06:30
5327bc9

Choose a tag to compare

What's Changed

  • 🔴 BREAAKING CHANGE:
    • Package me.huanmeng.opensource move to me.huanmeng.gui
    • Package me.huanmeng.opensource.bukkit move to me.huanmeng.gui
    • Package import me.huanmeng.gui.gui.dsl move to me.huanmeng.gui.dsl
  • build(deps): bump net.kyori:adventure-platform-bukkit from 4.4.0 to 4.4.1 by @dependabot[bot] in #42
  • build(deps): bump adventure from 4.23.0 to 4.24.0 by @dependabot[bot] in #43
  • Mark most of the PlayerClickInterface's subinterfaces as deprecated and remove them in the next feature release, rename ClickButton to BaseButton, mark SimpleItemButton and EmptyButton as deprecated and remove them in the next feature version
  • Fix When creating an inventory, if the Component is relocated, it will be converted to string creation, we should convert it back to the Component type provided by the server and create the inventory using the original type

Full Changelog: 2.4.7...2.5.0

2.5.0-beta2

16 Jan 16:11
98c0463

Choose a tag to compare

2.5.0-beta2 Pre-release
Pre-release

2.5.0-beta1

16 Jan 14:37
6627cf0

Choose a tag to compare

2.5.0-beta1 Pre-release
Pre-release

What's Changed

  • 🔴 BREAAKING CHANGE:
    • Slot#ofGame andSlot#ofBukkit parameter sorting change #30
    • GuiDraw#set(int, int, Button)andGuiDraw#vertical that's also the case
    • Remove outdated methods
  • Add Slots#cut and Slots#cutPlayer #31
  • Add PageSlot#of(int) PageSlot#ofGame and PageSlot#ofBukkit #32

Full Changelog: 2.4.7...2.5.0-beta1