November 29th, 2010· Mostly fixes for issues with a few feature requests.
December 9th, 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.
April 17th, 2009· Contains fix for Vista x64
February 2nd, 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