Skip to content

Commit

Permalink
meta: Add changelog for 2.14.1.
Browse files Browse the repository at this point in the history
Signed-off-by: Hans-Kristian Arntzen <[email protected]>
  • Loading branch information
HansKristian-Work committed Jan 10, 2025
1 parent b56106e commit 14d9d55
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 2.14.1

This is a bug-fix release which resolves some regressions introduced in 2.14.

- Fix a crash on start-up which affected GPUs without sparse support. E.g. Intel iGPU or Turnip.
Crash could happen even if that GPU was the secondary GPU on the system.
- Fix a memory allocation issue affecting NVK.
- Fix a CPU performance regression issue affecting Horizon Zero Dawn Remastered on NVIDIA GPUs.
This fix might improve CPU performance in other games too, but unverified.
- Not a regression fix, but add a `no_upload_hvv` workaround for Arma Reforger to workaround weird asset loading behavior.

## 2.14

Rolls up the usual collection of new features, performance improvements, bug fixes and the copious amount of game workarounds,
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('vkd3d-proton', ['c', 'cpp'], version : '2.14', meson_version : '>= 0.49', default_options : [
project('vkd3d-proton', ['c', 'cpp'], version : '2.14.1', meson_version : '>= 0.49', default_options : [
'warning_level=2', 'c_std=c11', 'cpp_std=c++17'
])

Expand Down

0 comments on commit 14d9d55

Please sign in to comment.