- Added crash reports on failed asserts and violated array bounds
- Smooth scrolling is fixed
- Config hot reload should work even if it's within one of the ignored dirs
- On Windows files with path longer than 248 bytes will be ignored to avoid a crash (probably a temporary solution)
- Linux-specific fixes/improvements:
- the editor should now automatically create the global config file when started for the first time (same as on Windows)
- the editor should now have better scaling on HiDPI displays when running under X11/XWayland (proper fractional scaling support for Wayland is still under development)
- the Wayland event handling loop should no longer stall randomly