Skip to content

Releases: SiviourBla/appledouble

1.2.0

10 Aug 14:47
Compare
Choose a tag to compare
  • Fixed issue #3
  • Added new option 'd' which functions as a debug/dry run mode
    • This mode does not generate an appledouble file and instead prints out:
      • The input file (both local and absolute paths)
      • The output file
      • The copyfile flags that would have been used (printed in hexadecimal)
      • The the actual flags above that were valid (printed in hexadecimal)

1.1.0

08 Aug 11:36
Compare
Choose a tag to compare
  • Renamed DisplayHelp to DisplayInfo and moved it to a new file
  • Added new options 'v' and 'A', which display the version number or some information about the program
  • Now recommends use of the 'h' option when an invalid option is used
  • Replaced some printed tabs with spaces for consistency
  • Moved FreeArgs initialisation inside args.c to be below the isatty check for clarity
  • Fixed issue #1
  • Fixed issue #2
  • Removed the version int from ExecInfo as it is never used

Refer to e8c10e5#commitcomment-80614837 for more detailed information on these changes.

1.0.0

31 Jul 14:12
Compare
Choose a tag to compare

First public version