Skip to content

Releases: EmperorCookie/wildstruck

v3.0.1

Choose a tag to compare

@emperorcookie-bot emperorcookie-bot released this 14 Nov 23:52

3.0.1 (2024-11-14)

Bug Fixes

  • Removed unnecessary dependency that was causing an increase in file size (a5bbcb7)

v3.0.0

Choose a tag to compare

@emperorcookie-bot emperorcookie-bot released this 14 Nov 23:45

3.0.0 (2024-11-14)

⚠ BREAKING CHANGES

  • Fixed config validation silently ignoring invalid object keys
  • Renamed 'sources' key to 'source' in config
  • Moved snapping to random transform and added position snapping

Features

  • Added 'validate' command to CLI to remove the jsonschemavalidator.net middleman (3992c3e)
  • Added support for TaleSpire copy-paste props, replace the 'stack' key with a 'data' key in the variants, the value should be a TaleSpire slab string (562ebc4)
  • Modified offset to be optional in config (0898c5b)
  • Modified the renderer to use a random seed if none is provided (4ca9f41)
  • Moved snapping to random transform and added position snapping (4f111d7)

Bug Fixes

  • Fixed certain config validations being ignored, which could've lead to crashes (ba519c9)
  • Fixed config validation silently ignoring invalid object keys (207b074)
  • Fixed issue where assets would not be included if they were outside of the terrain area (2b06cdd)
  • Fixed slabs sometimes not pasting due to assets being at invalid coordinates (97ad02f)
  • Fixed stacked assets not being properly rotated around the origin (3450e54)
  • Renamed 'sources' key to 'source' in config (fb28987)

v2.0.3

Choose a tag to compare

@emperorcookie-bot emperorcookie-bot released this 08 Nov 18:59

2.0.3 (2024-11-08)

Bug Fixes

  • Added descriptions to the schema and version CLI commands (6086ad1)
  • Added missing attribution for pygparse (46366ec)

v2.0.2

Choose a tag to compare

@emperorcookie-bot emperorcookie-bot released this 08 Nov 16:40

2.0.2 (2024-11-08)

Bug Fixes

  • Fixed example in README (825182c)

v2.0.0

Choose a tag to compare

@emperorcookie-bot emperorcookie-bot released this 08 Nov 16:18

2.0.0 (2024-11-08)

⚠ BREAKING CHANGES

  • Renamed 'exportChunkSize' to 'chunkSize' in CLI
  • Modified CLI to use subcommands to avoid the problem with schema/version requiring a config and map

Features

  • Modified CLI to use subcommands to avoid the problem with schema/version requiring a config and map (0221424)
  • Renamed 'exportChunkSize' to 'chunkSize' in CLI (5743324)

Bug Fixes

  • Fixed error in the config JSONSchema (26e912d)

v1.0.0

Choose a tag to compare

@emperorcookie-bot emperorcookie-bot released this 08 Nov 03:19

1.0.0 (2024-11-08)

⚠ BREAKING CHANGES

  • Initial release

Features

Bug Fixes

  • Removed version option that is not working, will readd later in a better way (0e3f3a4)

v0.0.5

Choose a tag to compare

@emperorcookie-bot emperorcookie-bot released this 08 Nov 02:56

0.0.5 (2024-11-08)

Bug Fixes

  • Added missing pyperclip dependency (323002f)

v0.0.4

Choose a tag to compare

@emperorcookie-bot emperorcookie-bot released this 08 Nov 02:37

0.0.4 (2024-11-08)

Bug Fixes

  • Include application name in version output (8947593)