Skip to content

Releases: firejoust/mineflayer-GUI

Error logging, and changes to Hotbar

18 Mar 06:59

Choose a tag to compare

  • Added error logging when Query.run() returns false
  • Removed Move from Hotbar class
    • It was using window methods, which I think is out of place for the Hotbar class and you can achieve the same by using Inventory instead.
    • Possible alternative: Use the offhand to move items

Major API Changes

17 Mar 11:26

Choose a tag to compare

v4.0.1-stable

Major Update

v3.0.2 Stable

03 Apr 05:03

Choose a tag to compare

  • Added packet option as a workaround to the server not acknowledging window transactions in some cases, causing a promise to never resolve.

(This was supposedly resolved in the previous release, but changes were reverted due to a memory leak)

v3.0.1 Stable

31 Mar 04:21

Choose a tag to compare

  • Don't bother waiting for server to acknowledge click. Fixes GUI queries never resolving in some cases

v3.0.0 Stable

20 Mar 09:13

Choose a tag to compare

Significant API changes, update accordingly if your package depends on v2.1.3 or lower

v2.1.3 Stable

12 Feb 03:53

Choose a tag to compare

Fix typo

v2.1.2 "Stable"

11 Oct 05:36

Choose a tag to compare

v2.1.2-stable

2.1.2

v2.1.1 Stable

03 Jun 05:20

Choose a tag to compare

Added two new options:

  • delay: how long to wait before opening the next window
  • close: if the current active window should be closed beforehand
  • improved logic

Full Changelog: v2.1.0-stable...v2.1.1-stable

v2.1.0 Stable

31 May 06:22

Choose a tag to compare

v2.0.2 Stable

09 Apr 05:01

Choose a tag to compare