-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNEWS
130 lines (66 loc) · 4.16 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
CMYKTool-0.1.6
* Now preserves PhotoShop Image Resource Blocks in TIFF images.
* Rudimentary batch mode implemented. Use -b switch.
* Updated es.po - thanks to Guillermo Espertino.
CMYKTool-0.1.5
* Added Brazilian Portuguese translation, thanks to Banto Palmarino
* It's no longer possible to select a DeviceLink before it's finished generating.
(Previously you could select it, but it wouldn't actually be used!)
* Now renders icons showing the input and output colorspaces of DeviceLinks
* Added global activity bar showing when there are jobs queued or pending -
cycles through the job names.
* Windows build now correctly embeds profiles when exporting. (Embedded profile
handling made much neater in general.)
* SearchPaths for colour profiles are now scanned recursively.
* Devicelinks now have the chosen description embedded within them.
* Can now export a generated Devicelink for use in other programs.
* Can now handle greyscale images that have a grey profile embedded.
* Can now export 8-bit dithered JPEGs and TIFFs.
* Now finds and caches colour profiles immediately after startup, to speed up
appearance of dialogs the first time they're used.
* Updated Spanish translation, with thanks to Guillermo Espertino.
* Added partial Japanese translation, with thanks to Yoshinori Yamakawa.
CMYKTool-0.1.4a
* Fixed bug with collink command line arguments for black generation.
CMYKTool-0.1.4
* Added Spanish translation, thanks to Guillermo Espertino.
* Added a list to the preset editor which allows them to be recalled and deleted.
* Added device link generation capability (using Argyll's collink utility), and an editor to manage them.
* Added menus - including Select All / None, and menu items to bring up the preset and device link editors.
* Added About dialog.
* Many fixes to filename handling on Win32 - should now be able to handle unicode characters in filenames.
* Translation should now work on Win32.
* Updated French translation, thanks to Cedric Gémy.
* Updated Russian translation, thanks to Alexandre Prokoudine.
CMYKTool-0.1.3
* Can now remove an image from the list. Fixed bug which prevented last image from being removed.
* Now has a "transition width" parameter which attempts to hide the sharp transitions
that can appear in Hold Black and Hold Grey modes, by interpolating between normal
and adjusted values for near black/grey colours.
* Fixed bug which prevented Overprint mode from doing anything.
* Improved job cancelling when colorants are changed.
CMYKTool-0.1.2
* French translation added - thanks to Cedric Gémy.
* Profile selector now allows "None" as a choice for output profile.
* Now has a "naive" non-colour-managed RGB -> CMYK conversion, accessed by setting
the output profile to "None".
* Added (currently non-functional) "External Utilities" tab to the preferences dialog.
* Now remembers the last settings in the Save Dialog during a session. They are also saved
along with preferences.
CMYKTool-0.1.1
* Now handles greyscale images
* Partial support for 16-bit (5-bits per channel) BMP files
* Now creates parent directories for XDG_CONFIG_HOME if needed.
(Solves issue with preferences not being saved.)
* Save button in Prefs dialog now works
* Now saves the window geometry along with global preferences.
* Cropped the spinner graphic a little, so it will (hopefully) not cause the tab to resize any more.
* ConversionPresets now have both RGB and CMYK fallback profiles. (Simplifies the use of DeviceLinks)
* Now has an option to ignore embedded profiles and use the fallback instead.
* Now supports loading and saving of CMYK JPEGs.
* Resolution of input file is now preserved. (Including hack to force this for CMYK JPEGs.)
* Now displays the channel percentages under the cursor, overlaid on the "blobs" that make up
the colorant toggle, and to the right of that, a total area coverage readout.
* Fixed case of locale "domain" to match the package name.
CMYKTool-0.1.0
* Initial Release