Subversion Repositories filter_foundry

Rev

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

Rev 231 Rev 232
Line 1... Line 1...
1
# Changelog
1
# Changelog
2
 
2
 
-
 
3
## 1.7.0.3 [Work-In-Progress]
-
 
4
- Support BigDocument structure (*.psb) (*)
-
 
5
 
-
 
6
(*) This bug/solution was tested on Windows but needs to be verified and/or implemented on Mac.
-
 
7
 
3
## 1.7.0.2 [19-Jul-2021]
8
## 1.7.0.2 [19-Jul-2021]
4
- Project was forked by Daniel Marschall and released on GitHub. For now, only the Windows version is supported.
9
- Project was forked by Daniel Marschall and released on GitHub. For now, only the Windows version is supported.
5
- Bugfix: If a plugin is called from a recorded Action, a dialog was shown at the first start, even if dialogs were disabled.
10
- Bugfix: If a plugin is called from a recorded Action, a dialog was shown at the first start, even if dialogs were disabled.
6
- Bugfix: Variable `d` now works like FilterFactory/FilterFoundy1.6 again. (Bug introduced in FilterFoundry 1.7b1 due to the change of the `c2d()` function)
11
- Bugfix: Variable `d` now works like FilterFactory/FilterFoundy1.6 again. (Bug introduced in FilterFoundry 1.7b1 due to the change of the `c2d()` function)
7
  NOTE: FilterFactory uses `c2d(x,y) := atan2(y,x)`, but `d := atan2(-y,-x)`. Due to compatibility reasons, we implement it the same way!
12
  NOTE: FilterFactory uses `c2d(x,y) := atan2(y,x)`, but `d := atan2(-y,-x)`. Due to compatibility reasons, we implement it the same way!