v4.1.4
·
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
enableSimpleAnalyticsin thewebConfigtotrue.
🐛 Bug Fixes
- Fixed an issue where animations with
clampWhenFinishedset totruewould continue to influence subsequent animations. - Fixed depth sorting issues on initial load for mesh forms (
gltf,jsonObject,ldraw, andsplat) by applyingformDepthTestandformDepthWriteimmediately after mesh creation, and removed unnecessary post-load bounding recomputation workarounds.