Skip to content

Commit 8287374

Browse files
authored
Update to V0.5.0.21
1 parent b397b03 commit 8287374

File tree

4 files changed

+235
-83
lines changed

4 files changed

+235
-83
lines changed

PS2EXE-GUI/Changes.txt

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
PS2EXE-GUI v0.5.0.21
2+
Changes:
3+
- support for nested progress bars (noConsole mode only)
4+
5+
List of changes (line numbers are from PS2EXE-GUI v0.5.0.20):
6+
lines 89 to 90 - adjusted version number and date
7+
line 104 - adjusted version number
8+
line 116 - adjusted version number
9+
lines 1403 to 1574 - overworked winforms class ProgressForm
10+
line 2131 - support for multiple progress bars
11+
line 2320 - adjusted version number
12+
13+
14+
115
PS2EXE-GUI v0.5.0.20
216
Changes:
317
- Application.EnableVisualStyles() as default for GUI applications

PS2EXE-GUI/README.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ See Script Center version: [PS2EXE-GUI: "Convert" PowerShell Scripts to EXE File
77

88
### Author: Markus Scholtes
99

10-
### Version: v0.5.0.20
10+
### Version: v0.5.0.21
1111

12-
### Date: 2020-04-19
12+
### Date: 2020-07-11
1313

1414
All of you know the fabulous script PS2EXE by Ingo Karstein you can download here: [PS2EXE : "Convert" PowerShell Scripts to EXE Files](https://gallery.technet.microsoft.com/scriptcenter/PS2EXE-Convert-PowerShell-9e4e07f1).
1515

@@ -24,14 +24,12 @@ Install-Module PS2EXE
2424
Project page on github is [here](https://github.com/MScholtes/PS2EXE).
2525

2626

27-
### Update v0.5.0.20 - 2020-04-19
28-
Application.EnableVisualStyles() as default for GUI applications
29-
30-
new parameter -noVisualStyles to prevent this
31-
27+
### Update v0.5.0.21 - 2020-07-11
28+
- support for nested progress bars (noConsole mode only)
3229

3330
Full list of changes and fixes in Changes.txt.
3431

32+
3533
### Includes Win-PS2EXE, a small graphical front end for PS2EXE.
3634

3735
Not all parameters are supported, requires .Net 4.x. C# WPF application. With drag'n'drop for file names. Has to be placed in the same directory as ps2exe.ps1. Source code and .Net 3.5x version are here: (https://github.com/MScholtes/Win-PS2EXE).

PS2EXE-GUI/Readme.txt

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
PS2EXE-GUI v0.5.0.20
2-
Release: 2020-04-19
1+
PS2EXE-GUI v0.5.0.21
2+
Release: 2020-07-11
33

44
Overworking of the great script of Igor Karstein with GUI support by Markus Scholtes.
55

@@ -21,9 +21,8 @@ Module based version available now on Powershell Gallery, see here (https://www.
2121
Project page on github is here: https://github.com/MScholtes/PS2EXE.
2222

2323

24-
Update v0.5.0.20 - 2020-04-19
25-
Application.EnableVisualStyles() as default for GUI applications
26-
new parameter -noVisualStyles to prevent this
24+
Update v0.5.0.21 - 2020-07-11
25+
- support for nested progress bars (noConsole mode only)
2726

2827

2928
Full list of changes and fixes in Changes.txt.

0 commit comments

Comments
 (0)