Skip to content

Latest commit

 

History

History
669 lines (313 loc) · 24.9 KB

CHANGELOG.md

File metadata and controls

669 lines (313 loc) · 24.9 KB

CHANGELOG

v0.19.0 (2024-07-18)

Chore

Feature

  • feat: weld rules previewer (004aa08)

v0.18.4 (2024-05-25)

Fix

  • fix: removed old import (f2e9193)

Unknown

v0.18.3 (2024-05-25)

Chore

Fix

  • fix: error reporting and file names being lost (26a16cd)

  • fix: enable unknown_files (ae28e39)

v0.18.2 (2024-05-24)

Chore

Fix

  • fix: lists not handled by injection (d9435f3)

Unknown

  • fix failing to get smithed on item modifiers (dfe1945)

v0.18.1 (2024-05-05)

Fix

  • fix: make the CLi the same behaviour as streamlit, and a random fix ? (72e3d0e)

Style

Unknown

  • Merge pull request #11 from edayot/main

fix: streamlit working + cli working the same as the webapp (ac6a44b)

  • better gitignore (1983363)

  • fix it by saving the file to a temp directory, loading it & delete the zip (9a16626)

v0.18.0 (2024-04-17)

Feature

  • feat: handles quoted keys and minecraft: keys (c6aed1f)

Style

Unknown

v0.17.2 (2024-04-17)

Fix

  • fix: dedupe per rule instead of globally (fde1179)

Style

Unknown

v0.17.1 (2024-04-16)

Fix

  • fix: module should be weld (4e8d487)

Style

  • style: remove old hardcoded yellow shulker box in resources (6a80a2d)

  • style: remove old hardcoded yellow shulker box code (167b104)

Test

  • test: added test for exact duplicate files (60cb1ba)

Unknown

v0.17.0 (2024-04-16)

Feature

  • feat: adds de-duping plus critical multiple rule bug fix (1b160a7)

Style

Unknown

v0.16.0 (2024-04-04)

Chore

  • chore: update format and linting to use bundled ruff from rye (e79792a)

  • chore: elevate perms (31674a0)

  • chore: Dockerfile nonsense (23bce02)

Feature

  • feat: override feature in pack.mcmeta __smithed__.override (1468aa1)

Fix

  • fix: better error handling for invalid mcmeta files (db82278)

Style

Unknown

v0.15.9 (2024-03-14)

Fix

Unknown

v0.15.8 (2024-03-14)

Fix

Unknown

v0.15.7 (2024-03-14)

Fix

Unknown

v0.15.6 (2024-03-14)

Fix

  • fix: imports Update Dockerfile and pyproject.toml (b7c58ec)

Unknown

v0.15.5 (2024-03-14)

Chore

  • chore: continue on error (82ae026)

  • chore: watch Dockerfile (81a945d)

  • chore: disable uv (d5873e9)

  • chore: Update release and deployment workflows (e3d6726)

Fix

Unknown

v0.15.4 (2024-03-13)

Fix

  • fix: webapp improvements + docker (17363ba)

v0.15.3 (2024-03-13)

Fix

  • fix: Update TWINE_PASSWORD to use PYPI_TOKEN (10b337c)

Unknown

v0.15.2 (2024-03-13)

Fix

  • fix: update PyPI deployment configuration (e270fae)

Unknown

v0.15.1 (2024-03-13)

Fix

  • fix: (chore) bump minor ver and clean main.yml workflow (b4a9a7d)

Unknown

v0.15.0 (2024-03-12)

Chore

Documentation

  • docs: improve README (3c26036)

  • docs: add contributing instructions to README (c5c6663)

Feature

  • feat: update to latest deps, fix bugs, renames, and more (c9bed77)

  • feat: bump to 1.20.3 (8d9cef5)

Fix

Style

Unknown

No windows instructions provided, the existing ones were only for Linux and Mac so I just linked the standard setup instructions until a proper guide is written out. (98b9571)

v0.14.4 (2023-11-11)

Fix

Unknown

v0.14.3 (2023-11-11)

Chore

Documentation

Fix

v0.14.2 (2023-10-15)

Fix

Unknown

  • fix display error better + bump beet ver (604ad54)

v0.14.1 (2023-10-12)

Fix

  • fix: temporarily remove unknown_files plugin (6451071)

Unknown

v0.14.0 (2023-10-12)

Feature

  • feat: add overlays support and speedup for webapp (d56f3e1)

Unknown

v0.13.4 (2023-10-12)

Chore

  • chore: fix semantic-verison downgrade (f94148e)

  • chore: fix pyproject.toml (dd96c38)

  • chore: adjust CI (6ac1849)

  • chore: poetry to rye

  • make smithed imports default
  • using rye updates pyproject, etc
  • new ci flow (3ccd44f)

Fix

Unknown

  • 'chore: make CI run pls'g (93845df)

v0.13.3 (2023-09-03)

Fix

  • fix: remove 2 pack for weld, make loading packs better (552db97)

Unknown

v0.13.2 (2023-08-31)

Fix

  • fix: adjust dependencies (06aa745)

Unknown

v0.13.1 (2023-08-31)

Fix

v0.13.0 (2023-08-31)

Chore

  • chore: update deps (c62dabe)

  • chore: disable tests i guess (2086a49)

  • chore: update .github to run tests on push (daa9db0)

Feature

  • feat: neat icon there (3129f2b)

  • feat: add override as a way to completely take over the file (4e86277)

  • feat: add conditions, tests for stages and conditions (5d5ba28)

  • feat: cli working, tests, and more (9dc9374)

  • feat: fix up weld cli and more (eef7bba)

  • feat: but good (3f0ec52)

Fix

  • fix: tests, streamlit, etc (0d166fb)

  • fix: update streamlit to newest weld (be54f60)

  • fix: use backport strenum for 3.10 (a2adbbe)

  • fix: secure rules, add tests (1f8f0ef)

Unknown

  • Merge pull request #2 from Smithed-MC/feat/weld-but-good

The Weld Overhaul

  • Most of weld has been refactored / rewritten
  • Merge policies now properly tested and turned on
  • Refreshed webapp to make it more stable
  • Introduced a stable CLI for use (and pretty)
  • Cleaned up run_weld a bit (a54470f)

v0.12.0 (2023-07-07)

Feature

  • feat: add manual streamlit option streamlit run app/main.py (6fc26f9)

Fix

Unknown

v0.11.2 (2023-06-13)

Fix

  • fix: update deps, include explicit model merging (2312515)

  • fix: update stlite to latest (f8b2d1a)

  • fix: add altair as weld app dep (ef2bf45)

Unknown

v0.11.1 (2023-04-25)

Fix

Unknown

v0.11.0 (2023-04-25)

Feature

  • feat: upgrade beet and add unknown_files plugin (8ceb8c6)

Test

  • test: update pack versions (302e91b)

Unknown

v0.10.0 (2023-04-24)

Feature

  • feat: adjust for newest snapshot (d4778de)

Unknown

v0.9.3 (2023-03-27)

Fix

  • fix: force release (1829d6d)

  • fix: disable tests for now on CI (24bbd16)

  • fix: full test verbosity (80c1293)

  • fix: update beet and deps + add github action (11ab749)

Unknown

v0.9.2 (2023-02-15)

Fix

  • fix: disable latest snapshot if it fails (c72432f)

v0.9.1 (2023-02-02)

v0.9.0 (2023-02-02)

Fix

  • fix: add versioning to weld (8372224)

  • fix: use correct package (a82f18c)

v0.8.0 (2023-02-02)

Feature

  • feat: add atlas support (35355f3)

v0.7.2 (2023-01-09)

Fix

  • fix: app not reloading (16c1b4d)

  • fix: mistake with app/index.html (69e9a92)

v0.7.1 (2023-01-09)

v0.7.0 (2023-01-09)

Feature

  • feat: move app source to weld package (f59da76)

v0.6.1 (2023-01-09)

v0.6.0 (2023-01-09)

Feature

v0.5.0 (2023-01-09)

Feature

  • feat: implement experiemental fabric output feature (403052e)

  • feat: add experimental fabric jar download (d23846c)

  • feat: improve app to use smithed and intents (6e17188)

Fix

Unknown

v0.4.0 (2023-01-08)

v0.3.0 (2023-01-08)

Feature

v0.2.0 (2022-12-14)

v0.1.0 (2022-12-14)

Feature

  • feat(weld): first version of weld (6a9d2bd)

Unknown