Skip to content

Latest commit

 

History

History
172 lines (95 loc) · 4.36 KB

CHANGELOG.md

File metadata and controls

172 lines (95 loc) · 4.36 KB

CHANGELOG

v0.7.1 (2025-01-14)

Bug Fixes

  • Make nested overlays load after generated overlays (eea04a7)

v0.7.0 (2025-01-14)

Features

  • Merge overlays from target pack (7fb09e7)

v0.6.2 (2024-12-13)

Bug Fixes

  • Structure files don't need DataVersion to match (cb19247)

Code Style

Documentation

v0.6.1 (2024-12-13)

Chores

Performance Improvements

Testing

  • Fix sanity test pack format (70161ec)

  • Move mcmeta deletion to tests (7f9bf67)

v0.6.0 (2024-12-11)

Documentation

Features

  • Accept links for process location (0306a21)

v0.5.0 (2024-12-11)

Chores

  • Delete demo_pack directory (0fb8086)

Documentation

  • Add poetry installation info to contributing (60aee3f)

Features

  • Ignore overlays that exist before the plugin runs (801bb67)

Testing

  • Rename "nester_overlay" to "subfolder_overlay" (1d5f7eb)

v0.4.0 (2024-11-24)

Features

  • worldgen

  • don't test worldgen

  • Update TODO.md

v0.3.0 (2024-11-22)

Features

  • Generate resource pack overlays (d0855e8)

  • add dependency pillow

v0.2.1 (2024-11-22)

Bug Fixes

  • Remove empty overlay entries in datapack (a3d3c96)

  • fixes a bug that created an empty overlay field in pack.mcmeta even if there were no overlays generated

v0.2.0 (2024-11-22)

Chores

  • Fix github action release (6e0d283)

Workaround for this issue: python-semantic-release/python-semantic-release#723

  • Only publish on new release (f13ec64)

  • Properly update plugin version (b1d1d6b)

  • manually update version to 0.1.0 since the github action won't do it rn

Features

  • Generate datapack overlays (c03b42c)

Testing

  • Add proper test pipeline (dd086fc)

v0.1.0 (2024-11-21)

Features

initial setup for automated build and release