Skip to content

Commit 384e8d7

Browse files
committed
🔖 v1.8.0-beta.5
1 parent 3aa8a97 commit 384e8d7

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-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.4",
7+
"version": "1.8.0-beta.5",
88
"min_blockbench_version": "4.12.0",
99
"max_blockbench_version": "4.12.6",
1010
"variant": "desktop",

src/pluginPackage/changelog.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,5 +404,21 @@
404404
]
405405
}
406406
]
407+
},
408+
"1.8.0-beta.5": {
409+
"title": "v1.8.0-beta.5",
410+
"author": "Titus Evans (SnaveSutit)",
411+
"date": "2025-10-19",
412+
"categories": [
413+
{
414+
"title": "Fixes",
415+
"list": [
416+
"Fixed cube rotations in 1.21.6+ allowing rotation values outside the -45..45 degree range",
417+
"Fixed rotation limits not being enforced when converting to a Blueprint.",
418+
"Fixed rotation limit not being enforced when rotating cubes.",
419+
"Fixed export crash due to invalid tag reference."
420+
]
421+
}
422+
]
407423
}
408424
}

0 commit comments

Comments
 (0)