A mixed bag this week; GLTF support, more icon choices, and better password rules, along with a pile of bugfixes. Enjoy!
What's Changed
✨ New Features ✨
- Add index and render support for GLTF (and GLB) files by @Floppy in #2406
- Add RPG-awesome icon support by @Floppy in #2411
- Improve password security with a proper strength check by zxcvbn by @Floppy in #2417
🐛 Bug Fixes 🐛
- Fix incorrect surface materials in renderer by @Floppy in #2408
- Use correct MIME type for .rar files by @Floppy in #2407
- Fix broken default settings (e.g. render style) by @Floppy in #2409
- Fix broken multiuser mode setup (no autologin) by @Floppy in #2410
- Fix up asset paths for fonts by @Floppy in #2415
- fix font paths when using RAILS_RELATIVE_URL_ROOT by @Floppy in #2421
- Use fonts from CDN instead of local to avoid asset path problems by @Floppy in #2422
🛠️ Other Improvements 🛠️
Full Changelog: v0.72.2...v0.73.0