[Cocoadialog-announce] CocoaDialog 1.1.1 - bug fixes
Status: Beta
Brought to you by:
sporkstorms
|
From: Mark A. S. <ma...@sp...> - 2004-04-27 04:24:44
|
I've uploaded a new release for CocoaDialog. It contains a couple bug
fixes for the progressbar. Hopefully it's completely solved the UTF8
issue, though I'm not certain.
It should now properly handle UTF8 input for the progressbar's text
label.
Changelog:
1.1.1 26/04/2004
- starting to use x.y.z versioning (instead of x.y)
- progressbar incorrectly printed error with --debug
(runControlFromOptions: always returned nil, which should
only happen
on error). This has been fixed.
- progressbar character encoding bug fixed. should now properly
handle
UTF8 labels read from stdin. see bug 942012 on sf.net page.
thanks to
J-F Boquillard for finding and fixing this.
|