Subversion Repositories filter_foundry

Rev

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

Rev 216 Rev 221
Line 1... Line 1...
1
# Changelog
1
# Changelog
2
 
2
 
3
## 1.7b2 [13-Jul-2021]
3
## 1.7b2 WIP [17-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
9
- FilterFoundry is now AppleScript aware (not tested)
9
- FilterFoundry is now AppleScript aware (not tested)
10
- Fixed various smaller things and improved the source code building process
10
- Fixed various smaller things and improved the source code building process
-
 
11
- Map labels are centered between two sliders, like in Filter Factory
11
 
12
 
12
## 1.7b1 [20-Sep-2019]
13
## 1.7b1 [20-Sep-2019]
13
- First release by Daniel Marschall
14
- First release by Daniel Marschall
14
- Fixed crash at filter startup when the computer had too much RAM.
15
- Fixed crash at filter startup when the computer had too much RAM.
15
- Fixed crash where built obfuscated filters could not be opened.
16
- Fixed crash where built obfuscated filters could not be opened.