|
663 | 663 | "Re-enabled Plugin mode - WARNING: This is experimental, and is using a new plugin JSON schema that will likely change in the future. - Thanks Meekiavelique!", |
664 | 664 | "Added Bisect hosting partnership banner." |
665 | 665 | ] |
| 666 | + } |
| 667 | + ] |
| 668 | + }, |
| 669 | + "1.10.0-beta.5": { |
| 670 | + "title": "v1.10.0-beta.5", |
| 671 | + "author": "Titus Evans (SnaveSutit)", |
| 672 | + "date": "2026-04-26", |
| 673 | + "categories": [ |
| 674 | + { |
| 675 | + "title": "Changes", |
| 676 | + "list": [ |
| 677 | + "[BREAKING] Removed `data` entity in favor of much faster score-indexed storage. Thanks @Xanbelor!", |
| 678 | + "[BREAKING] Added support for custom namespaces. The `Export Namespace` setting has been renamed to `Blueprint ID` and now supports namespaces. E.g. `my_cool_pack:rigs/my_awesome_blueprint`. Tags will also use the `Blueprint ID` as their prefix: `aj.my_rig.root` -> `my_cool_pack.rigs.my_awesome_blueprint`. The default namespace is now `aj:` to keep tags prefixes consistent with previous versions.", |
| 679 | + "Overhauled Blueprint Settings UI to be more user friendly and easier to navigate.", |
| 680 | + "Added `.zip` export format for Data Pack and Resource Pack.", |
| 681 | + "Added visualization for Structure Groups.", |
| 682 | + "Added syntax highlighting for settings.", |
| 683 | + "Updated Plugin exporter to support modern Minecraft's free element rotations.", |
| 684 | + "Added translation string and keybind resolution for JSON text components. Translation strings from vanilla will automatically be resolved to the correct text for your target version when previewing Text Displays.", |
| 685 | + "Added display names to all entities in the rig to make debugging easier.", |
| 686 | + "Switched to using `blockbench-patch-manager` for safer handling of Blockbench monkey-patches.", |
| 687 | + "Moved JSON text component system into its own library called `book-and-quill`.", |
| 688 | + "Improved MC font loading handling and caching.", |
| 689 | + "Improved internal MC asset handling and caching.", |
| 690 | + "Updated to Blockbench 5.1.4.", |
| 691 | + "Updated to Svelte 5.", |
| 692 | + "Updated to MCB 4.0.5." |
| 693 | + ] |
666 | 694 | }, |
667 | 695 | { |
668 | 696 | "title": "Fixes", |
669 | | - "list": [] |
| 697 | + "list": ["Fixed \"infinite loading popup\" issue."] |
670 | 698 | } |
671 | 699 | ] |
672 | 700 | } |
|
0 commit comments