Skip to content

Releases: jdhitsolutions/PSIntro

psintro_v2.1.0

07 Feb 14:57

Choose a tag to compare

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 WelcomeOnly parameter to Get-PSIntro to only display the welcome screen of links. This parameter has an alias of SplashOnly.

Changed

  • Updated README.md.

Fixed

  • Fixed bugs in PowerShell Essentials tutorial.

PSIntro_v2.0.0

14 Jan 20:55

Choose a tag to compare

Changelog for PSIntro

v2.0.0 - 2026-01-14 15:53:20

Added

  • Added tutorial on PowerShell profile scripts. [Issue #9]
  • Added function New-PSProfile to create PowerShell profile scripts.
  • Added function Add-PSIntro to add a Get-PSintro command 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

01 Dec 16:32

Choose a tag to compare

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

01 Dec 16:22

Choose a tag to compare

Changelog for PSIntro

v1.0.0 - 2025-12-01 11:21:25

Added

  • Added function Get-ProfileStatus
  • Added format file for ModuleStatusInfo objects.
  • Added online links for localized help.

Changed

  • Revised module description in the module manifest.
  • Updated README.
  • Modified Start-PSTutorial to use the formatted box for the menu and stylized the prompt.
  • Added a defined typename, ModuleStatusInfo to Get-ModuleStatus output.

PSIntro_v0.10.0

28 Nov 17:49

Choose a tag to compare

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-Member tutorial.
  • Revised Get-ModuleStatus to use Find-PSResource and not Find-Module.

Fixed

  • On module import, if prompt can't be captured, define a default prompt.

PSIntro_v0.9.0

17 Jun 21:50

Choose a tag to compare

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

16 Jun 18:56

Choose a tag to compare

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

11 Jun 21:07

Choose a tag to compare

Changelog for PSIntro

v0.7.0 - 2025-06-11 17:06:49

Added

  • Added tutorial for PowerShell essentials and fundamentals.

Changed

  • Modified Start-PSTutorial to allow user to specify a topic. If no topic is specified, the user will get the menu.
  • Updated the Get-Member tutorial.
  • Updated the Get-Help tutorial.
  • Updated the Get-Command tutorial.
  • Help updates
  • Updated README.

PSIntro_v0.6.0

30 May 20:03

Choose a tag to compare

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-PSIntro so 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-PSIntro to 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