Subversion Repositories filter_foundry

Rev

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

Rev 252 Rev 256
Line 1... Line 1...
1
# Changelog
1
# Changelog
2
 
2
 
-
 
3
## 1.7.0.5 [Work-In-Progress]
-
 
4
- Changed obfuscation code (now more secure)
-
 
5
- The feature "Obfuscate" and "Protected" are now merged together.
-
 
6
	Reason: Obfuscate without protect makes no sense (since everybody can read/load it using FilterFoundry) and
-
 
7
	protect without obfuscate makes no sense (because you can read the formula using a resource editor and even remove the protect flag with a hex editor)
-
 
8
 
-
 
9
 
3
## 1.7.0.4 [27-Jul-2021]
10
## 1.7.0.4 [27-Jul-2021]
4
- Fixed problem where 32bit Windows plugin tries to load 64bit standalone plugin
11
- Fixed problem where 32bit Windows plugin tries to load 64bit standalone plugin
5
- Bugfix: Windows Open/Save dialogs: At the title, the first character was missing. Fixed.
12
- Bugfix: Windows Open/Save dialogs: At the title, the first character was missing. Fixed.
6
- Internal change: "Manifest" resource gets individualized in standalone plugins
13
- Internal change: "Manifest" resource gets individualized in standalone plugins
7
- Internal change: PiPL/Manifest-template is now stored in 'TpTL' instead of 'DATA'/RCDATA. (But obfusc data stays at 'DATA'/RCDATA)
14
- Internal change: PiPL/Manifest-template is now stored in 'TpTL' instead of 'DATA'/RCDATA. (But obfusc data stays at 'DATA'/RCDATA)