Subversion Repositories filter_foundry

Rev

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

Rev 274 Rev 276
Line 1... Line 1...
1
# Changelog
1
# Changelog
2
 
2
 
3
## 1.7.0.7 [Work-In-Progress]
3
## 1.7.0.7 [08-Aug-2021]
-
 
4
- Standalone filters are now created in 32 and 64 bit. To make this work, you need to install FilterFoundry.8bf and FilterFoundry64.8bf in your plug-in directory.
-
 
5
- Security improvement: Filters which have been built using obfuscation "V3" or "V4" will now always be treated as protected plugin, even if the obfuscated code has been manipulated.
-
 
6
- Introduced obfuscation "V4" (more secure)
4
- Obfuscated "V1" and obfuscated "V2" filters can now be loaded again (as long as they aren't protected)
7
- Obfuscated "V1" and obfuscated "V2" filters can now be loaded again (as long as they aren't protected)
5
- Security improvement: Filters which have been built using obfuscation "V3" will now always be treated as protected plugin, even if the obfuscated code has been manipulated.
-
 
6
- Windows message box dialogs are now properly "modal" (they have the correct parent window handle), and therefore, they blink when you click at the parent window.
8
- Windows message box dialogs are now properly "modal" (they have the correct parent window handle), and therefore, they blink when you click at the parent window.
7
- Standalone filters are now created in 32 and 64 bit. To make this work, you need to install FilterFoundry.8bf and FilterFoundry64.8bf in your plug-in directory.
-
 
8
- The TPLT (template data) and build dialog resources are now deleted from standalone filters to save space.
9
- The TPLT (template data) and build dialog resources are now deleted from standalone filters to save space.
9
 
10
 
10
## 1.7.0.6 [01-Aug-2021]
11
## 1.7.0.6 [01-Aug-2021]
11
- .pff files (Premiere Filter Factory) are now correctly loaded
12
- .pff files (Premiere Filter Factory) are now correctly loaded
12
- Obfuscated standalone filters can now recall the previous settings on GIMP/Irfanview (was disabled in 1.7.0.5, because the temporaray .afs file leaked the obfuscated code).
13
- Obfuscated standalone filters can now recall the previous settings on GIMP/Irfanview (was disabled in 1.7.0.5, because the temporaray .afs file leaked the obfuscated code).