Cropper Changelog

What's new in Cropper 1.11.0

Apr 25, 2018
  • New Features:
  • 1:1 aspect ratio while resizing main form (Shift+LMB)
  • Predefined thumbnail sizes (max thumbnail value)
  • Cycle resizing thumbnail (Ctrl+Tab)
  • Toggle to save or not the 'Full sized image'
  • Other changes:
  • Support high DPI (Cropping should be correct when running on a high DPI monitor. The main crop form should scale correctly on high DPI monitors and resize correctly when moving to monitors with a different DPI)

New in Cropper 1.10.0 (Jul 19, 2017)

  • New Features:
  • New options dialog.
  • Support for custom hot keys.
  • Upgraded to .net 4.6.1. Fixes issues on Windows 10 because of a dependency on .net 2.0.
  • Lots of code and solution cleanup during CodePlex migration
  • NOTE: Compatibility with the Cropper Plugins project is broken as of now. The plugins will need to be upgraded before they can be used with this release. A migration from CodePlex is coming. The plugins will be upgraded at that time.

New in Cropper 1.9.4 (Nov 29, 2010)

  • Mostly fixes for issues with a few feature requests.

New in Cropper 1.9.3 (Dec 9, 2009)

  • Clipboard Crash. Added exception handling to Clipboard format so that Cropper won't crash when the clipboard request fails.
  • Hot Keys. Disabled the Hot Key UI while it is still in development to prevent crashes.
  • File Extensions. Made the file extensions lowercase.
  • Windows 2000. Added a condition to only lower the working set of Cropper for Windows 2000 if the user is an administrator.
  • Increment Template. Adjusted the increment counter to reset when switching to a new output format.
  • Output Format. On startup the previously selected output format is now checked in the context menu.
  • Browse. Updated the Browse menu option to so the output location when the previously captured image doesn't exist.
  • Building From Source. Updated the code projects so that you can run Cropper (and have outputs) straight from the source with no setup.
  • Auto Hide Option. A new option to hide the form after a screenshot is available in the options dialog.
  • Templates. Add a new file name template for Timestamp.
  • Breaking Changes:
  • DesignablePlugin
  • Lowered inheritance from IConfigurablePlugin to IPersistableImageFormat.
  • Added abstract ImageCaptured method.
  • ImageCaptureInitializedEventHandler Updated signature to take an ImageCaptureInitializedEventArgs instead of an EventArgs.
  • Noteworthy Changes:
  • DesignablePlugin Added a default implementation of the Connect and Disconnect methods.
  • DesignablePluginThatUsesFetchOutputStream & DesignablePluginThatUsesFetchOutputStreamAndSave Added enhanced abstracts of DesignablePlugin
  • IPersistableImageFormat Removed Format property.
  • Start Menu Shortcut Relocated the shortcut to the root of the Programs folder.

New in Cropper 1.9.2 (Apr 17, 2009)

  • Contains fix for Vista x64

New in Cropper 1.9.1 (Feb 2, 2007)

  • .Net Framework 2.0.
  • Vista Compatibility
  • Predefined Sizes
  • Alt PrintScreen Captures Stay on Clipbaord
  • Configurable Plug-In Support
  • Promt File Name Template Bug Fixed