Skip to content

Commit 89698d1

Browse files
committed
✅ Updates for next release (v2.1.0)
* [Important] PSADT and templates updated to version 4.1.7 * Added Feature: New Plugin - Microsoft Intune Upload * Updated Backend: Plugin.ini - Added the UnloadProject parameter to the [Script] section * Updated Backend: WinGet Import - Added local repository file date and time to the message popup * Fixed Backend: WinGet Import - Deployment file is now generated automatically after a successful import * Fixed GUI: Fixed button event handling – windows are now hidden instead of being fully closed/destroyed
1 parent 2ac4ce5 commit 89698d1

File tree

377 files changed

+5754
-8380
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

377 files changed

+5754
-8380
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/Installer
2+
Scripts/PSADT4_Commands.csv
3+
Scripts/PSADT4_Parameters.csv

CHANGES.txt

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,25 @@ ToDo's
44
* More validations / and checks on UI
55
(...)
66

7+
Version 2.1.0:
8+
* [Important] PSADT and templates updated to version 4.1.7
9+
* Added Feature: New Plugin - Microsoft Intune Upload
10+
* Updated Backend: Plugin.ini - Added the UnloadProject parameter to the [Script] section
11+
* Updated Backend: WinGet Import - Added local repository file date and time to the message popup
12+
* Fixed Backend: WinGet Import - Deployment file is now generated automatically after a successful import
13+
* Fixed GUI: Fixed button event handling � windows are now hidden instead of being fully closed/destroyed
14+
715
Version 2.0.0:
8-
* [Important] ThirdParty updated: PSADT and templates updated to version 4.1.5
9-
* Added feature: Deployment file preview mode
10-
* Added feature: VS Code editor (Monaco Editor) for PowerShell inline scripts
11-
* Added feature: Import Windows Installer
12-
* Added feature: Import Windows executable
16+
* [Important] PSADT and templates updated to version 4.1.5
17+
* Added Feature: Deployment file preview mode
18+
* Added Feature: VS Code editor (Monaco Editor) for PowerShell inline scripts
19+
* Added Feature: Import Windows Installer
20+
* Added Feature: Import Windows executable
1321
* Added GUI: Filter/search for PSADT commands
1422
* Added GUI: Drag-and-drop handler for Sequence View (simply drag and drop any file onto the sequence list to automatically generate the action)
15-
* Added Backend: PowerShell script for reading MSI files (located in the Scripts folder as Read-Msi.ps1).
23+
* Added Backend: PowerShell script for reading MSI files (located in the Scripts folder as Read-Msi.ps1)
1624
* Fixed Backend: Step counter for actions in the database
17-
* Fixed WinAPI: Windows are now closed rather than hidden when they are closed.
25+
* Fixed WinAPI: Windows are now closed rather than hidden when they are closed
1826
* Fixed Generator: Guid parameter type
1927

2028
Version 1.0.9 (Preview 9, Latest):

Databases/PSADT.sqlite

0 Bytes
Binary file not shown.

DeploymentEditor.exe

8 KB
Binary file not shown.

0 commit comments

Comments
 (0)