Subversion Repositories filter_foundry

Rev

Rev 513 | Rev 515 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 513 Rev 514
Line 7... Line 7...
7
- `val(i,a,b)` now returns the same value like Filter Factory for illegal values of `i`.
7
- `val(i,a,b)` now returns the same value like Filter Factory for illegal values of `i`.
8
- Windows: Standalone filters containing a `&` in Name or Category now have the correct "Visual Themes", as the Manifest XML is not broken anymore.
8
- Windows: Standalone filters containing a `&` in Name or Category now have the correct "Visual Themes", as the Manifest XML is not broken anymore.
9
- Introduced obfuscation version 7, which is more secure.
9
- Introduced obfuscation version 7, which is more secure.
10
- Windows: Handling of ampersand characters ("&") in Title, Category, Author, Copyright, and Controller/Map labels fixed.
10
- Windows: Handling of ampersand characters ("&") in Title, Category, Author, Copyright, and Controller/Map labels fixed.
11
- Support for "Filter layers" added (not fully tested).
11
- Support for "Filter layers" added (not fully tested).
-
 
12
- FilterFoundry can now work correctly with Duotone and Lab color spaces (PiPL 'mode' entry was wrong)
12
 
13
 
13
(*) This bug/solution was tested on Windows but needs to be verified and/or implemented on Mac.
14
(*) This bug/solution was tested on Windows but needs to be verified and/or implemented on Mac.
14
 
15
 
15
## 1.7.0.16 [22-Mar-2022]
16
## 1.7.0.16 [22-Mar-2022]
16
- Fixed bug that caused PLUGIN.DLL sliders not working if the filter was called multiple times. You can hotfix existing standalone plugins by replacing "UnregisterSlider" with "UnRegisterSlider" using a hex-editor. Affected are plugins built using 1.7.0.13/14/15.
17
- Fixed bug that caused PLUGIN.DLL sliders not working if the filter was called multiple times. You can hotfix existing standalone plugins by replacing "UnregisterSlider" with "UnRegisterSlider" using a hex-editor. Affected are plugins built using 1.7.0.13/14/15.