diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 03c717f62..0f414bd42 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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" diff --git a/changelog.txt b/changelog.txt index 1682e9cdc..c7781fb32 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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.