|
603 | 603 | ] |
604 | 604 | } |
605 | 605 | ] |
| 606 | + }, |
| 607 | + "1.9.0-beta.1": { |
| 608 | + "title": "v1.9.0-beta.1", |
| 609 | + "author": "Titus Evans (SnaveSutit)", |
| 610 | + "date": "2026-03-17", |
| 611 | + "categories": [ |
| 612 | + { |
| 613 | + "title": "Changes", |
| 614 | + "list": [ |
| 615 | + "[BREAKING] Nodes are no longer passengers of the root entity in versions 1.21.4 and above. Any code that relies on `on passengers` to target rig nodes will need to be updated to use `as_node` instead.`", |
| 616 | + "[BREAKING] `as_locator` & `as_all_locators` no longer execute `at` the targeted locators.", |
| 617 | + "Added `as_at_locator` & `as_at_all_locators` functions to replace previous `as_locator` and `as_all_locators` positional functionality.", |
| 618 | + "Made camera and rig rotation much more precise for 1.21.4 and above.", |
| 619 | + "Added support for the removal of item model rotation restrictions in 1.21.11.", |
| 620 | + "Added `as_node` function." |
| 621 | + ] |
| 622 | + }, |
| 623 | + { |
| 624 | + "title": "Fixes", |
| 625 | + "list": [ |
| 626 | + "Fixed [#475](https://github.com/Animated-Java/animated-java/issues/475)", |
| 627 | + "Fixed [#474](https://github.com/Animated-Java/animated-java/issues/474)", |
| 628 | + "Fixed [#472](https://github.com/Animated-Java/animated-java/issues/472)", |
| 629 | + "Fixed [#471](https://github.com/Animated-Java/animated-java/issues/471)", |
| 630 | + "Fixed [#469](https://github.com/Animated-Java/animated-java/issues/469)", |
| 631 | + "Fixed [#468](https://github.com/Animated-Java/animated-java/issues/468)", |
| 632 | + "Fixed `move` function not transforming floating entities." |
| 633 | + ] |
| 634 | + } |
| 635 | + ] |
| 636 | + }, |
| 637 | + "1.9.0-beta.2": { |
| 638 | + "title": "v1.9.0-beta.2", |
| 639 | + "author": "Titus Evans (SnaveSutit)", |
| 640 | + "date": "2026-03-17", |
| 641 | + "categories": [ |
| 642 | + { |
| 643 | + "title": "Changes", |
| 644 | + "list": ["Improved error messages for `as_all_locators` and similar functions."] |
| 645 | + }, |
| 646 | + { |
| 647 | + "title": "Fixes", |
| 648 | + "list": [ |
| 649 | + "Fixed locators failing to tick, and display entities being left behind when moving the root (either by `tp` or `move` function)." |
| 650 | + ] |
| 651 | + } |
| 652 | + ] |
606 | 653 | } |
607 | 654 | } |
0 commit comments