|
347 | 347 | ] |
348 | 348 | } |
349 | 349 | ] |
| 350 | + }, |
| 351 | + "1.8.0-beta.2": { |
| 352 | + "title": "v1.8.0-beta.2", |
| 353 | + "author": "Titus Evans (SnaveSutit)", |
| 354 | + "date": "2025-10-15", |
| 355 | + "categories": [ |
| 356 | + { |
| 357 | + "title": "Changes", |
| 358 | + "list": [ |
| 359 | + "[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.", |
| 360 | + "[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.", |
| 361 | + "Replaced unique node configs with universal DisplayEntityConfig.", |
| 362 | + "Added 'Copy Display Entity Config' and 'Paste Display Entity Config' actions to context menus for Groups, Text Displays, Item Displays, and Block Displays.", |
| 363 | + "Added 'On Summon Function' to Display Entity Configs.", |
| 364 | + "Added 'On Apply Function' to Per-variant Display Entity Configs.", |
| 365 | + "Improved undo / redo history and behavior for TextDisplays, ItemDisplays, and BlockDisplays.", |
| 366 | + "Improved the Render Box preview's reactivity." |
| 367 | + ] |
| 368 | + }, |
| 369 | + { |
| 370 | + "title": "Fixes", |
| 371 | + "list": [ |
| 372 | + "Fixed rotation validation not checking the correct version, and marking any rotation as invalid.", |
| 373 | + "Fixed Blueprints becoming unsavable after opening.", |
| 374 | + "Fixed Blueprints becoming unsavable after converting from another format.", |
| 375 | + "Fixed annoying element panel UI flicker when selecting or transforming TextDisplays, ItemDisplays, or BlockDisplays.", |
| 376 | + "Fixed uncaught error when deleting a text display.", |
| 377 | + "Fixed outdated warning not appearing until the second reload after rig_hash was modified.", |
| 378 | + "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." |
| 379 | + ] |
| 380 | + } |
| 381 | + ] |
350 | 382 | } |
351 | 383 | } |
0 commit comments