https://sourceforge.net/p/cocoadialog/mailman/cocoadialog-announce/ https://sourceforge.net/p/cocoadialog/mailman/cocoadialog-users/
See current CHANGELOG.md
Developer: Mark Carver Minimum OS X: 10.4 Maximum OS X: Unknown, probably somewhere around 10.8
NOTE: Technically, yes, there are
3.0.0-betaX
releases floating out there in the world that start with the major version3
.Realistically, however, these releases never made their way into any sort of "official stable release" and were truly just alpha level experimentation. The code, features, and options were based entirely on cocoadialog 2 and do not reflect cocoadialog 3 in any way.
So for brevity and to avoid a "What happened to cocoadialog 3?" fiasco, we're simply going to ignore these betas and treat them like a couple minor version bump releases of cocoadialog 2 (e.g. 2.3.x, where "x" represents the "beta version").
- Fixed Bug #34: Select dropdown not auto-selected / impossible to access with keyboard
- Fixed Bug #37: Using standard-dropdown without specifying button1?
- Fixed Bug #39: --with-directory not working for fileselect/filesave
- Fixed Bug #40: timeout w/ ok-msgbox
- Fixed Bug #41: fileselect --select-multiple only returns one file
- Fixed Bug #20 Controls should float by default
- Fixed Bug #27 textbox control isn't working
- Fixed Bug #28 Proper exit status and run loop restructuring
- Added Feature #8 Timeout label in three button controls
- Added Feature #17 Allow TBCs to display an empty value alert sheet
- Fixed Bug #24 CDBubbleControl does not respond to --click-path or --click-arg
- Fixed Bug #26 Fix FileSelect and FileOpen dialogs
- Added Feature #21 Place a CocoaDialog window somewhere else
- Added Feature #25 Add global option to specify --icon-type
- Added Feature - New runModes
update
andupdate-automatic
for #18 Sparkle Updater Integration to be used to update to beta5
- History lost through time.
- History lost through time.
- History lost through time.
Developer: Mark A. Stratman Minimum OS X: 10.4 Maximum OS X: Unknown, probably somewhere around 10.6
- Implemented --packages-as-directories in fileselect.
- Compiled as a Universal Binary
- Intelligent resizing to accommodate --informative-text in all inputbox dialogs, all msgbox dialogs, and textbox. Same for --text in all dropdown dialogs.
- New "filesave" dialogs
- Added --packages-as-directories option to fileselect.
- Added --x-placement and --y-placement to bubble.
- Added bubble dialog.
- Added secure modes for inputbox and standard-inputbox.
- The application now runs as a background app. This means no more annoying menu or dock icon!
- Some dialogs can be floated above all other applications.
- Timeouts on several dialogs.
- Intelligent button resizing
- Added custom icon support to msgbox, ok-msgbox, and standard-msgbox.
- Added --help options (still needs improvement).
- Added --select-only-directories to fileselect.
- Restructured project directory, code hierarchy, and refactored much of the code.
- Cleaned up the look of several dialogs.
- Progressbar won't be displayed right away, to prevent showing for very short operations.
- Bug fixes (string-input on inputboxes, missing deallocs).
- New application icon.
Developer: Mark A. Stratman Minimum OS X: Unknown Maximum OS X: Unknown
- Allan's patch
- (Did I even release this?).
- Wout's patch: added --no-show, --float, --timeout and --help options turned into a background app so that the dialog icon does not show up in the menu bar. This, together with float, is very useful for loginhooks.
- added dropdown and standard-dropdown controls.
- fixed handling of multi-line input to progressbar.
- fixed crash that would occur when printing return values containing non-Roman characters. Thanks to Nobumi Iyanaga for finding this.
- added "debug" class method to CDControl and got rid of those printf()s.
- 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.
- added inputbox, standard-inputbox
- textbox window no longer closes on escape unless there's a "Cancel" button
- fixed error handling for textbox when --text-from-file file is invalid.
- initial release on SourceForge