Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MScholtes/PS2EXE.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMScholtes <markusscholtes@hotmail.com>2020-07-11 08:50:56 +0300
committerGitHub <noreply@github.com>2020-07-11 08:50:56 +0300
commit54a1fd43a30f3989db695bda138d40bc7f8b4bad (patch)
tree46c3d824acdc02b0dc714317df8d6ab16ae2246e
parentc8b7c448b6b39d6261a4708097b50a927cd4e2f4 (diff)
Update to V1.0.5
-rw-r--r--README.md21
1 files changed, 12 insertions, 9 deletions
diff --git a/README.md b/README.md
index 2cc7958..a5b7a64 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,9 @@ You find the script based version here (https://github.com/MScholtes/TechNet-Gal
Author: Markus Scholtes
-Version: 1.0.4
+Version: 1.0.5
-Date: 2020-04-19
+Date: 2020-07-11
## Installation
@@ -127,22 +127,25 @@ $Host.UI.RawUI.FlushInputBuffer()
```
## Changes:
+### 1.0.5 / 2020-07-11
+- support for nested progress bars (noConsole mode only)
+
### 1.0.4 / 2020-04-19
-Application.EnableVisualStyles() as default for GUI applications, new parameter -noVisualStyles to prevent this
+- Application.EnableVisualStyles() as default for GUI applications, new parameter -noVisualStyles to prevent this
### 1.0.3 / 2020-02-15
-Converted files from UTF-16 to UTF-8 to allow git diff
+- converted files from UTF-16 to UTF-8 to allow git diff
-Ignore control keys in secure string request in console mode
+- ignore control keys in secure string request in console mode
### 1.0.2 / 2020-01-08
-Added examples to github
+- added examples to github
### 1.0.1 / 2019-12-16
-Fixed "unlimited window width for GUI windows" issue in ps2exe.ps1 and Win-PS2EXE
+- fixed "unlimited window width for GUI windows" issue in ps2exe.ps1 and Win-PS2EXE
### 1.0.0 / 2019-11-08
-First stable module version
+- first stable module version
### 0.0.0 / 2019-09-15
-Experimental
+- experimental