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

2.0.2 #24

Merged
merged 7 commits into from
Jul 13, 2024
Merged

2.0.2 #24

merged 7 commits into from
Jul 13, 2024

Commits on Jun 4, 2024

  1. fix git sync tooltip

    slightly more accurate explanation of what gets updated.
    ariffjeff committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d137bb5 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Update README.md

    ariffjeff committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    2a3db7b View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. fix missing minor part of Houdini version

    This property doesn't seem to be used anywhere anyways so the broken code shouldn't have been affecting anything to begin with.
    ariffjeff committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    2b13072 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. fix hconfig crash

    hconfig.exe is now subprocess'd in its directory. This prevents the crash of hconfig failing to import dependencies since it was being run in the calling program's directory instead.
    ariffjeff committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    cda1d6b View commit details
    Browse the repository at this point in the history
  2. fix crash on no found packages

    simply forgot to account for packages not existing in the final logs reconciliation.
    ariffjeff committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    cd4654d View commit details
    Browse the repository at this point in the history
  3. hconfig: code cleanup & more logs

    Added logs and made some some variable name changes to make future debugging of hconfig failures much easier.
    ariffjeff committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    6605693 View commit details
    Browse the repository at this point in the history
  4. 2.0.2

    ariffjeff committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    f6febf0 View commit details
    Browse the repository at this point in the history