Download latest version from Program Web page: http://www.donationcoder....rdhelpandspell/index.html
- Watch an older 15 minute overview video of CHS in action: here
v2.18.01 - May 18, 2013
- [BugFix] Several bug fixes to try to handle applications that CHS has had trouble capturing from in the past (Zim Desktop) and that generate excessive clipboard messages, and to avoid delayed captures in Open Office / Libre Office due to a bug in those programs.
- [BugFix] Fixed disk-not-in-drive error and error creating initial database lock file that could happen on some startups.
- [Feature] Added option to check for updates at startup.
v2.17.01 - October 22, 2012
- [Feature] Added new quick template, paste template menu, print template, and quick-template hotkey; all let you configure more elaborate text templates to be used when pasting or printing clips to add additional information and formatting. See "Paste Template" tab in options.
- [Improvement] When manually adding new clip via NewClip button, it will automatically be selected regardless of grid sorting.
- [BugFix] When CHS was set to StayOnTop, options form was showing behind main form.
- [BugFix] Attempt to fix bug with Ctrl+Alt+C forced Ctrl+C sending (capture beep sound should no longer play if a new clip was not captured).
- [Feature] Added new quickpaste popup menu item to show additional actions menu (shift+click menu) for first clip.
- [Feature] Added paste-as-file action in quick paste shift clip menu; see Paste As File option tab for default filename templates. This idea was copied from a cool utility by DC member c.gingerich called "Paste As File" (see http://starpunch.net/?page=8).
- [Feature] Maximum excerpt size in database now increased to 255; new option on Tweak tab to change max size of excerpt actually captured.
- [Feature] New clip hint on quick-paste menu shows maximum excerpt size, and with newlines preserved in hint.
- [Feature] Added new column for each clip record to store the active window title (WindowTitle).
v2.13.01 - July 6, 2012
- [BugFix] Paste menu for Favorite group (and other virtual groups) was not showing clips that were manually placed into that group.
- [Minor Feature] Added balloon tray warning the first time an image exceeds configured limits on clipboard save size.
- [Minor Feature] Added option to not autofit column headers in grid view (may be useful if you have a very large column)
- [Feature] For portable users, program now checks for ConfigDir_Default.ini if ConfigDir.ini not found; prevents your custom ConfigDir.ini file from being overwritten when unpacking portable distribution zip.
- [MajorFeature] Executable and setup are now digitally signed for extra security; instead of a zip-compatible installer, there are now 2 separate downloads for installer and portable version.
- [Feature] Added new check for text from commandline tools triggered via Modification Presets, so they can be checked for Cancel or Error.
- [BugFix] Modification dialog was opening up with checkboxes checked for "custom tool" by default.
- [BugFIx] Sendkeys method was not sending tabs correctly to some apps.
v2.11.01 - November 13, 2011
- [Feature] Revamped hash/index based dupe checking; should be faster in checking duplicates.
- [BugFix] Fixed an application crash that could occur when dupe checking was enabled on some applications like Open Office calc -- perhaps related to large clips.
- [BugFix] Tab order in quick-add dialog fixed.
v2.10.01 - October 29, 2011
- [Major Bugfix] Fixed persistant dbisam database errors that some users were encountering; thanks mark and spknapp.
- [Feature] Added option for regular expression search and replace to restrict to single lines or not; added info on using group replacements for regex.
- [Bugfix] Clearing the quick search filter wit the keyboard sometimes did not reset the filtered display.
- [Feature] Added simple modification dialog item for stripping text before or after some pattern.
- [Feature] Added custom hotkey to paste the current clipboard contents as plaintext.
- [Feature] Added button and menu item to browse clip image directory.
- [Bugfix] Miscelaneous small UI bug fixes.
- [Feature] You can now customize the colors and fonts of the main window panels.
- [Feature] Redesigned the CHS format modification dialog. See this thread on the DC forum for more discussion.
- [Major Feature] You can now configure custom user tools/scripts to run when saved formatters are invoked.
- [Feature] Improved CRC check of image clips to avoid making duplicate clip copies.
- [Feature] Added quick-paste pop-up option to paste clip using sendkeys method (available when you shift+click on an item); this can be useful when you want to paste into a dos box or in situations where Ctrl+V is not accepted.
v2.06.01 - September 18, 2011
- [BugFix] The information about the executable process for some application windows was not being parsed properly -- causing CHS to attribute captures to incorrect applications sometimes.
- [BugFix] CHS was occasionally wasting cpu cycles while idle if it could not detect application window information.
2.05.01 - September 11, 2011
- [BugFix] Dialogs were not adjusting for machines with Large Font setting resulting in cramped dialog text.
- [BugFix] The auto filing checkbox options were always being forced on.
v2.04.01 - August 6, 2011
- [MinorFeature] New hotkey that can be used to sent a Ctrl+C and copy the text to CHS storage even when clipboard monitoring is disabled; this gives you a way to use all of the CHS features but not have it capture text automatically on normal Ctrl+C, but only when you explicitly say to.
- [BugFix] The clipboard monitor disable checkbox was not working properly.
- [MinorFeature] Added %shortexcerpt% to clip title replacement fields.
v2.03.01 - August 2, 2011
- [MinorFeature] Rearranged options to add more info to some.
- [BugFix] Window watching timer was left running until restart if disabled from options.
- [BugFix] Temporary database files were not being stored in configdfir/database/temp directory; useful for excluding from antivirus engines to avoid locked file issue; now files are put in \temp subdirectory for easier cleaning.
- [MinorFeature] Added help file note on dealing with locked dbisam database error which could occur because of antivirus program.
- [BugFix] Was not saving the page url with clips when using opera.
- [BugFix] Statusbar text was black even in custom display themes when it shouldn't be.
- [BugFix] Metafile error could occur if metafile format could not be converted; added option to ignore metafile images.
- [Feature] Added custom date/time prefix/suffix in formatter dialog.
v2.00.02 - April 27, 2011
- [MajorFeature] CHS can now capture and paste image clips.
- [Feature] Source application icons shown in quick paste menus.
- [MinorFeature] Improved group icon images.
- [MinorFeature] Image clip files are now stored with dimension info in filename; dimension info is now shown on popup menu.
- [MinorFeature] When image clips are saved as png, they now include embedded image file comment saying when capture was performed and the source application (and url if appropriate).
- [MinorFeature] Stats tab in options shows some statistics of your usage of the program.
- [MinorFeature] Option to move newly pasted clips to top of quick paste menu (ATTENTION: Ugraders need to edit their "Quick Paste" group (right click on it and choose edit), and change the custom sort from "Ordering,CreationDateTime" to "Ordering,ModificationDateTime".)
- [MinorFeature] Additional Icons in quick paste menu, and clip group icons in menus.
- [MinorFeature] Window isnt hidden after bringing up quick paste menu from main app.
- [BugFix] Several minor bug fixes.
v1.47.01 - Mar 19th, 2011
- [MinorFeature] Checkbox to choose whether sound plays on pasting clipboard
- [MinorFeature] Default sorting for all groups when doing pop up paste menus (for example triggering hotkey menu is now "Ordering,CreationDateTime" (though it can be overridden in group properties.
- [MinorFeature] Added option for maximum excerpt length in quick paste popup menus.
- [Feature] Added custom formatter dialog invocation option from quick paste formatter menu.
- [Feature] New option to show preview of next clip on stack in system tray balloon message after popping item from stack.
- [BugFix] Formatting options for wrapping had a bug where it was wrapping lines with no spaces off by one.
- [MinorFeature] New formatting option to wrap lines at fixed column position and ignore work boundaries.
- [MinorImprovement] You can now set hotkeys that are just Win+Key.
- [MinorImprovement] Regex errors in formatting dialog no longer pop-up, they are shown in statusbar with beep.
v1.45.01 - Mar 7th, 2011
- [BugFix] Favorite items were not getting automatic numeric prefixes in the quick pop-up menu if shown on root of it (and are now shown above date/time formats).
- [Feature] Added sorting option for formatting tool.
- [Feature] Added remove duplicate lines to formatting tool
- [Feature] Added ability to number lines (prefix/suffix box in formatting tool)
- [MajorFeature] You can now set custom ordering for popup menus and set ordering for individual clip items. NOTE TO UPGRADERS: You need to edit your favorites and quickpaste groups and specify "Ordering,CreationDateTime" for the custom sql ordering of these groups (no quotes). And you may need to enable the "Ordering" column in your grid view.
- [MinorFeature] Removed minimize button on main form (since Close button minimizes)
- [BugFix] The IsInRecycleBin special sql field was not enclosed in () and so virtual folders sometimes included recycle bin contents; updated sample url virtual filter to exclude reyclebin items.
- [Feature] Right-click on a group you can now delete all clips in the group (works on recursive clips and virtual folders).
- [Feature] Added options for dupe-checking new clips and either ignoring, adding, or updating date of previous clip (and position in menus).
- [Feature] New option to capture the URL source of a clip; show the Notes field in your clips to see it; right click menu for clip items includes "visit url" if appropriate.
- [MajorFeature] New stack system for queuing up chains of clips to paste in a FIFO order.
- [MajorFeature] New clip menu (hold shift while selecting a clip to show); lets you print, delete, favorite, or mark as stack start any clip in quick popup.
- [Feature] Hotkeys can use Windows modifier.
- [BugFix] Pasting was always simulating CtrlKey Up when sending Ctrl+V and Ctrl+C, which could make it hard to repeatedly invoke certain hotkey pastes in a row; hopefully this fix doesnt cause simulated modifier keydown states.
- [BugFix] One rare occasions CHS could copy the text it just pasted as a new clip.
- Upgraders please see this note
- [Change] Selecting clips from the tray menu now no longer tries to paste them in last active window -- it just copies them to clipboard.
- [BugFix] The new clip action menu (shift+click on clip in menu) was not working for tray icon menu.
- [BugFix] Quick paste popup could occasionally show on wrong monitor (hopefully fixed)
- [Change] First clip on clipboard is now not grabbed on program startup.
v1.44.01 - Dec 2nd, 2010
- [Feature] Now includes minimal built-in update checking even if DcUpdater tool not installed.
- [BugFix] Using {sendkeys} method was not handling shift properly.
- [Feature] Hold Ctrl+Shift while selecting an item in quick paste menu to move that item to your Favorites group.
v1.40.01 - May 28th, 2010
- [MajorFeature] You can now specify hotkeys in formatting presets and in groups; triggering a formatter hotkey will instantly apply that formatter; triggering a group hotkey will show the clips from that group in a popup menu (you can assign the same hotkey to multiple groups -- all matching group contents will be shown).
- [BugFix] On first show sometimes the clip text memo was not showing the currently selected clip contents.
v1.30.01 - May 4th, 2010
- [BugFix] Attempting to fix long-standing but rare bug that caused a database error message and caused CHS to stop functioning until database was reset.
- [MinorFeature] New option when merging clips to do so in reverse order.
- [BugFix] On startup CHS was sometimes creating an initial clip with wrong text; now clips what's in clipboard at startup.
- [MinorFeature] Added option to hide cliptext when showing clip titles (useful for favorites)
v1.27.01 - Oct 24th, 2009
- [BugFix] Sometimes CHS would not paste into last active window.
- [MinorFeature] Improved option to autorepair DB on startup.
- [Feature] Added text-export command in File menu.
- [Feature] Icon changes/flashes during clipboard capture to help visually show that a clip has been captured.
OLDER UPDATES:
v1.24.01 - February 28th, 2009
- Escape key in search filter edit box now clears it and lets you type a new search string.
- Implemented quick manual add note feature (default hotkey = ctrl+alt+A)
v1.23.01 - February 28th, 2009 - BETA
- Apostrophes were being treated as word separators in Title/Sentence case transformations.
- Changed to new tree-based options dialog.
- Edit group dialog form can now be resized.
- Improved display of filtering sql errors (custom virtual group sql)
- Added sample Virtual Folders group with URL group sample
- Added ability to change ordering of groups (though it's not exactly convenient).
- Added Clipboard Viewer Ignore clip format proposed for security reasons here: http://www.clipboardextender.com/?page_id=8, which can be used to let programs tell CHS that the current clip text should not be saved into the database. (thanks to chrisk and tranglos on DC forum).
- Added inactive memory use option for when program is minimized.
- Added ability to quickly toggle the clipboard monitoring on and off from tray menu.
- Improved the tray icon double-clicking behavior; added mouse-over hint to tray icon.
- Added repair database to Maintenance tab in options
- New Icons for menus
- [BugFix] The quick search field was acting strangely if you didn't hit Enter after searching.
v1.20.03 BETA - 11/28/08
- Clips with the IsFavorite checkbox were still being moved from New to Old to Recycled groups based on age.
- Ctrl+F now jumps to quick filter search box from anywhere
- Selecting to show CHS from quick popup now focuses in search filter box initially
- Added customizable hotkey to show main CHS window
- Ampersands are now escaped in the quick paste menu
- Added new merge clip dialog where you can customize merging options
- Added new SendKeys method of pasting (sending/simulating individual keypresses) -- thanks to TPushKeys by Alan Warriner which encapsulates, and extends, Christopher Latta's PushKeys code (alan.warriner@bigfoot.com, www.alan-warriner.co.uk)
v1.19.02 - 1/15/08
- Fixed major bug afflicting computers using non-american date formats, which caused errors on startup and during usage.
- Fixed bug that could result in non-0 cpu usage when no application window has focus.
- Fixed bug where settings were not being saved (MS VISTA)














Logged





