Skip to content

Releases: Haven-King/Conrad

0.4.1

Choose a tag to compare

@Haven-King Haven-King released this 22 Apr 05:36
  • GUI now looks like vanilla
  • Fixes a small issue with arrays
  • Config serializers now may return a constraint on object/table keys
  • No more blur/Satin dependency (may revisit blur in 1.17)
  • Lots and lots of internal GUI refactoring

0.3.0

Choose a tag to compare

@Haven-King Haven-King released this 02 Apr 21:55
  • Decouples screen creation logic from Mod Menu's API
  • Adds button/config list that shows when Mod Menu is not installed
  • Adds option to show aforementioned button even when Mod Menu is installed because... Well, why not
  • Screens will now appropriately use their parents background rendering
  • Adds ImageWidget

0.2.0: - Adds back button to config screens

Choose a tag to compare

@Haven-King Haven-King released this 01 Apr 22:47
  • Adds (de)serialization and screen building logic for composite data types. Composite data types are simple classes made up of fields that have existing serializers registered for them (including arrays and objects)
  • Adds support for enums
  • Adds suggestion capabilities to text fields
  • Adds default suggestion providers for registry entries for regular fields, array values, table keys, and table values
  • Adds back button to config screens

Initial Release

Choose a tag to compare

@Haven-King Haven-King released this 29 Mar 00:15
0.1.0

Fixes convenient builder methods to use the right builder types. Also…