Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Detegr committed Aug 7, 2024
1 parent ff262f2 commit 6ec4654
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.9.2

- Fix a rendering issue with foveated rendering where the peripheral view had
white flashes if the frame rate dropped
- Fix a bug where quad view rendering was enabled by default
- Ship a build of Quad-Views-Foveated with the plugin and load it explicitly at
startup if needed. Manual installation of the OpenXR layer is no longer
needed to use foveated rendering.
- Tweak stage Z-near value to fix the stage clipping in tight places
- Fix rendering of windscreen effects (water/snow). By enabling particles but
disabling particle rendering in openRBRVR settings, it is possible to have
the water/snow effects on the windscreen but not have other particles visible
for better performance.

## 0.9.1

- Fix a bug where a BTB stage was not detected correctly for disabling quad
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ set(HEADERS
set(openRBRVR_Major 0)
set(openRBRVR_Minor 9)
set(openRBRVR_Patch 2)
set(openRBRVR_Tweak 1)
set(openRBRVR_TweakStr "-rc${openRBRVR_Tweak}")
set(openRBRVR_Tweak 0)
# set(openRBRVR_TweakStr "-rc${openRBRVR_Tweak}")

configure_file(
${CMAKE_CURRENT_SOURCE_DIR}/src/version.rc.in
Expand Down

0 comments on commit 6ec4654

Please sign in to comment.