Subversion Repositories filter_foundry

Rev

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

Rev 515 Rev 516
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
- Windows: 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 ampersand characters ("&") in Name or Category now have the correct "Visual Themes", as the Manifest XML is not broken anymore.
9
- Introduced obfuscation version 7, which is more secure.
-
 
10
- Windows: Handling of ampersand characters ("&") in Title, Category, Author, Copyright, and Controller/Map labels fixed.
9
- Windows: Handling of ampersand characters ("&") in Title, Category, Author, Copyright, and Controller/Map labels fixed.
-
 
10
- Introduced obfuscation version 7, which is more secure.
11
- Support for "Filter layers" added (not fully tested; PiPL attribute `'flly'`) (*)
11
- Support for "Filter layers" added (not fully tested; PiPL attribute `'flly'`) (*)
12
- FilterFoundry can now work correctly with Duotone and Lab color spaces (PiPL `'mode'` entry was wrong)
12
- FilterFoundry can now work correctly with Duotone and Lab color spaces (PiPL `'mode'` entry was wrong)
13
- Internal change: PiPL resource now contains `'8BIM':'cmpt'` (Component) (*)
13
- Internal change: PiPL resource now contains `'8BIM':'cmpt'` (Component) (*)
14
- Internal change: PiPL resource now contains `'ViaT':'ObId'` (Object Identifier) (*)
14
- Internal change: PiPL resource now contains `'ViaT':'ObId'` (Object Identifier) (*)
15
 
15