Skip to content

Release v1.0.0

Latest

Choose a tag to compare

@delphidabbler delphidabbler released this 01 Dec 17:02
  • Refactored some code, added some error detection and added some assertions to enforce constraints on public methods. These changes resulted from a code review [issue #37].
  • Updated deployment script, Deploy.bat to get the release's version number from the VERSION file instead of requiring the information to be passed on the command line [issue #45].
  • Changed to compile with Delphi 13 [issue #47].
  • Tests
    • New test added that checks the result of a binary diff and patch using very large files that exceed the normal 10GiB file size limit [issue #48].
    • Improved the appearance of the help screen displayed by the test scripts.
  • Documentation:
    • Updated the name and URL of the project's GitHub repository following its move from delphidabbler/bdiff to ddabapps/bdiff [issue #46].
    • Updated Build.md re the move to the Delphi 13 compiler and the revised operation of the deployment script.
    • Updated Tests/ReadMe.md re changes to tests.
    • General documentation overhaul to improve clarity, consistency and accuracy.