Subversion Repositories filter_foundry

Rev

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

Rev 524 Rev 526
Line 1... Line 1...
1
# Changelog
1
# Changelog
2
 
2
 
3
## 1.7.0.18 [15-May-2022]
3
## 1.7.0.18 [15-May-2022]
4
- Fixed issue with 32-bit resource strings (English and German language was broken) introduced in version 1.7.0.17.
4
- 32bit/Windows filter: Fixed issue with resource strings (English and German language was broken) introduced in version 1.7.0.17.
5
 
5
 
6
## 1.7.0.17 [14-May-2022]
6
## 1.7.0.17 [14-May-2022]
7
- Fixed theoretical bug that can crash a Photoshop application if PLUGIN.DLL exists but is not loaded.
7
- Fixed theoretical bug that can crash a Photoshop application if PLUGIN.DLL exists but is not loaded.
8
- Added translation for German systems (*)
8
- Added translation for German systems (*)
9
- `map(i,n)` now works like in Filter Factory and not like GIMP User Filter v0.8.
9
- `map(i,n)` now works like in Filter Factory and not like GIMP User Filter v0.8.
10
- `val(i,a,b)` now returns the same value like Filter Factory for illegal values of `i`.
10
- `val(i,a,b)` now returns the same value like Filter Factory for illegal values of `i`.
11
- Windows: Standalone filters containing ampersand characters ("&") in Name or Category now have the correct "Visual Themes", as the Manifest XML is not broken anymore.
11
- Windows: Standalone filters containing ampersand characters ("&") in Name or Category now have the correct "Visual Themes", as the Manifest XML is not broken anymore.
12
- Windows: Handling of ampersand characters ("&") in Title, Category, Author, Copyright, and Controller/Map labels fixed.
12
- Windows: Handling of ampersand characters ("&") in Title, Category, Author, Copyright, and Controller/Map labels fixed.
13
- Introduced obfuscation version 7, which is more secure.
13
- Introduced obfuscation version 7, which is more secure.
14
- Support for "Filter layers" added (not fully tested; PiPL attribute `'flly'`) (*)
14
- Support for "Filter layers" added (not fully tested; PiPL attribute `'8BIM':'flly'`) (*)
15
- FilterFoundry can now work correctly with Duotone and Lab color spaces (PiPL `'mode'` entry was wrong)
15
- FilterFoundry can now work correctly with Duotone and Lab color spaces (PiPL property `'8BIM':'mode'` was wrong)
16
- "Indexed Color" mode removed, since it seems to have never worked.
16
- "Indexed Color" mode removed, since it seems to have never worked.
17
- Internal change: PiPL resource now contains `'8BIM':'cmpt'` (Component) (*)
17
- Internal change: PiPL resource now contains `'8BIM':'cmpt'` (Component) (*)
18
- Internal change: PiPL resource now contains `'ViaT':'ObId'` (Object Identifier) (*)
18
- Internal change: PiPL resource now contains `'ViaT':'ObId'` (Object Identifier) (*)
19
- Internal change: PiPL resource now contains `prty` (Priority)
19
- Internal change: PiPL resource now contains `'8BIM':'prty'` (Priority)
20
 
20
 
21
(*) This bug/solution was tested on Windows but needs to be verified and/or implemented on Mac.
21
(*) This bug/solution was tested on Windows but needs to be verified and/or implemented on Mac.
22
 
22
 
23
## 1.7.0.16 [22-Mar-2022]
23
## 1.7.0.16 [22-Mar-2022]
24
- 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.
24
- 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.