Skip to content

Releases: sisby-folk/inventory-tabs

v1.4.0

24 Aug 07:31
Compare
Choose a tag to compare

Changes:

  • connector placeholder for 1.21
  • fix tab key being broken for viewing player list

What's Changed

Full Changelog: v1.3.3...v1.4.0+1.20

1.3.3

30 Jun 08:18
Compare
Choose a tag to compare

Changes:

  • Improve block sight raycast using a random spread. (thanks CCheukKa!)
    • Most instances where accessible blocks weren't visible as tabs will now be resolved after a usually-imperceptible delay.
  • Connector foolproofing for 1.20

What's Changed

New Contributors

Full Changelog: v1.3.2...v1.3.3

1.3.2

19 May 04:22
Compare
Choose a tag to compare

Fix:

  • another crash related to null screen types in mods

Full Changelog: v1.3.1...v1.3.2

1.3.1

07 Apr 23:52
Compare
Choose a tag to compare

Fix:

  • page buttons being poorly positioned with inverted tabs
  • click hitboxes for inverted tabs being incorrect
  • background height for shulker boxes being incorrect

Full Changelog: v1.3.0...v1.3.1

1.3.0

06 Apr 03:24
Compare
Choose a tag to compare

Changes:

  • Add config options for rendering tabs on the bottom of screens by default
  • Fix single chests being treated like double chests when checking if they're blocked (#34)
  • Fix a hang when trying to open a handled screen with a null type (#39)

bottom-screen rendering

Full Changelog: v1.2.0...v1.3.0

1.2.0

04 Apr 13:04
Compare
Choose a tag to compare

Changes:

  • Fully implement item_simple and add item_sneak
    • These should now work with most backpack/pouch-like items out the gate
    • tested with botania's flower pouch and trinket case.
  • Allow prefixes/suffixes in the config
  • Majorly improve config logger output
  • Enable the config logger by default

Full Changelog: v1.1.8...v1.2.0

1.1.8

04 Feb 00:36
Compare
Choose a tag to compare

Fixes:

  • Render all tabs in the foreground / compress tab rendering to a single method (fixes #30)
  • Improve null-safety for TabManager methods (fixes #32)

Full Changelog: v1.1.7...v1.1.8

1.1.7

01 Feb 03:10
Compare
Choose a tag to compare

Changes:

Full Changelog: v1.1.6...v1.1.7

1.1.6

29 Jan 23:33
Compare
Choose a tag to compare

Changes:

  • Allow tab bounds to be tweaked in the config, fixing issues with e.g. LevelZ (#2) - thanks Garden System!

Fixes:

  • Fix a crash that occurred when a screen reported zero possible tab positions (or had zero background width)

What's Changed

  • add config for left and right tab bounds per screen id by @HestiMae in #26

New Contributors

Full Changelog: v1.1.5...v1.1.6

1.1.5

16 Jan 01:27
Compare
Choose a tag to compare

Changes:

  • Fix multiblock tab not being active if wrong half is opened by @ellie-semele in #21
  • Fix IDs with . in their path breaking config - as fixed upstream in quilt config (#25)

Full Changelog: v1.1.4...v1.1.5