Some apps place 3 or more different formats of data on the clipboard for each copy event -- for example a vector image, a bitmap data image, some proprietary data, and some text.
In the ideal case, which CHS will eventually get to, CHS will be able to (perhaps overidable on a per-application basis) to capture Multiple formats of clipboard data for each copy event detected. This data could get pretty huge so it might be important to let people filter out which data to ignore from each app. But then it gets a bit hairy.
And then on pasting, it would paste all the different formats back.
Right now CHS only copies 1 chosen format of clipboard data for each copy event, either text or bitmap. And the new version will let you decide which it should prefer if BOTH are found (previous version always defaulted to image data if it is available).
Eventually I will try to make chs support the allformats mode, though that it messy.