Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PSAppDeployToolkit/PSAppDeployToolkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.1.4
Choose a base ref
...
head repository: PSAppDeployToolkit/PSAppDeployToolkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.1.5
Choose a head ref
  • 6 commits
  • 39 files changed
  • 2 contributors

Commits on Sep 5, 2025

  1. - Fix OutOfMemoryException issues within Resolve-ADTErrorRecord.

    There's bugs in `Out-String` that can lead to strings with infinitely long trailing lines depending on how wide the output is to be. We resolve this by streaming the output to reduce memory load, and by reducing the width maximum 16-bit value, as we don't need 2147483647 columns here.
    mjr4077au authored and DanGough committed Sep 5, 2025
    Configuration menu
    Copy the full SHA
    0659d65 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2025

  1. - Ensure SessionManager.GetSessionInfo() ensures the nominated user…

    … can read the libraries before trying to get idle time.
    
    Fixes #1717.
    mjr4077au authored and DanGough committed Sep 6, 2025
    Configuration menu
    Copy the full SHA
    d969a68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b59dbbe View commit details
    Browse the repository at this point in the history
  3. - Print the error if the client/server process fails or terminates ou…

    …tside our control.
    
    Assists with #1716.
    mjr4077au authored and DanGough committed Sep 6, 2025
    Configuration menu
    Copy the full SHA
    84c9d95 View commit details
    Browse the repository at this point in the history
  4. - Relax the ShortcutBase ctor; icons are allowed to not have an ico…

    …n if the executable has an icon within it.
    
    Fixes #1709.
    mjr4077au authored and DanGough committed Sep 6, 2025
    Configuration menu
    Copy the full SHA
    88f3261 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2025

  1. This is PSAppDeployToolkit 4.1.5

    DanGough authored and sintaxasn committed Sep 7, 2025
    Configuration menu
    Copy the full SHA
    5701c3d View commit details
    Browse the repository at this point in the history
Loading