Skip to content

Commit 6bc8696

Browse files
committed
🔖 v1.8.0-beta.2
1 parent 9e113a0 commit 6bc8696

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "Animated Java",
55
"icon": "icon.svg",
66
"description": "Effortlessly craft complex animations for Minecraft: Java Edition",
7-
"version": "1.8.0-beta.1",
7+
"version": "1.8.0-beta.2",
88
"min_blockbench_version": "4.12.0",
99
"max_blockbench_version": "4.12.6",
1010
"variant": "desktop",

src/pluginPackage/changelog.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,5 +347,37 @@
347347
]
348348
}
349349
]
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+
]
350382
}
351383
}

0 commit comments

Comments
 (0)