Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SaveProtocolVersion #24

Open
wants to merge 20 commits into
base: develop
Choose a base branch
from

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    33d2d50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    221d2d9 View commit details
    Browse the repository at this point in the history
  3. Fix unit tests

    ogeesan committed May 14, 2024
    Configuration menu
    Copy the full SHA
    8a9f79b View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    91b93c8 View commit details
    Browse the repository at this point in the history
  2. Create SaveSessionVersion.m

    ogeesan committed May 29, 2024
    Configuration menu
    Copy the full SHA
    9ae8a51 View commit details
    Browse the repository at this point in the history
  3. fix capitalisation pt 1

    ogeesan committed May 29, 2024
    Configuration menu
    Copy the full SHA
    4dd1858 View commit details
    Browse the repository at this point in the history
  4. fix capitilisation pt 2

    ogeesan committed May 29, 2024
    Configuration menu
    Copy the full SHA
    a2f3b17 View commit details
    Browse the repository at this point in the history
  5. Remove Contents.m

    This will be added in the bigger +BpodLib PR
    ogeesan committed May 29, 2024
    Configuration menu
    Copy the full SHA
    4a95fa8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e4ad2d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    59f1790 View commit details
    Browse the repository at this point in the history
  8. Fix folder lowercase refactor

    ogeesan committed May 29, 2024
    Configuration menu
    Copy the full SHA
    240130c View commit details
    Browse the repository at this point in the history
  9. Improve comments

    ogeesan committed May 29, 2024
    Configuration menu
    Copy the full SHA
    82936c3 View commit details
    Browse the repository at this point in the history
  10. Fix DataHash unit test

    Char is 16 bit, so hash test as 'File' and as 'ascii' (7 bit) won't work. Modified the test to only include the first 128 characters (2^7)
    ogeesan committed May 29, 2024
    Configuration menu
    Copy the full SHA
    0ddf6c5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e4c733b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b34df42 View commit details
    Browse the repository at this point in the history
  13. Actually, Info.VersionControl.ProtocolFiles

    Other information could be added regarding the files
    ogeesan committed May 29, 2024
    Configuration menu
    Copy the full SHA
    f724cb1 View commit details
    Browse the repository at this point in the history
  14. Prevent overwriting .Info

    Other functions might insert information into .Info at protocol startup, but before this change it'd be overwritten
    ogeesan committed May 29, 2024
    Configuration menu
    Copy the full SHA
    180861a View commit details
    Browse the repository at this point in the history
  15. Add excludedExtensions

    ogeesan committed May 29, 2024
    Configuration menu
    Copy the full SHA
    b346f25 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5a83011 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0086c49 View commit details
    Browse the repository at this point in the history