Skip to content

Release v2.2.0

Choose a tag to compare

@delphidabbler delphidabbler released this 27 Aug 13:06
· 83 commits to master since this release

Downloads

There are two different release zip files attached below for the 64 and 32 bit versions of CompFileDate.

Windows 64 bit users should download the 64 bit version, i.e. the zip file whose name begins with CompFileDate-exe64. A legacy 32 bit version is also available for Windows 32 bit OS users, in the zip file whose names begins with CompFileDate-exe32.

See ReadMe.txt included in each download for details of how to install the program.

Changes

  • Added 64 bit version of the program. [issue #12]
  • Fixed bug where no error code was returned by the program when a file name passed on the command line does not exist. [issue #14]
  • Refactoring: Delphi units are now referenced in source code by fully qualified unit scope names. [issue #15]
  • Changed build process:
    • Updated program to compile with Delphi 12.1. [issue #11]
    • MSBuild replaces use of Embarcadero Make. Makefile and CompFileDate.cfg were removed.
    • A new Deploy.bat script is now used to create releases.
    • Binaries are now created in the _build directory instead of Build.
  • Documentation updates:
    • Build.txt rewritten re new build process.
    • Docs/ReadMe.txt and README.md were revised re availability of 32 bit and 64 bit versions of the program along with other relevant changes.