|
122 | 122 | }
|
123 | 123 | ]
|
124 | 124 | },
|
125 |
| - "1.6.5": { |
126 |
| - "title": "v1.6.5", |
| 125 | + "1.7.0": { |
| 126 | + "title": "v1.7.0", |
127 | 127 | "author": "Titus Evans (SnaveSutit)",
|
128 |
| - "date": "2025-02-26", |
| 128 | + "date": "2025-04-30", |
129 | 129 | "categories": [
|
130 | 130 | {
|
131 | 131 | "title": "Changes",
|
132 | 132 | "list": [
|
133 |
| - "Added a new function (`animated_java:<export_namespace>/remove/entities`) that kills all entities owned by a rig, whether they are attached to a root entity or not.", |
134 |
| - "Added support for `shadow_color` JSON Text Components." |
| 133 | + "[BREAKING] Overhauled internal functions and data structures. This may cause some issues with older exports, so you should clean out your old AJ exports and re-export them.", |
| 134 | + "[BREAKING] Renamed `animated_java:<export_namespace>/as_own_locator_entities` to `animated_java:<export_namespace>/as_all_locators`.", |
| 135 | + "Added support for Minecraft 1.21.5.", |
| 136 | + "Added support for exporting to multiple target Minecraft versions at once.", |
| 137 | + "Reduced the size of exported Data Packs by about 50%.", |
| 138 | + "Added `Sync Passenger Rotation` config option to Locators.", |
| 139 | + "Added a new function: `animated_java:<export_namespace>/at_all_locators {command: string}` that runs a command at all of a rig's entity-less locator positions.", |
| 140 | + "Added a new function: `animated_java:<export_namespace>/as_locator {name: string, command: string}` that runs a command as and at a named locator's entity.", |
| 141 | + "Added a new function: `animated_java:<export_namespace>/at_locator {name: string, command: string}` that runs a command at an entity-less locator's position.", |
| 142 | + "Added a new function: `animated_java:<export_namespace>/remove/entities` that kills all entities owned by a rig, whether they are attached to a root entity or not.", |
| 143 | + "Added a new Blueprint setting: `On-Remove Commands`.", |
| 144 | + "Added support for `shadow_color` to JSON Text Components.", |
| 145 | + "Temporarily made all descriptions of settings appear below settings." |
135 | 146 | ]
|
136 | 147 | },
|
137 | 148 | {
|
|
145 | 156 | "Fixed added missing tag PROJECT_ENTITY to data entities.",
|
146 | 157 | "Fixed locators and cameras missing most of their tags.",
|
147 | 158 | "Fixed missing PROJECT_ENTITY tag on root entities.",
|
148 |
| - "Fixed backslash (\\\\) being allowed in node names.", |
| 159 | + "Fixed backslash (\\) being allowed in node names.", |
149 | 160 | "Fixed locators not being removed when calling `animated_java:global/remove/everything`.",
|
150 |
| - "Fixed crash while exporting when encountering an invalid JSON file in the target data pack." |
| 161 | + "Fixed crash while exporting when encountering an invalid JSON file in the target data pack.", |
| 162 | + "Fixed [#389](https://github.com/Animated-Java/animated-java/issues/389)", |
| 163 | + "Fixed custom outliner element changes not marking a project as changed." |
151 | 164 | ]
|
152 | 165 | }
|
153 | 166 | ]
|
|
0 commit comments