Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 503 → Rev 504

/trunk/CHANGELOG.md
4,7 → 4,8
- Fixed theoretical bug that can crash a Photoshop application if PLUGIN.DLL exists but is not loaded.
- Added translation for German systems (*)
- `map(i,n)` now works like in Filter Factory and not like GIMP User Filter v0.8.
- `val(i,a,b)` now returns the same value like Filter Factory for illegal values of i.
- `val(i,a,b)` now returns the same value like Filter Factory for illegal values of `i`.
- Standalone filters containing a `&` in Name or Category now have the correct "Visual Themes", as the Manifest XML is not broken anymore.
 
(*) This bug/solution was tested on Windows but needs to be verified and/or implemented on Mac.