Skip to content

CppShot 0.6.0

Latest
Compare
Choose a tag to compare
@Cvolton Cvolton released this 17 Oct 20:23

After over 3 years another CppShot update is here! This update's focus is improving the software compatibility and fixing all the bugs that have popped up over the years. This update should also run much faster on older machines - up to 10x faster screenshot saving in some cases!

If you don't know which version to grab, you probably want x86.
Direct link here: https://github.com/Cvolton/CppShot/releases/download/v0.6.0/cppshot-x86.zip

Note for Surface RT devices

The arm32 binary of CppShot is not signed - if you wish to use it on newer Windows 8 builds, make sure to sign CppShot.exe using for example the Jailbreak Sign Tool. Note that if you sign the DLLs, the program won't launch - make sure to only sign the exe.

Changelog

  • Added an additional white flash to make sure the background is rendered properly
  • Added proper DPI scaling support for Windows 8+
  • Added x64, arm32 and arm64 versions
  • Added support for taking screenshots on secondary monitors
  • CppShot crashes no longer keep the taskbar permanently hidden
  • Reorganized the internal code structure
  • Optimized screenshot saving code
  • Other bugfixes & improvements