You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/2026-08-20-psadt-4.2.0rc1.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,9 @@ This is the first release candidate of PSAppDeployToolkit 4.2.0! We invite all e
15
15
- Major code refactoring to clean up and optimise the code base. Everything now runs faster and the module is significantly smaller in size.
16
16
- iNKORE WPF library replaced by [Fluence](https://github.com/sintaxasn/Fluence.Wpf) (created and maintained by PSAppDeployToolkit founder [Dan Cunningham](https://github.com/sintaxasn)).
17
17
- A more streamlined default `Invoke-AppDeployToolkit.ps1` template. ZeroConfig code has been removed from the default template and is now a separate download, or can be generated via `New-ADTTemplate -ZeroConfig`.
18
-
-[New-ADTTemplate](../reference/functions/New-ADTTemplate) now allows you to generate an entire deployment package in a single command by specifying session properties, config, assets, files, and script blocks.
19
-
-[Show-ADTInstallationPrompt](../reference/functions/Show-ADTInstallationPrompt) now supports secured text inputs and dropdown selection boxes.
20
-
-[Show-ADTInstallationRestartPrompt](../reference/functions/Show-ADTInstallationRestartPrompt) now supports a cancel button.
18
+
-`New-ADTTemplate` now allows you to generate an entire deployment package in a single command by specifying session properties, config, assets, files, and script blocks.
19
+
-`Show-ADTInstallationPrompt` now supports secured text inputs and dropdown selection boxes.
20
+
-`Show-ADTInstallationRestartPrompt` now supports a cancel button.
21
21
- You can now configure a different accent color for dark mode.
22
22
- Dialogs now fallback to default image if the specified asset is not found, also images can be encoded as Base64 strings instead of supplying file paths.
@@ -27,7 +27,7 @@ This is the first release candidate of PSAppDeployToolkit 4.2.0! We invite all e
27
27
- Copy-ADTContentToCache now applies administrator permissions to the shared cache and has a separate cache location for non-admins.
28
28
- Descriptions for all known MSI error codes now included in logging output.
29
29
- All WMI dependencies removed, so the toolkit can run on devices with WMI corruption.
30
-
- Ability to run custom functions whenever writing to the log or when a deployment is deferred via [Add-ADTModuleCallback](../reference/functions/Add-ADTModuleCallback).
30
+
- Ability to run custom functions whenever writing to the log or when a deployment is deferred via `Add-ADTModuleCallback`.
31
31
- All time-based parameters now accept TimeSpan objects as well as interpreting integers as seconds.
32
32
-`-WhatIf` support added throughout to test changes non-destructively.
33
33
- AI and static analysis tools used to ensure code quality (CodeQL, Meziantou.Analyzer, Microsoft.CodeAnalysis.BannedApiAnalyzers, Microsoft.Extensions.StaticAnalysis, Roslynator.Analyzers).
0 commit comments