Skip to content

Commit 1f14166

Browse files
SnaveSutitgitbutler-client
authored andcommitted
🔖 v1.10.0-beta.7
1 parent c38d0b2 commit 1f14166

2 files changed

Lines changed: 33 additions & 1 deletion

File tree

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.10.0-beta.6",
7+
"version": "1.10.0-beta.7",
88
"min_blockbench_version": "5.1.4",
99
"variant": "desktop",
1010
"tags": [

src/pluginPackage/changelog.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -722,5 +722,37 @@
722722
]
723723
}
724724
]
725+
},
726+
"1.10.0-beta.7": {
727+
"title": "v1.10.0-beta.7",
728+
"author": "Titus Evans (SnaveSutit)",
729+
"date": "2026-05-04",
730+
"categories": [
731+
{
732+
"title": "Changes",
733+
"list": [
734+
"[BREAKING] The play function no longer automatically pauses all other animations. Use the new `play_exclusive` function to pause all other animations and play the desired animation.",
735+
"Added Interaction element",
736+
"Added functions for interacting with Interactions, similar to the locator functions, such as `as_interaction` and `as_all_interactions`.",
737+
"Split Display Entity config option `brightnessOverride` into two separate properties: `blockBrightness` and `skyBrightness`.",
738+
"Added marker color support to Display entity elements.",
739+
"Made `Use Entity Stacking` default to true.",
740+
"Added `Item Model Config` to Groups with cube children.",
741+
"Added support for adding custom constant tints to item models."
742+
]
743+
},
744+
{
745+
"title": "Fixes",
746+
"list": [
747+
"Fixed Item Display, Block Display, and Text Display elements ignoring flip actions.",
748+
"Fixed custom element size not being rendered in element panel.",
749+
"Fixed [#509](https://github.com/Animated-Java/animated-java/issues/509)",
750+
"Fixed [#507](https://github.com/Animated-Java/animated-java/issues/507)",
751+
"Fixed [#510](https://github.com/Animated-Java/animated-java/issues/510)",
752+
"Fixed [#505](https://github.com/Animated-Java/animated-java/issues/505)",
753+
"Fixed [#495](https://github.com/Animated-Java/animated-java/issues/495)"
754+
]
755+
}
756+
]
725757
}
726758
}

0 commit comments

Comments
 (0)