Subversion Repositories filter_foundry

Rev

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

Rev 453 Rev 457
Line 1... Line 1...
1
# Changelog
1
# Changelog
2
 
2
 
3
## 1.7.0.14 [Work-In-Progress]
3
## 1.7.0.14 [24-Dec-2021]
4
- 32 bit: Increased performance (OpenWatcom build).
4
- 32 bit: Increased performance (OpenWatcom build).
5
- 64 bit: Made a Unicode variant of Filter Foundry which is able to read and write files with Unicode directory names. Note that the Plugin and Parameter structure of Photoshop/FilterFactory is not Unicode ready, so please use ANSI or better ASCII for them.
5
- 64 bit: Made a Unicode variant of Filter Foundry which is able to read and write files with Unicode directory names. Note that the Plugin and Parameter structure of Photoshop/FilterFactory is not Unicode ready, so please use ANSI or better ASCII for them.
6
- Windows NT 3.x: Preview is now showing instantly when the dialog is opened.
6
- Windows NT 3.x: Preview is now showing instantly when the dialog is opened.
7
- Control text edit: The "up" and "down" keys can now be used to increase and decrease the value by 1. (*)
7
- Control text edit: The "up" and "down" keys (arrow keys on the keyboard) can now be used to increase and decrease the value by 1. (*)
8
- Control text edit: Internal overflow check fixed. Inputs like "500" will now be evaluated as "255" (max value) rather than "244" (modulo 256).
8
- Control text edit: Internal overflow check fixed. Inputs like "500" will now be evaluated as "255" (max value) rather than "244" (modulo 256).
9
 
9
 
10
(*) This bug/solution was tested on Windows but needs to be verified and/or implemented on Mac.
10
(*) This bug/solution was tested on Windows but needs to be verified and/or implemented on Mac.
11
 
11
 
12
## 1.7.0.13 [04-Dec-2021]
12
## 1.7.0.13 [04-Dec-2021]