Skip to content

Release v2.0.0

Compare
Choose a tag to compare
@delphidabbler delphidabbler released this 20 Jul 12:47
· 18 commits to master since this release
  • Operator used in date comparison can now be specified using new --compare or -c commands. This enables user to choose whether date of 1st file is tested to be <, <=, >, >=, <> or = to date of second file. [issue #1]
  • Comparison can now operate on either creation or last modification date of files. This is specified with new --datetype or -d commands. [issue #2]
  • When comparing the dates of shortcut files the date of the shortcut's target file can now be compared by using the new --followshortcuts or -s commands. [issue #3]
  • Program version number can now be displayed using the new --version or -V commands. Version is no longer displayed in normal program output. [issue #5]
  • Long forms of -v and -h commands added: --verbose and --help respectively. [issue #4]
  • Help screen revised re changes.
  • Now compiled with Delphi XE.
  • Updated and rationalised documentation re changes.