Skip to content

Single Hpp File - v.8.2.0

Compare
Choose a tag to compare
@claremacrae claremacrae released this 04 Feb 14:34
· 2641 commits to master since this release

See the v.8.2.0 milestone for the full list of changes.

  • Breaking changes
    • None
  • New features
  • Bug fixes
    • 3 locations now throw an exception if their system() call failed. Previously they silently ignored the error. (#94, thank you @p-podsiadly)
      • ClipboardReporter
      • SystemLauncher::launch()
      • FileUtilsSystemSpecific::copyFile()
    • Fixed a bug that could break custom comparators, stopping them from taking effect, depending on how their disposers were stored (#93, thank you @p-podsiadly)
  • Other changes
    • Windows.h no longer included in SystemUtils.h (#96, thank you @p-podsiadly)