Subversion Repositories filter_foundry

Rev

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

Rev 504 Rev 506
Line 3... Line 3...
3
## 1.7.0.17 [Work-In-Progress]
3
## 1.7.0.17 [Work-In-Progress]
4
- Fixed theoretical bug that can crash a Photoshop application if PLUGIN.DLL exists but is not loaded.
4
- Fixed theoretical bug that can crash a Photoshop application if PLUGIN.DLL exists but is not loaded.
5
- Added translation for German systems (*)
5
- Added translation for German systems (*)
6
- `map(i,n)` now works like in Filter Factory and not like GIMP User Filter v0.8.
6
- `map(i,n)` now works like in Filter Factory and not like GIMP User Filter v0.8.
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
- 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
 
9
 
10
(*) This bug/solution was tested on Windows but needs to be verified and/or implemented on Mac.
10
(*) This bug/solution was tested on Windows but needs to be verified and/or implemented on Mac.
11
 
11
 
12
## 1.7.0.16 [22-Mar-2022]
12
## 1.7.0.16 [22-Mar-2022]
13
- 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.
13
- 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.