Scrup Changelog

What's new in Scrup 1.3.3

Aug 20, 2012
  • OS X 10.8 compatibility.

New in Scrup 1.3.2 (Jan 29, 2010)

  • Fixes a bug which caused some screenshots to be picked up over and over (due to DNC on some 10.6 installations triggering on NSFileManager move operation).
  • Improved pngcrush processing.

New in Scrup 1.3.1 (Jan 28, 2010)

  • Fixes picking up screenshots which failed on some systems with Scrup 1.3.0.

New in Scrup 1.3 (Jan 28, 2010)

  • Interactive preprocessing interface:
  • Simple interactive interface automatically pops up when a new screenshot is taken.
  • Add arrows, lines and other basic graphics, all editable as separate "layers".
  • Add text annotations using different fonts and colors.
  • Copy, paste, obscure and duplicate parts of the image.
  • Crop images and apply basic adjustments like hue, saturation, brightness, etc.
  • Edit the filename (which is also sent to your recv.php. With some creative thinking, this can be used for a wide range of tasks)
  • Ability to cancel certain uploads.
  • The interactive interface can be disabled in preferences, in which case Scrup will not steal your attention (just like the previousversion).
  • One more thing: This feature is beta quality (as in "a bit shaky"). Zooming is somewhat retarded and changing color of text annotations have a stochastic success rate :). Please report any issues you think are woth fixing.
  • Much more robust pick-up — no more accidentally uploading stuff you save from Safari (Scrup is now reading xattrs to confirm a file is actually a legit and fresh screenshot)
  • Respects defaults settings in the com.apple.screencapture domain.

New in Scrup 1.2 (Jan 18, 2010)

  • Support for international, non-english systems.
  • Images in the menu making it easy to find previous uploads.
  • Image processing:
  • New options for processing images (found in Preferences).
  • Produces much smaller file sizes (by using pngcrush and normalizing color space — these settings are optional but enabled by default).
  • Ability to trash scrups after they have been uploaded (not enabled by default).
  • Ability to run arbitrary shell command or script which can register, filter and process an image before it's uploaded, or decide if it should be uploaded at all.
  • Details:
  • Lower resource usage (using DNC instead of FSEvents).
  • Using ASL/syslog for logging. The boolean user defaults key debug can be set to true to enable debug and info level messages to be logged.
  • Minor stability fixes and UI improvments.

New in Scrup 1.1 (Jan 18, 2010)

  • Gracefully notify users of OS X =10.6.
  • When paused a "zzZ" icon is displayed to indicate the inactive state.
  • I/O contention work-arounds and fixes.
  • Better error handling, especially for network related problems (no connection, I/O exhaustion, etc).
  • Obeys com.apple.screencapture location if set (See this Mac OS X hints article for more info. Thanks to Patrik Ragnarsson for this).
  • Fixed a "bug" (bad behaviour) where old screenshots would be batch-uploaded upon reactivation or launch. Now only fresh screenshots are processe. If Scrup is paused the file will never be processed, unless modified after Scrup has been activated again.

New in Scrup 1.0 (Jan 18, 2010)

  • First release.
  • Send screenshots using HTTP POST.