Releases: jdhitsolutions/PSIntro
Releases · jdhitsolutions/PSIntro
psintro_v2.1.0
Changelog for PSIntro
v2.1.0 - 2026-02-07 09:55:01
Added
- Added a tutorial on PSProviders and PSDrives.
- Added missing online help links.
- Added a
WelcomeOnlyparameter toGet-PSIntroto only display the welcome screen of links. This parameter has an alias ofSplashOnly.
Changed
- Updated
README.md.
Fixed
- Fixed bugs in PowerShell Essentials tutorial.
PSIntro_v2.0.0
Changelog for PSIntro
v2.0.0 - 2026-01-14 15:53:20
Added
- Added tutorial on PowerShell profile scripts. [Issue #9]
- Added function
New-PSProfileto create PowerShell profile scripts. - Added function
Add-PSIntroto add aGet-PSintrocommand to the user's profile for the current user current host.
Changed
- Help updates.
- Modified tutorials to navigate to previous page.
- Revised module commands and tutorials to support Windows PowerShell 5.1 This is a major breaking change and the reason for the major bump in version number. [Issue #7]
- Revised tutorials to show page progress. [Issue #12]
- Updated
README.md.
Fixed
- Fixed bug in profile status formatting.
PSIntro_v1.0.1
Changelog for PSIntro
v1.0.1 - 2025-12-01 11:31:35
Added
- Published to the PowerShell Gallery
- Added missing online help links
PSIntro_v1.0.0
Changelog for PSIntro
v1.0.0 - 2025-12-01 11:21:25
Added
- Added function
Get-ProfileStatus - Added format file for
ModuleStatusInfoobjects. - Added online links for localized help.
Changed
- Revised module description in the module manifest.
- Updated
README. - Modified
Start-PSTutorialto use the formatted box for the menu and stylized the prompt. - Added a defined typename,
ModuleStatusInfotoGet-ModuleStatusoutput.
PSIntro_v0.10.0
Changelog for PSIntro
v0.10.0 - 2025-11-28 12:47:59
Added
- Added fr-FR localized help.
- Added de-DE localized help.
- Added de-DE localized tutorials.
- Added verbose localized string data.
- Added de-DE localized strings.
- Added quit option to 'Enter to continue' prompt in tutorials.
- Added license file.
- Added online help links for English help files.
- Added a welcome style to the PSIntro screen.
Changed
- Add repository private data to the module manifest.
- Minor updates to the
Get-Membertutorial. - Revised
Get-ModuleStatusto useFind-PSResourceand notFind-Module.
Fixed
- On module import, if prompt can't be captured, define a default prompt.
PSIntro_v0.9.0
Changelog for PSIntro
v0.9.0 - 2025-06-17 17:49:18
Changed
- Corrected casing on en-US folder which was affecting localization on non-Windows systems.
Fixed
- Changed tutorial prompt to use Y as the continuation character for all cultures.
- Fixed localization issues on non-Windows systems where no culture is detected. [Issue #6]
PSIntro_v0.8.0
Changelog for PSIntro
v0.8.0 - 2025-06-16 14:32:48
Added
- Added localization of string data for messaging and prompts. Command help has not been localized.
- Added French localization for the module including tutorials.
Changed
- Moved tutorials to culture-specific folder and updated code to use culture-aware versions.
- Updated
README.md.
PSIntro_v0.7.0
Changelog for PSIntro
v0.7.0 - 2025-06-11 17:06:49
Added
- Added tutorial for PowerShell essentials and fundamentals.
Changed
- Modified
Start-PSTutorialto allow user to specify a topic. If no topic is specified, the user will get the menu. - Updated the
Get-Membertutorial. - Updated the
Get-Helptutorial. - Updated the
Get-Commandtutorial. - Help updates
- Updated
README.
PSIntro_v0.6.0
Changelog for PSIntro
v0.6.0 - 2025-05-30 16:02:59
Added
- Added a link to the PowerShell Gallery in
Get-PSIntro.
Changed
- Modified
Get-PSIntroso that the user needs to opt-in to get the tutorial prompt. Modified the tutorial parameter and reversed the behavior. This is a breaking change from previous versions. - Minor updates to tutorials.
- Updated
README.
0.5.0 - 2025-05-22
Added
- Moved module status code to a new function
Get-ModuleStatus.
Changed
- Updated
Get-PSIntroto not display module information by default. The command now has a parameter,ModuleStatus, to display the module status information. - Updated
README. - Help updates.
- Exported public functions to separate files.
Removed
- Removed the requirement for the ThreadJob module.
0.4.0 - 2025-05-12
Added
- Initial release to GitHub