Subversion Repositories filter_foundry

Rev

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

Rev 520 Rev 524
Line 1... Line 1...
1
# Changelog
1
# Changelog
2
 
2
 
-
 
3
## 1.7.0.18 [15-May-2022]
-
 
4
- Fixed issue with 32-bit resource strings (English and German language was broken) introduced in version 1.7.0.17.
-
 
5
 
3
## 1.7.0.17 [14-May-2022]
6
## 1.7.0.17 [14-May-2022]
4
- Fixed theoretical bug that can crash a Photoshop application if PLUGIN.DLL exists but is not loaded.
7
- Fixed theoretical bug that can crash a Photoshop application if PLUGIN.DLL exists but is not loaded.
5
- Added translation for German systems (*)
8
- Added translation for German systems (*)
6
- `map(i,n)` now works like in Filter Factory and not like GIMP User Filter v0.8.
9
- `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`.
10
- `val(i,a,b)` now returns the same value like Filter Factory for illegal values of `i`.