Skip to content

Releases: the-h-team/Labyrinth

Additions.

04 May 23:43
Compare
Choose a tag to compare
  • Add CommandUtils utility (we can now query for an run tab completion on direct Command objects from our own code (custom arg offsets, etc)).
  • New utility to replace PaginatedAssortment (PaginatedList)
  • New wrapping utility for TextComponents (WrappedComponent)
  • Added new methods to PaginatedMenu & SharedMenu

Stable build.

01 May 02:10
Compare
Choose a tag to compare
  • Added new library API for List Utility
  • Added new util to Items class
  • Added new methods to PaginatedClick
  • Migrated event based system for PaginatedBuilder to functional interface.
  • Reformatted GradientColor.java
  • Fixed up DefaultColor.java
  • New methods in AnvilMenu.java
  • New method in StringUtils.java
  • New method in FileManager.java

Anvil GUI

26 Apr 05:46
Compare
Choose a tag to compare
  • Added Anvil GUI support for versions 1.14-1.16

New coloring capabilities.

09 Apr 08:38
Compare
Choose a tag to compare
  • Reformatted some utility.
  • Additions to StringUtils
  • Added FULL HEX gradient support (Thanks F1b3rDEV) for patterns (#RRGGBB, &#RRGGBB, {#RRGGBB}, &x&r&r&g&g&b&b)
  • Fixed legacy text issue with hex & components
  • Added new String Utility & optimized code.

Finalized changes to certain classes.

07 Apr 16:50
Compare
Choose a tag to compare
  • Finalized changes to ShareMenu
  • Cleaned up Message.java
  • Synchronous now passes TaskCancellation value in the repeatReal variant
  • StringUtils cleaned up
  • PaginatedBuilder event check additions

Inventory Pagination Flaw Fix

06 Apr 06:19
Compare
Choose a tag to compare
  • Fixed a major internal issue with the paginated menu builder
  • Optimized some other needed code.

New task additions & re-added old library.

28 Mar 00:00
Compare
Choose a tag to compare
  • Added customizable cancellation feature to Synchronous & Asynchronous task builders.
  • Re-added deprecated old Menu stuff (Just so VanillaShop won't break)

Minor changes.

27 Mar 06:15
Compare
Choose a tag to compare
  • Minor changes to FileManager & Task scheduling.
  • Removed old Text and Text_R2.java

Stable

24 Mar 06:09
Compare
Choose a tag to compare
  • Removed Config.java & Kody Simpson GUI util entirely
  • Added refreshConfig method to FileManager.java for save & reload.

1.4.0-SNAP

24 Mar 05:09
Compare
Choose a tag to compare
1.4.0-SNAP Pre-release
Pre-release
  • Optimized FileManager
  • Added internal placeholders {PAGE} & {TOTAL} for paginated assortment usage.