UpSnap is, and always will be, free and open source software.
If someone is asking you to pay money for access to UpSnap binaries, source code, or licenses, you are being scammed.
The official and only trusted source for UpSnap is this repository (and its linked releases).
Do not pay third parties for something that is provided here for free.
UpSnap is, and always will be, free and open source software.
If someone is asking you to pay money for access to UpSnap binaries, source code, or licenses, you are being scammed.
The official and only trusted source for UpSnap is this repository (and its linked releases).
Do not pay third parties for something that is provided here for free.
Changelog
Features
61da5f5: feat: UPSNAP_HTTP_LISTEN: check for custom addr in go (@seriousm4x)
For a list of all the changes up to date, please read CHANGELOG.md.
Tip
This version has problems loading libmariadb library. The issue will be fixed in the next release. To work around in this release you may switch to libmysqlclient instead. If the library drop-down does not show libmysqlclient, install it via sudo apt install libmysqlclient-dev.
UpSnap is, and always will be, free and open source software.
If someone is asking you to pay money for access to UpSnap binaries, source code, or licenses, you are being scammed.
The official and only trusted source for UpSnap is this repository (and its linked releases).
Do not pay third parties for something that is provided here for free.
Fixed an issue in 32.0.3 where deleting a scene does not remove its audio sources from the Audio Mixer [exeldro/Warchamp7]
Fixed an issue in 32.0.3 with audio device lag due to new deduplication logic [pkviet]
Fixed an issue in 32.0.x where transition duration was not updated in the UI [Warchamp7]
32.0.3 Hotfix Changes
Adjusted application shutdown logic [Warchamp7]
This is a fairly large change that aims to stabilize OBS Studio's application shutdown process. This reduces the number of scenarios in which the "OBS Studio Unclean Shutdown" dialog will appear and also fixes a crash when forcing a log off or shutdown with active outputs.
Fixed a crash during canvas removal [dsaedtler]
Fixed a forced application shutdown while changing scene collections due to attempting to access removed sources [exeldro]
Fixed several audio monitoring deduplication issues [pkv]
32.0.2 Hotfix Changes
Fixed a crash on macOS when attempting to login with service integrations [PatTheMav]
Fixed an issue on macOS where Syphon Client sources could be blank/transparent [gxalpha]
32.0.1 Hotfix Changes
Fixed a possible crash in 32.0.0 on Windows when opening source properties [wanhongqing123]
Fixed an issue in 32.0.0 where browser sources would break after switching scenes [tytan652]
This issue may also have caused increased resource usage.
Fixed an issue in 32.0.0 with the audio deduplication logic when an Audio Capture Source device is also used for monitoring [pkv]
Fixed an issue in 32.0.0 where Multitrack Video settings were unavailable to Custom Services [PatTheMav]
32.0 New Features
Added a basic plugin manager [FiniteSingularity/PatTheMav/Warchamp7]
Added opt-in automatic crash log upload for Windows and macOS [PatTheMav/Warchamp7]
Added Voice Activity Detection (VAD) to NVIDIA RTX Audio Effects, which improves noise suppression for speech, as well as several optimizations to NVIDIA Effects [pkv]
Added chair removal option for NVIDIA RTX Background Removal, allowing removal of chairs [pkv]
Added experimental Metal renderer for Apple Silicon Macs [PatTheMav]
Added Hybrid MOV support [derrod]
Brings ProRes support on macOS and a more widely supported HEVC/H.264 + PCM audio option to all platforms
32.0 Changes
OBS Studio will no longer load plugins built for a newer release of OBS to prevent future compatibility issues [norihiro]
Added custom OBS widgets in preparation for larger UI updates [derrod/gxalpha/Warchamp7]
Added preparations for Metal renderer (stay tuned!) [PatTheMav]
Changed default bitrate from 2500 to 6000 Kbps [notr1ch]
Changed the crash sentinel file location to its own subdirectory [PatTheMav]
Improved audio deduplication logic to cover more cases of nested scenes, groups, and multiple canvases [pkv]
Prevent audio duplication when sources are set to "Monitor and Output" while the monitoring device is also being captured [pkv]
Updated the default settings for AMD encoders [rhutsAMD]
Improved accuracy of chapter markers in Hybrid MP4/MOV [derrod]
Re-hid the cursor in edit fields on macOS [gxalpha]
Improved format selection for PipeWire video capture [tytan652]
Removed workarounds to prevent loading Qt 5 based plugins [RytoEX]
Removed the --disable-shutdown-check launch flag [PatTheMav]
Hybrid MP4/MOV is now out of beta and has been made the default output format for new profiles [derrod]
32.0 Bug Fixes
Potentially fixed a rare crash on macOS when moving or resizing the OBS window [PatTheMav]
Fixed a crash with SRT when using an invalid URL [pkv]
Fixed a crash when setting non-default pkt_size with SRT [pkv]
Fixed a crash in Media Source when playback starts with certain video files [howellrl]
Fixed a UI deadlock when opening source properties from the Sources list when the Windows setting 'Snap mouse to default button in dialog boxes' was enabled by adding a 200ms delay before creating the properties window [Warchamp7]
Fixed a memory leak when trying to output Hybrid MP4 to a non-writeable location [norihiro]
Fixed rare occurrence of multiview becoming blank [norihiro]
Added support for downloading multiple files and entire folder trees (#26006 by @Nitwel)
Moved fetchRolesTree,fetchGlobalAccess, fetchGlobalAccessForUser and fetchGlobalAccessForRoles to the public utility package (#26248 by @ComfortablyCoding)
@directus/sdk
Added support for downloading multiple files and entire folder trees (#26006 by @Nitwel)
Moved fetchRolesTree,fetchGlobalAccess, fetchGlobalAccessForUser and fetchGlobalAccessForRoles to the public utility package (#26248 by @ComfortablyCoding)
Updated synchronization of remotely stored extensions (#26192 by @br41nslug)
Fixed missing accountability for files.upload when TUS is enabled (#26247 by @br41nslug)
@directus/types
Moved fetchRolesTree,fetchGlobalAccess, fetchGlobalAccessForUser and fetchGlobalAccessForRoles to the public utility package (#26248 by @ComfortablyCoding)
Updated synchronization of remotely stored extensions (#26192 by @br41nslug)
@directus/storage-driver-cloudinary
Updated synchronization of remotely stored extensions (#26192 by @br41nslug)
@directus/storage-driver-supabase
Updated synchronization of remotely stored extensions (#26192 by @br41nslug)
@directus/extensions-sdk
Updated esbuild dependency from 0.25.12 to 0.26.0 (#26215 by @dependabot)
@directus/system-data
Updated esbuild dependency from 0.25.12 to 0.26.0 (#26215 by @dependabot)
@directus/sdk
Updated esbuild dependency from 0.25.12 to 0.26.0 (#26215 by @dependabot)
This is a fairly large change that aims to stabilize OBS Studio's application shutdown process. This reduces the number of scenarios in which the "OBS Studio Unclean Shutdown" dialog will appear and also fixes a crash when forcing a log off or shutdown with active outputs.
Fixed a crash during canvas removal [dsaedtler]
Fixed a forced application shutdown while changing scene collections due to attempting to access removed sources [exeldro]
Fixed several audio monitoring deduplication issues [pkv]
32.0.2 Hotfix Changes
Fixed a crash on macOS when attempting to login with service integrations [PatTheMav]
Fixed an issue on macOS where Syphon Client sources could be blank/transparent [gxalpha]
32.0.1 Hotfix Changes
Fixed a possible crash in 32.0.0 on Windows when opening source properties [wanhongqing123]
Fixed an issue in 32.0.0 where browser sources would break after switching scenes [tytan652]
This issue may also have caused increased resource usage.
Fixed an issue in 32.0.0 with the audio deduplication logic when an Audio Capture Source device is also used for monitoring [pkv]
Fixed an issue in 32.0.0 where Multitrack Video settings were unavailable to Custom Services [PatTheMav]
32.0 New Features
Added a basic plugin manager [FiniteSingularity/PatTheMav/Warchamp7]
Added opt-in automatic crash log upload for Windows and macOS [PatTheMav/Warchamp7]
Added Voice Activity Detection (VAD) to NVIDIA RTX Audio Effects, which improves noise suppression for speech, as well as several optimizations to NVIDIA Effects [pkv]
Added chair removal option for NVIDIA RTX Background Removal, allowing removal of chairs [pkv]
Added experimental Metal renderer for Apple Silicon Macs [PatTheMav]
Added Hybrid MOV support [derrod]
Brings ProRes support on macOS and a more widely supported HEVC/H.264 + PCM audio option to all platforms
32.0 Changes
OBS Studio will no longer load plugins built for a newer release of OBS to prevent future compatibility issues [norihiro]
Added custom OBS widgets in preparation for larger UI updates [derrod/gxalpha/Warchamp7]
Added preparations for Metal renderer (stay tuned!) [PatTheMav]
Changed default bitrate from 2500 to 6000 Kbps [notr1ch]
Changed the crash sentinel file location to its own subdirectory [PatTheMav]
Improved audio deduplication logic to cover more cases of nested scenes, groups, and multiple canvases [pkv]
Prevent audio duplication when sources are set to "Monitor and Output" while the monitoring device is also being captured [pkv]
Updated the default settings for AMD encoders [rhutsAMD]
Improved accuracy of chapter markers in Hybrid MP4/MOV [derrod]
Re-hid the cursor in edit fields on macOS [gxalpha]
Improved format selection for PipeWire video capture [tytan652]
Removed workarounds to prevent loading Qt 5 based plugins [RytoEX]
Removed the --disable-shutdown-check launch flag [PatTheMav]
Hybrid MP4/MOV is now out of beta and has been made the default output format for new profiles [derrod]
32.0 Bug Fixes
Potentially fixed a rare crash on macOS when moving or resizing the OBS window [PatTheMav]
Fixed a crash with SRT when using an invalid URL [pkv]
Fixed a crash when setting non-default pkt_size with SRT [pkv]
Fixed a crash in Media Source when playback starts with certain video files [howellrl]
Fixed a UI deadlock when opening source properties from the Sources list when the Windows setting 'Snap mouse to default button in dialog boxes' was enabled by adding a 200ms delay before creating the properties window [Warchamp7]
Fixed a memory leak when trying to output Hybrid MP4 to a non-writeable location [norihiro]
Fixed rare occurrence of multiview becoming blank [norihiro]
UpSnap is, and always will be, free and open source software.
If someone is asking you to pay money for access to UpSnap binaries, source code, or licenses, you are being scammed.
The official and only trusted source for UpSnap is this repository (and its linked releases).
Do not pay third parties for something that is provided here for free.
Removed non-relational types from RELATIONAL_TYPES constant (#25964)
Extensions or external code using RELATIONAL_TYPES should note the excluded presentation and group.
Fixed <scope>.delete filter hook running after permission check. Fixed keys returned by the hook not being used in place of the original keys. (#26034)
Keys returned by the hook are now used in place of the original keys.
The hook will trigger regardless of user permissions. Ensure any necessary permission checks are performed prior to any data processing.
@directus/api
Fixed <scope>.delete filter hook running after permission check. Fixed keys returned by the hook not being used in place of the original keys. (#26034 by @ComfortablyCoding)
Restricted system collection fields to only allow indexing (#24820 by @br41nslug)
@directus/constants
Removed non-relational types from RELATIONAL_TYPES constant (#25964 by @formfcw)
@directus/extensions-sdk
Use node exportConditions when building api extensions. See #25591 (#25591 by @julbd)
β¨ New Features & Improvements
@directus/app
Introduced the Content Comparison Modal for side-by-side review of version and revision changes. (#25782 by @robluton)
Added interface config option to control indicator appearance (#26086 by @formfcw)
Added schema snapshot download button to the admin view of the studio (#25903 by @Nitwel)
Added setup flow and license agreement banner (#25983 by @Nitwel)
Added comparison indicators for group interfaces (#26086 by @formfcw)
Fixed a crash on macOS when attempting to login with service integrations [PatTheMav]
Fixed an issue on macOS where Syphon Client sources could be blank/transparent [gxalpha]
32.0.1 Hotfix Changes
Fixed a possible crash in 32.0.0 on Windows when opening source properties [wanhongqing123]
Fixed an issue in 32.0.0 where browser sources would break after switching scenes [tytan652]
This issue may also have caused increased resource usage.
Fixed an issue in 32.0.0 with the audio deduplication logic when an Audio Capture Source device is also used for monitoring [pkviet]
Fixed an issue in 32.0.0 where Multitrack Video settings were unavailable to Custom Services [PatTheMav]
32.0 New Features
Added a basic plugin manager [FiniteSingularity/PatTheMav/Warchamp7]
Added opt-in automatic crash log upload for Windows and macOS [PatTheMav/Warchamp7]
Added Voice Activity Detection (VAD) to NVIDIA RTX Audio Effects, which improves noise suppression for speech, as well as several optimizations to NVIDIA Effects [pkviet]
Added chair removal option for NVIDIA RTX Background Removal, allowing removal of chairs [pkviet]
Added experimental Metal renderer for Apple Silicon Macs [PatTheMav]
Added Hybrid MOV support [derrod]
Brings ProRes support on macOS and a more widely supported HEVC/H.264 + PCM audio option to all platforms
32.0 Changes
OBS Studio will no longer load plugins built for a newer release of OBS to prevent future compatibility issues [norihiro]
Added custom OBS widgets in preparation for larger UI updates [derrod/gxalpha/Warchamp7]
Added preparations for Metal renderer (stay tuned!) [PatTheMav]
Changed default bitrate from 2500 to 6000 Kbps [notr1ch]
Changed the crash sentinel file location to its own subdirectory [PatTheMav]
Improved audio deduplication logic to cover more cases of nested scenes, groups, and multiple canvases [pkviet]
Prevent audio duplication when sources are set to "Monitor and Output" while the monitoring device is also being captured [pkviet]
Updated the default settings for AMD encoders [rhutsAMD]
Improved accuracy of chapter markers in Hybrid MP4/MOV [derrod]
Re-hid the cursor in edit fields on macOS [gxalpha]
Improved format selection for PipeWire video capture [tytan652]
Removed workarounds to prevent loading Qt 5 based plugins [RytoEX]
Removed the --disable-shutdown-check launch flag [PatTheMav]
Hybrid MP4/MOV is now out of beta and has been made the default output format for new profiles [derrod]
32.0 Bug Fixes
Potentially fixed a rare crash on macOS when moving or resizing the OBS window [PatTheMav]
Fixed a crash with SRT when using an invalid URL [pkviet]
Fixed a crash when setting non-default pkt_size with SRT [pkviet]
Fixed a crash in Media Source when playback starts with certain video files [howellrl]
Fixed a UI deadlock when opening source properties from the Sources list when the Windows setting 'Snap mouse to default button in dialog boxes' was enabled by adding a 200ms delay before creating the properties window [Warchamp7]
Fixed a memory leak when trying to output Hybrid MP4 to a non-writeable location [norihiro]
Fixed rare occurrence of multiview becoming blank [norihiro]
UpSnap is, and always will be, free and open source software.
If someone is asking you to pay money for access to UpSnap binaries, source code, or licenses, you are being scammed.
The official and only trusted source for UpSnap is this repository (and its linked releases).
Do not pay third parties for something that is provided here for free.
UpSnap is, and always will be, free and open source software.
If someone is asking you to pay money for access to UpSnap binaries, source code, or licenses, you are being scammed.
The official and only trusted source for UpSnap is this repository (and its linked releases).
Do not pay third parties for something that is provided here for free.
Fixed a possible crash in 32.0.0 on Windows when opening source properties [wanhongqing123]
Fixed an issue in 32.0.0 where browser sources would break after switching scenes [tytan652]
This issue may also have caused increased resource usage.
Fixed an issue in 32.0.0 with the audio deduplication logic when an Audio Capture Source device is also used for monitoring [pkviet]
Fixed an issue in 32.0.0 where Multitrack Video settings were unavailable to Custom Services [PatTheMav]
32.0 New Features
Added a basic plugin manager [FiniteSingularity/PatTheMav/Warchamp7]
Added opt-in automatic crash log upload for Windows and macOS [PatTheMav/Warchamp7]
Added Voice Activity Detection (VAD) to NVIDIA RTX Audio Effects, which improves noise suppression for speech, as well as several optimizations to NVIDIA Effects [pkviet]
Added chair removal option for NVIDIA RTX Background Removal, allowing removal of chairs [pkviet]
Added experimental Metal renderer for Apple Silicon Macs [PatTheMav]
Added Hybrid MOV support [derrod]
Brings ProRes support on macOS and a more widely supported HEVC/H.264 + PCM audio option to all platforms
32.0 Changes
OBS Studio will no longer load plugins built for a newer release of OBS to prevent future compatibility issues [norihiro]
Added custom OBS widgets in preparation for larger UI updates [derrod/gxalpha/Warchamp7]
Added preparations for Metal renderer (stay tuned!) [PatTheMav]
Changed default bitrate from 2500 to 6000 Kbps [notr1ch]
Changed the crash sentinel file location to its own subdirectory [PatTheMav]
Improved audio deduplication logic to cover more cases of nested scenes, groups, and multiple canvases [pkviet]
Prevent audio duplication when sources are set to "Monitor and Output" while the monitoring device is also being captured [pkviet]
Updated the default settings for AMD encoders [rhutsAMD]
Improved accuracy of chapter markers in Hybrid MP4/MOV [derrod]
Re-hid the cursor in edit fields on macOS [gxalpha]
Improved format selection for PipeWire video capture [tytan652]
Removed workarounds to prevent loading Qt 5 based plugins [RytoEX]
Removed the --disable-shutdown-check launch flag [PatTheMav]
Hybrid MP4/MOV is now out of beta and has been made the default output format for new profiles [derrod]
32.0 Bug Fixes
Potentially fixed a rare crash on macOS when moving or resizing the OBS window [PatTheMav]
Fixed a crash with SRT when using an invalid URL [pkviet]
Fixed a crash when setting non-default pkt_size with SRT [pkviet]
Fixed a crash in Media Source when playback starts with certain video files [howellrl]
Fixed a UI deadlock when opening source properties from the Sources list when the Windows setting 'Snap mouse to default button in dialog boxes' was enabled by adding a 200ms delay before creating the properties window [Warchamp7]
Fixed a memory leak when trying to output Hybrid MP4 to a non-writeable location [norihiro]
Fixed rare occurrence of multiview becoming blank [norihiro]
Added a basic plugin manager [FiniteSingularity/PatTheMav/Warchamp7]
Added opt-in automatic crash log upload for Windows and macOS [PatTheMav/Warchamp7]
Added Voice Activity Detection (VAD) to NVIDIA RTX Audio Effects, which improves noise suppression for speech, as well as several optimizations to NVIDIA Effects [pkviet]
Added chair removal option for NVIDIA RTX Background Removal, allowing removal of chairs [pkviet]
Added experimental Metal renderer for Apple Silicon Macs [PatTheMav]
Added Hybrid MOV support [derrod]
Brings ProRes support on macOS and a more widely supported HEVC/H.264 + PCM audio option to all platforms
32.0 Changes
OBS Studio will no longer load plugins built for a newer release of OBS to prevent future compatibility issues [norihiro]
Added custom OBS widgets in preparation for larger UI updates [derrod/gxalpha/Warchamp7]
Added preparations for Metal renderer (stay tuned!) [PatTheMav]
Changed default bitrate from 2500 to 6000 Kbps [notr1ch]
Changed Hybrid MP4/MOV to be the default containers [derrod]
Changed the crash sentinel file location to its own subdirectory [PatTheMav]
Improved audio deduplication logic to cover more cases of nested scenes, groups, and multiple canvases [pkviet]
Prevent audio duplication when sources are set to "Monitor and Output" while the monitoring device is also being captured [pkviet]
Updated the default settings for AMD encoders [rhutsAMD]
Improved accuracy of chapter markers in Hybrid MP4/MOV [derrod]
Re-hid the cursor in edit fields on macOS [gxalpha]
Improved format selection for PipeWire video capture [tytan652]
Removed workarounds to prevent loading Qt 5 based plugins [RytoEX]
Removed the --disable-shutdown-check launch flag [PatTheMav]
Hybrid MP4/MOV is now out of beta and has been made the default output format for new profiles [derrod]
32.0 Bug Fixes
Potentially fixed a rare crash on macOS when moving or resizing the OBS window [PatTheMav]
Fixed a crash with SRT when using an invalid URL [pkviet]
Fixed a crash when setting non-default pkt_size with SRT [pkviet]
Fixed a crash in Media Source when playback starts with certain video files [howellrl]
Fixed a UI deadlock when opening source properties from the Sources list when the Windows setting 'Snap mouse to default button in dialog boxes' was enabled by adding a 200ms delay before creating the properties window [Warchamp7]
Fixed a memory leak when trying to output Hybrid MP4 to a non-writeable location [norihiro]
Fixed rare occurrence of multiview becoming blank [norihiro]
Reverted "Removed ability on Linux to load plugins built for older major versions of OBS Studio [tytan652]" [RytoEX]
Changed default bitrate from 2500 to 6000 Kbps [notr1ch]
Changed Hybrid MP4/MOV to be the default containers [derrod]
Adjusted Plugin Manager UI [Warchamp7]
Fixed a memory leak when trying to output Hybrid MP4 to a non-writeable location [norihiro]
Fixed a UI deadlock when opening source properties from the Sources list when the Windows setting 'Snap mouse to default button in dialog boxes' was enabled by adding a 200ms delay before creating the properties window [Warchamp7]
Fixed an issue where Multitrack Video could still be enabled after switching from a service that supports it to one that does not [Penwy]
Beta 2 Changes
Fixed a crash in Beta 1 when loading an invalid config file in the Plugin Manager [FiniteSingularity]
Fixed a crash in Beta 1 when streaming to an invalid SRT URL [gxalpha]
Fixed a crash in Beta 1 when loading old NVIDIA Audio Effects SDK versions [pkviet/notr1ch]
Fixed a crash in Beta 1 when loading plugins that use removed API functions [gxalpha]
Fixed stack smash and TLS issues with browser sources on Linux [tytan652]
Fixed an issue in Beta 1 where Scene and Group sources would show as missing or invalid in the Sources list [exeldro]
Fixed an issue in Beta 1 where capture sources (screen capture, video device capture, and display capture) would not work on OpenGL [PatTheMav]
Fixed an issue in Beta 1 where the crash log prompt was appearing on systems where OBS Studio does not handle crash logs [tytan652]
Fixed an issue where GetGroupList with obs-websocket would return nothing [gxalpha]
Added experimental Metal renderer for Apple Silicon Macs [PatTheMav]
Changed the crash sentinel file location to its own subdirectory [PatTheMav]
Removed workarounds to prevent loading Qt 5 based plugins [RytoEX]
Removed ability on Linux to load plugins built for older major versions of OBS Studio [tytan652]
OBS Studio 32 (and future 32.x versions) on Linux can only load plugins linked against libobs 32.
32.0 New Features
Added a basic plugin manager [FiniteSingularity/PatTheMav/Warchamp7]
Added opt-in automatic crash log upload for Windows and macOS [PatTheMav/Warchamp7]
Added Voice Activity Detection (VAD) to NVIDIA RTX Audio Effects, which improves noise suppression for speech, as well as several optimizations to NVIDIA Effects [pkviet]
Added chair removal option for NVIDIA RTX Background Removal, allowing removal of chairs [pkviet]
Added Hybrid MOV support [derrod]
Brings ProRes support on macOS and a more widely supported HEVC/H.264 + PCM audio option to all platforms
32.0 Changes
OBS Studio will no longer load plugins built for a newer release of OBS to prevent future compatibility issues [norihiro]
Added custom OBS widgets in preparation for larger UI updates [derrod/gxalpha/Warchamp7]
Added preparations for Metal renderer (stay tuned!) [PatTheMav]
Improved audio deduplication logic to cover more cases of nested scenes, groups, and multiple canvases [pkviet]
Prevent audio duplication when sources are set to "Monitor and Output" while the monitoring device is also being captured [pkviet]
Updated the default settings for AMD encoders [rhutsAMD]
Improved accuracy of chapter markers in Hybrid MP4/MOV [derrod]
Re-hid the cursor in edit fields on macOS [gxalpha]
Improved format selection for PipeWire video capture [tytan652]
Removed the --disable-shutdown-check launch flag [PatTheMav]
Hybrid MP4/MOV is now out of beta and has been made the default output format for new profiles [derrod]
32.0 Bug Fixes
Potentially fixed a rare crash on macOS when moving or resizing the OBS window [PatTheMav]
Fixed a crash with SRT when using an invalid URL [pkviet]
Fixed a crash when setting non-default pkt_size with SRT [pkviet]
Fixed a crash in Media Source when playback starts with certain video files [howellrl]
Fixed rare occurrence of multiview becoming blank [norihiro]
Fixed USER_CREATED, USER_UPDATED, DATE_CREATED, and DATE_UPDATED values in content versioning. These fields now correctly reflect the actual user and timestamp of creation or last update, rather than the user and date of promotion. (#25744)
Requesting a non-existent version will now return a Forbidden error.
The USER_CREATED, USER_UPDATED, DATE_CREATED, and DATE_UPDATED fields will now represent the last actual changes, not the promotion metadata.
@directus/app
Fixed USER_CREATED, USER_UPDATED, DATE_CREATED, and DATE_UPDATED values in content versioning. These fields now correctly reflect the actual user and timestamp of creation or last update, rather than the user and date of promotion. (#25744 by @Nitwel)
@directus/api
Fixed USER_CREATED, USER_UPDATED, DATE_CREATED, and DATE_UPDATED values in content versioning. These fields now correctly reflect the actual user and timestamp of creation or last update, rather than the user and date of promotion. (#25744 by @Nitwel)
Fixed USER_CREATED, USER_UPDATED, DATE_CREATED, and DATE_UPDATED values in content versioning. These fields now correctly reflect the actual user and timestamp of creation or last update, rather than the user and date of promotion. (#25744 by @Nitwel)
Added cache-busting to image asset URLs in the studio to ensure updated images are always loaded (#25833 by @formfcw)
UpSnap is, and always will be, free and open source software.
If someone is asking you to pay money for access to UpSnap binaries, source code, or licenses, you are being scammed.
The official and only trusted source for UpSnap is this repository (and its linked releases).
Do not pay third parties for something that is provided here for free.
UpSnap is, and always will be, free and open source software.
If someone is asking you to pay money for access to UpSnap binaries, source code, or licenses, you are being scammed.
The official and only trusted source for UpSnap is this repository (and its linked releases).
Do not pay third parties for something that is provided here for free.
Fixed a crash in Beta 1 when loading an invalid config file in the Plugin Manager [FiniteSingularity]
Fixed a crash in Beta 1 when streaming to an invalid SRT URL [gxalpha]
Fixed a crash in Beta 1 when loading old NVIDIA Audio Effects SDK versions [pkviet/notr1ch]
Fixed a crash in Beta 1 when loading plugins that use removed API functions [gxalpha]
Fixed stack smash and TLS issues with browser sources on Linux [tytan652]
Fixed an issue in Beta 1 where Scene and Group sources would show as missing or invalid in the Sources list [exeldro]
Fixed an issue in Beta 1 where capture sources (screen capture, video device capture, and display capture) would not work on OpenGL [PatTheMav]
Fixed an issue in Beta 1 where the crash log prompt was appearing on systems where OBS Studio does not handle crash logs [tytan652]
Fixed an issue where GetGroupList with obs-websocket would return nothing [gxalpha]
Added experimental Metal renderer for Apple Silicon Macs [PatTheMav]
Changed the crash sentinel file location to its own subdirectory [PatTheMav]
Removed workarounds to prevent loading Qt 5 based plugins [RytoEX]
Removed ability on Linux to load plugins built for older major versions of OBS Studio [tytan652]
OBS Studio 32 (and future 32.x versions) on Linux can only load plugins linked against libobs 32.
32.0 New Features
Added a basic plugin manager [FiniteSingularity/PatTheMav/Warchamp7]
Added opt-in automatic crash log upload for Windows and macOS [PatTheMav/Warchamp7]
Added Voice Activity Detection (VAD) to NVIDIA RTX Audio Effects, which improves noise suppression for speech, as well as several optimizations to NVIDIA Effects [pkviet]
Added chair removal option for NVIDIA RTX Background Removal, allowing removal of chairs [pkviet]
Added Hybrid MOV support [derrod]
Brings ProRes support on macOS and a more widely supported HEVC/H.264 + PCM audio option to all platforms
32.0 Changes
OBS Studio will no longer load plugins built for a newer release of OBS to prevent future compatibility issues [norihiro]
Added custom OBS widgets in preparation for larger UI updates [derrod/gxalpha/Warchamp7]
Added preparations for Metal renderer (stay tuned!) [PatTheMav]
Improved audio deduplication logic to cover more cases of nested scenes, groups, and multiple canvases [pkviet]
Prevent audio duplication when sources are set to "Monitor and Output" while the monitoring device is also being captured [pkviet]
Updated the default settings for AMD encoders [rhutsAMD]
Improved accuracy of chapter markers in Hybrid MP4/MOV [derrod]
Re-hid the cursor in edit fields on macOS [gxalpha]
Improved format selection for PipeWire video capture [tytan652]
32.0 Bug Fixes
Potentially fixed a rare crash on macOS when moving or resizing the OBS window [PatTheMav]
Fixed a crash with SRT when using an invalid URL [pkviet]
Fixed a crash when setting non-default pkt_size with SRT [pkviet]
Fixed a crash in Media Source when playback starts with certain video files [howellrl]
Fixed rare occurrence of multiview becoming blank [norihiro]
UpSnap is, and always will be, free and open source software.
If someone is asking you to pay money for access to UpSnap binaries, source code, or licenses, you are being scammed.
The official and only trusted source for UpSnap is this repository (and its linked releases).
Do not pay third parties for something that is provided here for free.
UpSnap is, and always will be, free and open source software.
If someone is asking you to pay money for access to UpSnap binaries, source code, or licenses, you are being scammed.
The official and only trusted source for UpSnap is this repository (and its linked releases).
Do not pay third parties for something that is provided here for free.
UpSnap is, and always will be, free and open source software.
If someone is asking you to pay money for access to UpSnap binaries, source code, or licenses, you are being scammed.
The official and only trusted source for UpSnap is this repository (and its linked releases).
Do not pay third parties for something that is provided here for free.
Added a basic plugin manager [FiniteSingularity/PatTheMav/Warchamp7]
Added opt-in automatic crash log upload for Windows and macOS [PatTheMav/Warchamp7]
Added Voice Activity Detection (VAD) to NVIDIA RTX Audio Effects, which improves noise suppression for speech, as well as several optimizations to NVIDIA Effects [pkviet]
Added chair removal option for NVIDIA RTX Background Removal, allowing removal of chairs [pkviet]
Added Hybrid MOV support [derrod]
Brings ProRes support on macOS and HEVC/H.264 and PCM audio support on all platforms
32.0 Changes
OBS Studio will no longer load plugins built for a newer release of OBS to prevent future compatibility issues [norihiro]
Added custom OBS widgets in preparation for larger UI updates [derrod/gxalpha/Warchamp7]
Added preparations for Metal renderer (stay tuned!) [PatTheMav]
Improved audio deduplication logic to cover more cases of nested scenes, groups, and multiple canvases [pkviet]
Prevent audio duplication when sources are set to "Monitor and Output" while the monitoring device is also being captured [pkviet]
Updated the default settings for AMD encoders [rhutsAMD]
Improved accuracy of chapter markers in Hybrid MP4/MOV [derrod]
Re-hid the cursor in edit fields on macOS [gxalpha]
Improved format selection for PipeWire video capture [tytan652]
32.0 Bug Fixes
Potentially fixed a rare crash on macOS when moving or resizing the OBS window [PatTheMav]
Fixed a crash with SRT when using an invalid URL [pkviet]
Fixed a crash when setting non-default pkt_size with SRT [pkviet]
Fixed a crash in Media Source when playback starts with certain video files [howellrl]
Fixed rare occurrence of multiview becoming blank [norihiro]
Fixed Content Versioning to correctly merge relational data and support all query parameter functionality (#25437)
The following changes should be kept in mind when updating:
Relational versioned data now requires explicit field expansion to be included in the response.
Invalid data (e.g. Fails validation rules) will error on query
Filter conditions now apply to the versioned data instead of the main record
For more information, please read the breaking change docs for a full list of changes.
Additionally there will be further breaking changes to USER_CREATED, USER_UPDATED, DATE_CREATED, DATE_UPDATED default values in a followup PR to improve this behavior further.
Check in with #25744 to see more info about the breaking changes.
β¨ New Features & Improvements
@directus/api
Fixed Content Versioning to correctly merge relational data and support all query parameter functionality (#25437 by @Nitwel)
@directus/app
Fixed links in WYSIWYG missing underline and pointer cursor styling (#25739 by @Abdallah-Awwad)
Added a new field to conditions for clearing hidden fields on save (#25646 by @robluton)
π Bug Fixes & Optimizations
@directus/app
Fixed timestamp fields being incorrectly marked as changed due to timezone mismatch (#25718 by @khanahmad4527)
Fixed code button state not updating when exiting code mode in WYSIWYG (#25741 by @Abdallah-Awwad)
Added currentItem id check to prevent in-flight api call from returning stale data (#25660 by @robluton)
UpSnap is, and always will be, free and open source software.
If someone is asking you to pay money for access to UpSnap binaries, source code, or licenses, you are being scammed.
The official and only trusted source for UpSnap is this repository (and its linked releases).
Do not pay third parties for something that is provided here for free.