You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes.md
+36-2Lines changed: 36 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,48 @@ This is version 1.6 of the OpenFX API.
19
19
20
20
## Fixes in OpenFX Version 1.6:
21
21
22
+
## Deprecations
23
+
24
+
## Detailed List of Changes
25
+
26
+
# Release Notes - 1.5.1
27
+
28
+
This is version 1.5.1 of the OpenFX API, a minor release with bug fixes and improvements.
29
+
30
+
## Key Features of OpenFX Version 1.5.1:
31
+
32
+
-**CPU Render Support**: Added `kOfxImageEffectPropCPURenderSupported` property to allow plugins to declare CPU rendering capability (or rather lack thereof).
33
+
-**Thumbnail Rendering**: Added `kOfxImageEffectPropThumbnailRender` property to support efficient thumbnail generation.
34
+
-**Spatial Awareness**: Added `kOfxImageEffectPropNoSpatialAwareness`. Allows the host and plugin to coordinate a render that ensures no spatial changes to the image.
35
+
36
+
37
+
## Fixes in OpenFX Version 1.5.1:
38
+
39
+
- Fix LICENSE.md to conform to Github template for BSD 3-Clause (issue #194).
40
+
- Use predefined `_WIN32` macro everywhere instead of defining `WINDOWS`, improving Windows portability.
41
+
- Fix CI build problems with conan version, expat dependency, and compiler compatibility.
0 commit comments