Skip to content

Releases: JLInF97/PSWebGUI

v0.19.2-beta

17 Oct 14:27
19562cd

Choose a tag to compare

v0.19.2-beta Pre-release
Pre-release

🐞 Bugs

#43: v0.19.0

🚀 New features

#42: Added -PublicServer parameter to Show-PSWebGUI to make the server reacheable from any address.

#43: v0.19.0

📖 Docs and help

#43: v0.19.0

v0.17.0-beta

27 Nov 01:59
1f7fbe0

Choose a tag to compare

v0.17.0-beta Pre-release
Pre-release

🐞 Bugs

#38: $_GET and $_POST variables are cleared on each request (page).

🚀 New features

#38: Added $_SERVER variables.
#40: Added the ability to hide the PoweShell console with Hide-PSConsole and Show-PSConsole functions.
#40: Removed -NoWindow parameter from Show-PSWebGUI function. Added -Display instead. You can now hide the GUI or the PowerShell console.
#40: The icon you set with -Icon parameter in the Show-PSWebGUI function now displayed on the system taskbar.

📖 Docs and help

#39: Added documentation for $_SERVER variables.
#39: Modifications in "about" help files.
#41: Added help files for the new functions.

v0.15.4-beta

17 Apr 01:20
ec4d99a

Choose a tag to compare

v0.15.4-beta Pre-release
Pre-release

🐞Bugs

#37: Decoded POST values before saving into collection. POST variables that are not already in collection are saved as string, not as an array.

v0.15.3-beta

13 Apr 17:14
3a3884b

Choose a tag to compare

v0.15.3-beta Pre-release
Pre-release

🐞 Bugs

#33: Duplicated HTML responses and code execution when server starts.
#34: Error when using <select multiple> with POST method.

📖 Docs and help

#36: Changed comments language to English in pswebgui.psd1

v0.15.1-beta

12 Feb 21:14
59f278f

Choose a tag to compare

v0.15.1-beta Pre-release
Pre-release

🐞 Bugs

#30: Error appears in console when -Page404 parameter is not set.

🚀 New features

#22: Added -id parameter in Format-Html function for setting an html id attribute when creating a table.
#23: Added -Page404 parameter in Show-PSWebGUI function for setting custom files for the 404 page.
#24: New function Stop-PSWebGui for stopping the server. Rewrited URL for stopping the server: /stop() and /exit().
#25: Added global scriptblock to run actions when server close. $global:_CLOSESCRIPT.
#31: InputObject and path validation before execution. /example and /example/ are now the same url for the web browser.

📖 Docs and help

#28: Updated help with new functions and parameters.

v0.11.0-beta

15 Sep 23:35
03c4c3b

Choose a tag to compare

v0.11.0-beta Pre-release
Pre-release

🐞 Bugs

#14: Process stucks in background once PowerShell is closed generating low performance on the system.

🚀 New features

#16: 4 new functions. Set-Title, Set-GuiLocation, Write-CredentialForm, Get-CredentialForm.
#16: Removed some useless alias.
#21: Added some snippets.

📖 Docs and help

#17: Revised, rewritten and improved all documentation. Module help updated.

v0.10.3-beta

01 Sep 14:28

Choose a tag to compare

v0.10.3-beta Pre-release
Pre-release

🐞 Bugs

#12: $_GET and $_POST variables not working.

v0.10.2-beta

03 Aug 17:20
a49951f

Choose a tag to compare

v0.10.2-beta Pre-release
Pre-release

🐞 Bugs

#4: Not showing local files when InputObject is a string.

🚀 New features

#1: No <head> option.
#8: Module help externalized and improved.
#3: Not mandatory InputObject parameter for Show-PSWebGui function

v0.8-beta

06 Jul 01:21
cc94079

Choose a tag to compare

v0.8-beta Pre-release
Pre-release

First public pre-release.