Subversion Repositories filter_foundry

Rev

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

Rev 230 Rev 231
Line 1... Line 1...
1
# Changelog
1
# Changelog
2
 
2
 
3
## 1.7.0.2 [18-Jul-2021]
3
## 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.
4
- 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.
5
- 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)
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)
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!
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!
8
- Bugfix: Standalone filters did not show the correct "About" dialog
8
- Bugfix: Standalone filters did not show the correct "About" dialog