From 4b522e62b9f77cc6c9862c96d0f86f95746b5317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antti=20Ker=C3=A4nen?= Date: Fri, 6 Sep 2024 22:25:42 +0300 Subject: [PATCH] Update version and CHANGELOG --- CHANGELOG.md | 7 +++++++ CMakeLists.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4688ebb..462c758 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.0.3 + +- Fix white flashes that happened sporadically in OpenXR mode if anti-aliasing + was not enabled +- Fix a rendering bug in co-driver mode +- Fix Rally School mode not loading the saved seat position correctly + ## 1.0.2 - Implement prediction dampening for OpenXR diff --git a/CMakeLists.txt b/CMakeLists.txt index 4259909..16ae401 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ set(HEADERS set(openRBRVR_Major 1) set(openRBRVR_Minor 0) -set(openRBRVR_Patch 2) +set(openRBRVR_Patch 3) set(openRBRVR_Tweak 0) #set(openRBRVR_TweakStr "-rc${openRBRVR_Tweak}")