Skip to content

v4.1.4

Choose a tag to compare

@github-actions github-actions released this 26 Feb 20:34
· 302 commits to develop since this release

💥 Breaking Changes

  • Disabled Simple Analytics by default on Docker Builds.
    • This only affects deployments which serve the CasualOS files from the docker build (e.g. you don't have a CDN with a custom build of the CasualOS frontends).
    • If you want to re-enable Simple Analytics, you can set enableSimpleAnalytics in the webConfig to true.

🐛 Bug Fixes

  • Fixed an issue where animations with clampWhenFinished set to true would continue to influence subsequent animations.
  • Fixed depth sorting issues on initial load for mesh forms (gltf, jsonObject, ldraw, and splat) by applying formDepthTest and formDepthWrite immediately after mesh creation, and removed unnecessary post-load bounding recomputation workarounds.