Skip to content

Latest commit

 

History

History
124 lines (95 loc) · 6.32 KB

HISTORY.md

File metadata and controls

124 lines (95 loc) · 6.32 KB

History of cocoadialog

Mailing lists

https://sourceforge.net/p/cocoadialog/mailman/cocoadialog-announce/ https://sourceforge.net/p/cocoadialog/mailman/cocoadialog-users/

Version 3

See current CHANGELOG.md

Version 2.3 == "3.0.0-betaX"

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 version 3.

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").

2.3.7 == "3.0.0-beta7" (May 17, 2012 - last known release)

2.3.6 == "3.0.0-beta6" (April 16, 2012)

2.3.5 == "3.0.0-beta5" (October 29, 2011)

2.3.4 == "3.0.0-beta4" (October 21, 2011)

2.3.3 == "3.0.0-beta3" (Unknown)

  • History lost through time.

2.3.2 == "3.0.0-beta2" (Unknown)

  • History lost through time.

2.3.1 == "3.0.0-beta1" (Unknown)

  • History lost through time.

Version 2

Developer: Mark A. Stratman Minimum OS X: 10.4 Maximum OS X: Unknown, probably somewhere around 10.6

2.1.1 (April 26, 2006 - last known release)

  • Implemented --packages-as-directories in fileselect.

2.1.0 (February 26, 2006)

  • 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.

2.0.0 (January 2, 2006)

  • 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.

Version 1

Developer: Mark A. Stratman Minimum OS X: Unknown Maximum OS X: Unknown

1.2.2 (Unknown, didn't release)

  • Allan's patch

1.2.1 (January 2005 - last known release)

  • (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.

1.2.0 (December 28, 2004)

  • added dropdown and standard-dropdown controls.

1.1.3 (May 11, 2004)

  • fixed handling of multi-line input to progressbar.

1.1.2 (May 10, 2004)

  • 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.

1.1.1 (April 26, 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.

1.1 (April 22, 2004)

  • 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.

1.0 (April 11, 2004)