Skip to content

Releases: nowrep/obs-vkcapture

v1.4.1

10 Jul 06:03
v1.4.1
ba9ab83
Compare
Choose a tag to compare
  • Always use Vulkan allocation on GLX with NVIDIA

v1.4.0

16 Jun 20:40
v1.4.0
5a5f82d
Compare
Choose a tag to compare
  • Added fallback Vulkan allocation for OpenGL capture (fixes GLX capture with NVIDIA)

v1.3.3

27 May 09:19
v1.3.3
014c1ef
Compare
Choose a tag to compare
  • Fixed build with musl
  • Disconnect unresponsive clients (fixes some games that initialize both OpenGL and Vulkan) #148
  • OpenGL: Don't touch LD_LIBRARY_PATH if it wasn't already set (fixes capture in some cases) #146

v1.3.2

03 Apr 08:19
v1.3.2
7a40dbd
Compare
Choose a tag to compare
  • Added es_ES locale
  • Vulkan: Fix crash with applications using old tcmalloc (DOTA2)

v1.3.1

27 Mar 20:09
v1.3.1
eadcf26
Compare
Choose a tag to compare
  • Added option to exclude window from capture
  • Vulkan: Fixed capture when OBS and game runs on different GPUs

v1.3.0

17 Jan 11:45
v1.3.0
1d6c3c8
Compare
Choose a tag to compare
  • Vulkan: Fixed issue where old frames may be captured
  • Vulkan: Recreate image without modifiers if import in OBS failed

This includes backwards incompatible changes, both OBS plugin and capture tools used must be updated to latest version.

v1.2.2

29 Nov 16:45
v1.2.2
877a6e1
Compare
Choose a tag to compare
  • Fixed validation errors in Vulkan layer

v1.2.1

30 Oct 13:08
v1.2.1
e35dec2
Compare
Choose a tag to compare
  • Vulkan: Convert image formats when needed
  • Vulkan: Always specify required extensions (fixes eg. WoW capture)

v1.2

25 Aug 07:21
v1.2.0
1293094
Compare
Choose a tag to compare
  • Added obs-gamecapture command for both OpenGL and Vulkan capture
  • Deprecated obs-vkcapture and obs-glcapture commands
  • Fixed inverted colors with Vulkan RGB formats

v1.1.6

17 Aug 14:42
v1.1.6
b8a257b
Compare
Choose a tag to compare
  • Fixed capturing MangoHud in Vulkan capture
  • Fixed potential Vulkan memory allocation failures