Submitted by admin on Tue, 2008/03/25 - 22:27

Standard changes:

  • Added support for Windows Vista and 2008 Server.
  • Added native support for 64bit Window systems (with shell extension).
  • Dropped support for older Windows systems (95, 98 and Me).
  • Added Unicode support.
  • Added new tool to help translate CH to other languages (instead of creating language development kit with each release of CH).
  • Changed translation file structure to allow more reliable translations (all translation files require revalidation).
  • Created official installation version of CH - zip file won't be generated from now on (unless there would be need for it).
  • Added minidump file (crash information) generation on crash - should allow faster problem detection.

Development-related changes:

  • Changed application versioning scheme.
  • Reorganized sources for easier build.
  • Extracted translation functionality to a separate library.
  • More integration with libicpf library.
  • Changed base compiler to VC++ 2008 (other project files could be outdated).

Bugfixes:

  • Bugfix: fixed problem with loading state files on startup.
  • Bugfix: skipping files while moving does not delete source file anymore.
  • Bugfix: fixed wrong language selection in options dialog.