Release v0.66.0
12 May 2024On the surface, this release is mostly about more accessibility - keyboard controls for rotating 3d models, correctly-tagged languages, and colour contrast. But in order to do that, behind the scenes the 3d renderer has had a massive rewrite, and I hope you’ll find it a lot faster and smoother to use!
What’s Changed
✨ New Features ✨
- Enable keyboard control for 3d canvases by @Floppy in #2163
- Improved keyboard controls for 3d views by @Floppy in #2165
🐛 Bug Fixes 🐛
- Remove enforced strict loading in dev by @Floppy in #2159
- Pass worker URL in as an attribute to avoid path problems by @Floppy in #2161
🛠️ Other Improvements 🛠️
- Allow Manyfold to be in a same origin frame by @Floppy in #2153
- Use Logstash JSON output format for production logs by @Floppy in #2154
- Move 3d rendering to a background web worker by @Floppy in #2152
- update xmldom to current version (via 3mf loader package) by @Floppy in #2160
- Set ‘lang’ attribute on untranslated strings by @Floppy in #2162
- Add health endpoint for uptime monitoring by @matthewbadeau in #2164
- Improve colour contrast for problem list by @Floppy in #2167
New Contributors
- @matthewbadeau made their first contribution in #2164
Full Changelog: v0.65.0…v0.66.0
See the original release on GitHub: v0.66.0