Skip to content

Releases: bolens/ps-profile

v1.3.2

16 Jan 00:37

Choose a tag to compare

1.3.2 (2026-01-16)

Bug Fixes

  • core: import CommonEnums in SafeImport before Validation to ensure FileSystemPathType is available (b28a6ba)
  • correct module import paths and improve CommonEnums loading (5ba06e4)
  • fragment: defer PathResolution import to avoid parse-time FileSystemPathType error (6b78b35)

Performance Improvements

  • profile: optimize profile loading performance and consolidate fragment output (4ed4884)

v1.3.1

25 Nov 21:47

Choose a tag to compare

1.3.1 (2025-11-25)

Bug Fixes

  • checks: correct module import order in validate-profile script (3cc4530)
  • comprehensive fixes for validation, security, and gitignore (683df0e)
  • format: normalize line endings to LF in formatter (9f94886)
  • git: add -Global flag to module imports in pre-commit hook (f3ef3e3)
  • git: correct module import order in pre-commit hook (40359c8)
  • scripts: correct module import order in validation and utility scripts (9abc8c1)
  • security: add null checks to prevent null reference errors in security scanner (ad3e584)

v1.3.0

13 Nov 17:29

Choose a tag to compare

1.3.0 (2025-11-13)

Features

  • enhance testing capabilities and fix integration tests (0e5eec3)
  • significantly improve test coverage (8826a31)

v1.2.2

05 Nov 23:48

Choose a tag to compare

1.2.2 (2025-11-05)

Bug Fixes

  • update pre-commit hook installation to use pre-commit.ps1 (868e013)

v1.2.1

05 Nov 23:12

Choose a tag to compare

1.2.1 (2025-11-05)

Bug Fixes

  • remove invalid Suppressions key and update lint report location (2fe6133)

v1.2.0

04 Nov 16:33

Choose a tag to compare

1.2.0 (2025-11-04)

Features

  • Implement additional quick wins for PowerShell profile (80e75bd)
  • Implement Enhanced Error Handling and Smart Prompt (5c41e9f)
  • Implement Quick Wins and standardize code style (e1a73dd)

v1.1.2

31 Oct 19:05

Choose a tag to compare

1.1.2 (2025-10-31)

Bug Fixes

  • resolve all markdownlint formatting issues (e21f761)

v1.1.1

31 Oct 18:28

Choose a tag to compare

1.1.1 (2025-10-31)

Bug Fixes

  • Remove PSScriptAnalyzer -SettingsPath warning (48153f7)
  • Remove trailing spaces from docs/README.md (1483cf7)

v1.1.0

31 Oct 15:43

Choose a tag to compare

1.1.0 (2025-10-31)

Features

  • Add Add-Path function for PATH manipulation (f060c89)

v1.0.2

29 Oct 23:20

Choose a tag to compare

1.0.2 (2025-10-29)

Bug Fixes

  • Resolve additional CI/CD failures (260f74a)