Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file.

## 26.8.5.2 - August 5, 2026

### Added

- **Dedicated OSDCloud IPU public function scripts** — Added `Public/OSDCloudIPU/Invoke-IPUPreInstallNotification.ps1`, `Public/OSDCloudIPU/Invoke-IPUPreInstallNotificationLauncher.ps1`, `Public/OSDCloudIPU/Invoke-OSDCloudIPU.ps1`, `Public/OSDCloudIPU/New-OSDCloudOSWimFile.ps1`, and `Public/OSDCloudIPU/Set-Win11ReqBypassRegValues.ps1` to split IPU functionality into focused, discoverable command files.

### Changed

- **OSDCloud IPU public layout modernization** — Reorganized the IPU implementation from `Public/OSDCloud/OSDCloudIPU.ps1` into the `Public/OSDCloudIPU` folder structure for cleaner command ownership and easier maintenance.
- **Module manifest version bump** (`OSD.psd1`) — Updated module version to `26.8.5.2`.

### Removed

- **Legacy monolithic IPU script** — Removed `Public/OSDCloud/OSDCloudIPU.ps1` after migrating its function surface to dedicated script files.

## 26.8.5.1 - August 5, 2026

### Added
Expand Down
2 changes: 1 addition & 1 deletion OSD.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@{
# --- Identity ---
RootModule = 'OSD.psm1'
ModuleVersion = '26.8.5.1'
ModuleVersion = '26.8.5.2'
CompatiblePSEditions = @('Core', 'Desktop')
GUID = '9fe5b9b6-0224-4d87-9018-a8978529f6f5'

Expand Down
Loading