|
420 | 420 | ] |
421 | 421 | } |
422 | 422 | ] |
| 423 | + }, |
| 424 | + "1.8.0": { |
| 425 | + "title": "v1.8.0", |
| 426 | + "author": "Titus Evans (SnaveSutit)", |
| 427 | + "date": "2025-10-21", |
| 428 | + "categories": [ |
| 429 | + { |
| 430 | + "title": "Changes", |
| 431 | + "list": [ |
| 432 | + "[BREAKING] Removed `custom_name`, `custom_name_visible`, `useNbt`, and `nbt` from Display Entity Configs. Use the new 'On Summon Function' and 'On Apply Function' settings to configure entity NBT instead.", |
| 433 | + "[BREAKING] Removed `inherit_settings` from Display Entity Configs. It didn't work properly and was causing more issues than it solved. Use the new copy / paste config actions instead.", |
| 434 | + "[BREAKING] `play` and `stop` functions now pause all animations when called.", |
| 435 | + "[BREAKING] Removed support for Multiple target Minecraft versions. Blueprints can now only be exported to a single target version at a time.", |
| 436 | + "[BREAKING] *Temporarily* disabled plugin mode entirely to avoid confusion while it's being reworked.", |
| 437 | + "Added `Export All` and `Export All (Debug)` action to export all open Blueprints at once.", |
| 438 | + "Added `Export (Debug)` action to export a Blueprint with debug features enabled. (Replaces `show_function_errors` and `show_outdated_warning` settings)", |
| 439 | + "Added support for Minecraft 1.21.6 and 1.21.9", |
| 440 | + "Added support for 1.21.6 element rotations. (No more 22.5 degree limitation!)", |
| 441 | + "Added full support for SNBT JSON Text components. You can now use the modern SNBT format in any version, and Animated Java will automatically convert it to the correct format for your target version on export.", |
| 442 | + "Added full support for 1.21.5 unicode escape sequences in SNBT JSON Text components. As long as the version of Minecraft you're exporting to supports Unicode characters, you can use them in your JSON Text components.", |
| 443 | + "Added a button to copy the exported JSON Text component of a Text Display to your clipboard.", |
| 444 | + "Updated keyframe UI, making it much more responsive, and easier to use.", |
| 445 | + "Added support for `light_emission` on cubes.", |
| 446 | + "Replaced unique node configs with universal DisplayEntityConfig.", |
| 447 | + "Added 'Copy Display Entity Config' and 'Paste Display Entity Config' actions to context menus for Groups, Text Displays, Item Displays, and Block Displays.", |
| 448 | + "Added 'On Summon Function' to Display Entity Configs.", |
| 449 | + "Added 'On Apply Function' to Per-variant Display Entity Configs.", |
| 450 | + "Improved undo / redo history and behavior for TextDisplays, ItemDisplays, and BlockDisplays.", |
| 451 | + "Improved the Render Box preview's reactivity.", |
| 452 | + "The Blueprint format now has basic support for Blockbench collections. More features will be added in future updates.", |
| 453 | + "Improved Text Display JSON text input syntax highlighting.", |
| 454 | + "Improved Text Display JSON text input appearance.", |
| 455 | + "Improved JSON Text component parsing and error reporting.", |
| 456 | + "Improved all function errors and tellraws in exported Data Packs.", |
| 457 | + "Improved outdated warning formatting and functionality.", |
| 458 | + "Improved text display rendering performance, and update reactivity.", |
| 459 | + "Display item is no longer configurable in versions that use `item_model` (1.20.5+).", |
| 460 | + "The `summon` function now provides better feedback when using invalid arguments.", |
| 461 | + "Removed loading popup when opening a model. Display entities are now loaded asynchronously, and will display a temporary placeholder model until they are ready.", |
| 462 | + "Replaced `animated_java:empty` with vanilla empty model in MC 1.21.4+.", |
| 463 | + "Increased width of all node configs from 400px to 600px.", |
| 464 | + "Entities riding the root after running the on-summon function will now be removed automatically when the rig is removed.", |
| 465 | + "Removed `show_function_errors` and `show_outdated_warning` and replaced them with a new `Export (Debug)` action.", |
| 466 | + "Renamed all 'Commands' settings to 'Function'.", |
| 467 | + "Renamed 'On-Tick Function' to 'Post-Tick Function'.", |
| 468 | + "Added 'Pre-Tick Function' Blueprint setting.", |
| 469 | + "Renamed `raw` export mode to `folder`.", |
| 470 | + "Added new Blueprint setting: 'Auto Update Rig Orientation'.", |
| 471 | + "Added `animated_java:<export_namespace>/move` function to move the rig when 'Auto Update Rig Orientation' is enabled.", |
| 472 | + "Reduced number of teleport commands run every tick when idle and animating if 'Auto Update Rig Orientation' is disabled.", |
| 473 | + "Reduced the number of times the orientation of locators and cameras is updated while animating.", |
| 474 | + "Improved performance of `fontManager` char mesh rendering.", |
| 475 | + "Updated plugin description to 'Effortlessly craft complex animations for Minecraft: Java Edition'.", |
| 476 | + "Replaced all `textarea`s in Blueprint settings, Variant config, and Node configs with a custom CodeJar that provides a better editing experience.", |
| 477 | + "Improved plugin incompatibility warnings." |
| 478 | + ] |
| 479 | + }, |
| 480 | + { |
| 481 | + "title": "Fixes", |
| 482 | + "list": [ |
| 483 | + "Fixed a few minor Text Display text wrapping issues.", |
| 484 | + "Fixed display entities causing collections to break.", |
| 485 | + "Fixed [#440](https://github.com/Animated-Java/animated-java/issues/440)", |
| 486 | + "Fixed [#442](https://github.com/Animated-Java/animated-java/issues/442)", |
| 487 | + "Fixed [#453](https://github.com/Animated-Java/animated-java/issues/453)", |
| 488 | + "Fixed [#213](https://github.com/Animated-Java/animated-java/issues/213)", |
| 489 | + "Fixed [#284](https://github.com/Animated-Java/animated-java/issues/284)", |
| 490 | + "Fixed GU failing on first load due to missing scoreboard dependency.", |
| 491 | + "Fixed [#435](https://github.com/Animated-Java/animated-java/issues/435)", |
| 492 | + "Fixed [#439](https://github.com/Animated-Java/animated-java/issues/439)", |
| 493 | + "Fixed Text Display JSON text input not catching tab key presses.", |
| 494 | + "Fixed outdated rig warning not working in some cases.", |
| 495 | + "Fixed outdated rig warning entities missing important tags.", |
| 496 | + "Fixed missing translations for install popup.", |
| 497 | + "Fixed function tag merging not working correctly.", |
| 498 | + "Fixed missing `item_display` NBT tag on exported Item Displays.", |
| 499 | + "Fixed missing `Count` tag on Item Displays in Data Packs exported for 1.20.4.", |
| 500 | + "Fixed project save status not updating when modifying node configs.", |
| 501 | + "Fixed [#441](https://github.com/Animated-Java/animated-java/issues/441)", |
| 502 | + "Fixed [#421](https://github.com/Animated-Java/animated-java/issues/421)", |
| 503 | + "Fixed [#429](https://github.com/Animated-Java/animated-java/issues/429)", |
| 504 | + "Fixed Text Display, Item Display, Block Display, and Variant config menus overflowing off the screen.", |
| 505 | + "Fixed [#422](https://github.com/Animated-Java/animated-java/issues/422)", |
| 506 | + "Fixed invalid cube warning not updating when editing cubes.", |
| 507 | + "Fixed relative paths not being recognized on windows.", |
| 508 | + "Fixed `set_frame` failing due to incorrect tag in entity selector.", |
| 509 | + "Fixed animation preview not using in-game display entity interpolation simulation. Interpolations of fast-moving and rotating objects in the preview should now be much more accurate to how they appear in-game.", |
| 510 | + "Fixed `NumberSlider` dialog item failing to correctly clamp values when `valueStep` is defined.", |
| 511 | + "Fixed animation config dialog not marking project as unsaved after making changes.", |
| 512 | + "Fixed variants panel animating when switching between projects.", |
| 513 | + "Fixed `ajmodel` upgrader not opening when double clicked.", |
| 514 | + "Fixed rotation validation not checking the correct version, and marking any rotation as invalid.", |
| 515 | + "Fixed Blueprints becoming unsavable after opening.", |
| 516 | + "Fixed Blueprints becoming unsavable after converting from another format.", |
| 517 | + "Fixed annoying element panel UI flicker when selecting or transforming TextDisplays, ItemDisplays, or BlockDisplays.", |
| 518 | + "Fixed uncaught error when deleting a text display.", |
| 519 | + "Fixed Blueprint format data fixer upper failing to upgrade Blueprints past format version 1.6.5.", |
| 520 | + "Fixed outdated warning not appearing until the second reload after rig_hash was modified.", |
| 521 | + "Fixed custom outliner elements inheriting the same properties list, and therefor causing every node which inherits it to include every other node's properties in it's saved data." |
| 522 | + ] |
| 523 | + }, |
| 524 | + { |
| 525 | + "title": "Camera Fixes", |
| 526 | + "list": [ |
| 527 | + "Fixed [#441](https://github.com/Animated-Java/animated-java/issues/441)", |
| 528 | + "Fixed [#435](https://github.com/Animated-Java/animated-java/issues/435)", |
| 529 | + "Fixed [#434](https://github.com/Animated-Java/animated-java/issues/434)", |
| 530 | + "Fixed [#427](https://github.com/Animated-Java/animated-java/issues/427)", |
| 531 | + "Fixed [#421](https://github.com/Animated-Java/animated-java/issues/421)", |
| 532 | + "Fixed [#441](https://github.com/Animated-Java/animated-java/issues/441)" |
| 533 | + ] |
| 534 | + }, |
| 535 | + { |
| 536 | + "title": "Internal Data Pack Changes and Fixes", |
| 537 | + "list": [ |
| 538 | + "Updated to the latest version of MC-Build.", |
| 539 | + "Added support for `.mcbt` files to the Data Pack compiler.", |
| 540 | + "Reduced entity data size by reducing the length of locator and camera transform keys.", |
| 541 | + "Removed `global/internal` folder.", |
| 542 | + "Expanded all `aj` namespaces to `animated_java` except tags.", |
| 543 | + "Renamed `convert_uuid_array_to_string` -> `get_entity_uuid_string`.", |
| 544 | + "Removed most transformation of rig entities from `summon`. We now primarily use `set_default_pose` to apply the rig's default pose to reduce code duplication and improve consistency.", |
| 545 | + "Fixed global tag in `set_frame` and `apply_frame` functions not using dynamic tag getter.", |
| 546 | + "`.mcb` files now use more descriptive variable names.", |
| 547 | + "Removed `path_name` in favor of `storage_name` for all rendered rig nodes, and animations.", |
| 548 | + "Reduced overhead when generating variant functions.", |
| 549 | + "Switched over to using variables for storage names.", |
| 550 | + "Renamed `on_summon_commands` -> `on_summon_function`.", |
| 551 | + "Renamed `on_remove_commands` -> `on_remove_function`.", |
| 552 | + "Renamed `ticking_commands` -> `on_post_tick_function`.", |
| 553 | + "Moved some ticking and loading functionality out of individual namespaces and into global.", |
| 554 | + "Added `debug` macro to reduce code duplication.", |
| 555 | + "Removed an entire indentation level by including the export namespace in the source path instead of as a dir in the .mcb file.", |
| 556 | + "Replaced all `arguments[1]` references with new `context` variable.", |
| 557 | + "Fixed outdated rig function failing due to incorrect root tag." |
| 558 | + ] |
| 559 | + }, |
| 560 | + { |
| 561 | + "title": "Other Changes and Fixes", |
| 562 | + "list": [ |
| 563 | + "Most enum-like values are now using TS enums.", |
| 564 | + "Removed config functionality from cameras entirely.", |
| 565 | + "Renamed `isCurrentFormat` -> `activeProjectIsBlueprintFormat`.", |
| 566 | + "Updated to new modern modding tools. Animated Java is now capable of being disabled, enabled, and uninstalled safely without restarting Blockbench.", |
| 567 | + "`AnimatedJava.API` global has been renamed to `AnimatedJava`.", |
| 568 | + "Improve handling of Text and Block Display entity NBT when generating root entity passengers.", |
| 569 | + "Removed most transformation of rig entities from `summon`. We now primarily use `set_default_pose` to apply the rig's default pose to reduce code duplication and improve consistency.", |
| 570 | + "Fixed global tag in `set_frame` and `apply_frame` functions not using dynamic tag getter.", |
| 571 | + "`.mcb` files now use more descriptive variable names.", |
| 572 | + "`assetManager.getRawAsset` now returns a Buffer.", |
| 573 | + "Fixed broken Animated Java bar item condition.", |
| 574 | + "Removed `path_name` in favor of `storage_name` for all rendered rig nodes, and animations.", |
| 575 | + "Removed `addProjectToRecentProjects` function into custom `load` logic, and let the default `Codec` functionality handle adding the project in `afterSave`.", |
| 576 | + "Improve `ModelDataFixerUpper` types, logic flow, and error handling.", |
| 577 | + "Add `ModelDataFixerUpper` upgrade function for v1.8.0.", |
| 578 | + "Made `TELLRAW.RIG_OUTDATED` runtime-generic." |
| 579 | + ] |
| 580 | + } |
| 581 | + ] |
423 | 582 | } |
424 | 583 | } |
0 commit comments