Update changelog and bug report template

This commit is contained in:
Jozufozu 2022-07-11 20:55:01 -04:00
parent e499bfb98a
commit 768cc4ddba
2 changed files with 10 additions and 0 deletions

View File

@ -59,6 +59,8 @@ body:
label: Mod Version
description: The version of the mod you were using when the bug occured
options:
- "0.6.4"
- "0.6.3"
- "0.6.2"
- "0.6.1"
- "0.6.0"

View File

@ -1,3 +1,11 @@
0.6.4:
Fixes
- Fix shader detection with oculus
Technical/API
- LightUpdater is simplified to increase reliability and reflect how it is actually used
- ModelUtil is superseded by model builders, to be improved more in 0.7.0
- VertexLists now copy input buffers to reduce memory usage
0.6.3:
Technical/API
- Light updates are now processed in parallel.