Skip to content

Releases: gus33000/UUPMediaCreator

Version 3.1.9.3

27 Nov 07:16
Compare
Choose a tag to compare

What's Changed

  • Bump actions/upload-artifact from 3.1.3 to 4.0.0 by @dependabot in #188
  • Settings: Add missing files to the setup media by @BlueRain-debug in #194
  • Bump actions/upload-artifact from 4.0.0 to 4.3.1 by @dependabot in #196
  • Bump microsoft/setup-msbuild from 1.3.1 to 2.0.0 by @dependabot in #195
  • Validate temporary path before use by @riverar in #203
  • Bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in #201
  • Bump Microsoft.Windows.CsWinRT from 2.0.1 to 2.0.7 by @dependabot in #198
  • Bump actions/upload-artifact from 4.3.1 to 4.3.2 by @dependabot in #204
  • Bump actions/upload-artifact from 4.3.2 to 4.3.3 by @dependabot in #206
  • Bump actions/checkout from 4.1.2 to 4.1.3 by @dependabot in #205
  • Bump actions/checkout from 4.1.3 to 4.1.6 by @dependabot in #213
  • Update README to account for Windows 11/10 split for Beta + RP by @dongle-the-gadget in #214
  • Bump actions/upload-artifact from 4.3.3 to 4.3.4 by @dependabot in #216
  • Bump actions/setup-dotnet from 4.0.0 to 4.0.1 by @dependabot in #218
  • Bump System.Text.Json from 8.0.0 to 8.0.4 in /src/Microsoft.StoreServices.DisplayCatalog by @dependabot in #217
  • Bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #215
  • Bump System.Text.Json from 8.0.0 to 8.0.4 in /src/UnifiedUpdatePlatform.Services.WindowsUpdate.Downloads by @dependabot in #219
  • Bump Microsoft.Windows.CsWinRT from 2.0.7 to 2.0.8 by @dependabot in #220
  • Bump Microsoft.Windows.CsWinRT from 2.0.8 to 2.1.1 by @dependabot in #225
  • Bump actions/upload-artifact from 4.3.4 to 4.4.0 by @dependabot in #228
  • Bump System.Text.Json from 8.0.4 to 8.0.5 in /src/Microsoft.StoreServices.DisplayCatalog by @dependabot in #237
  • Bump Microsoft.Windows.CsWinRT from 2.1.1 to 2.1.5 by @dependabot in #234
  • Bump actions/checkout from 4.1.7 to 4.2.1 by @dependabot in #235
  • Bump actions/upload-artifact from 4.4.0 to 4.4.2 by @dependabot in #238
  • Bump actions/upload-artifact from 4.4.2 to 4.4.3 by @dependabot in #239
  • build(deps): bump System.Text.Json from 8.0.4 to 8.0.5 in /src/UnifiedUpdatePlatform.Services.WindowsUpdate by @dependabot in #240
  • build(deps): bump actions/setup-dotnet from 4.0.1 to 4.1.0 by @dependabot in #243
  • build(deps): bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #242
  • build(deps): bump System.Text.Json from 8.0.4 to 8.0.5 in /src/UnifiedUpdatePlatform.Services.WindowsUpdate.Downloads by @dependabot in #244

New Contributors

Full Changelog: v3.1.9.2...v3.1.9.3

Version 3.1.9.2

07 Dec 20:30
Compare
Choose a tag to compare
  • Fixed an issue with creating alternative editions.
  • Ensured that an exception is thrown if all attempts fail in DismOperations. This change fixes issues when building ISO media for builds higher than 26002.1010
  • Fixed an issue with INF renaming.
  • Fixed broken paths for WCOS downloads.
  • Fixed broken winpe registry changes as part of germanium rework of NetDiagFx.
  • Bumped the version number to v3.1.9.2.

Version 3.1.9.1

15 Oct 20:48
Compare
Choose a tag to compare

Version 3.1.9.1 of UUP Media Creator updates UUPDownload and UUPMediaConveter with key bug fixes and enhancements:

  • Further fixes for other versions of windows with no apps
  • Refactoring/Clean up of most of the legacy code in the tool, more to come later that should fix more issues

Full Changelog: v3.1.9.0...v3.1.9.1

Version 3.1.9.0

14 Oct 21:45
Compare
Choose a tag to compare

Version 3.1.9.0 of UUP Media Creator updates UUPDownload with key bug fixes and enhancements:

  • This version resolves critical issues regarding creating and downloading setup media for Windows 11 Moment 4 release.

Version 3.1.8.0 - Bugs make me cry

10 Jun 20:38
Compare
Choose a tag to compare

Version 3.1.8.0 of UUP Media Creator updates UUPDownload with key bug fixes and enhancements:

  • An issue affecting correct names for updates with more than one metadata cab has been fixed
  • An issue affecting missing CU / Update files for new builds implementing new servicing changes has been fixed
  • Download process has been speed up by skipping enumerating plans on first run
  • An issue preventing the download of the replay file when the folder already existed has been fixed

Thanks a lot to @thebookisclosed for bringing to attention the issue with the new aggregated metadata / cu changes from this year's insider builds.

Version 3.1.7.0 - Disc Image File Copilot

22 May 22:35
Compare
Choose a tag to compare

Fixes an issue preventing the download of the newest Canary Channel build release (25370).
Note: Building ISOs with all editions could be broken, a fix is upcoming later.

What's Changed

  • Add flag to use alt. boot images to suppress prompt at boot by @riverar in #149

Full Changelog: v3.1.6.0...v3.1.7.0

Version 3.1.6.0

11 May 22:13
Compare
Choose a tag to compare

What's Changed

This update improves the time needed to convert an UUP file set into an ISO as well as a few bug fixes and enhancements, notably:

  • The tools now target .NET 7
  • The Dism Broker workaround has been removed, and apps are now installed in bulk faster
  • AppxProvisioning xml is now properly updated with integrated applications into NI+ images
  • UpdateDecompression.dll is now added into the PE setup image (as done by official ISO images)
  • Usage of WimgApi has been trimmed down in favor of WimLib
  • Bump Microsoft.UI.Xaml from 2.8.3 to 2.8.4 by @dependabot in #153
  • Support for bulk adding files to WIMs by @thebookisclosed in #154
  • More WIM update batching, in-place PE export by @thebookisclosed in #155

Full Changelog: v3.1.5.0...v3.1.6.0

Version 3.1.5.0

05 May 19:27
Compare
Choose a tag to compare

What's Changed

  • Fixes #129 #150 - Issues preventing the usage on Linux and MacOS, both of those should now be working again
  • Addresses an issue where making media using the LZMS compression would result in a broken image
  • Allows downloading Server drops (AzureHci) using UUPDownload
  • Document how to download canarychannel builds in the readme.md file
  • Add CanaryChannel support for the get-builds parameter
  • [NEW] UUPMediaConverter now requires the installation of libfuse2 on Linux machines
  • Bumped a few dependencies
  • Updated forked Dism/Wim library wrappers

Full Changelog: v3.1.4.0...v3.1.5.0

Version 3.1.4.0

28 Nov 22:54
Compare
Choose a tag to compare

Documentation: Fix download link
Documentation: Remove obsolete build tag image
Hotfix for latest Insider builds having duplicated elements in product.ini
Bump System.Text.Json from 6.0.6 to 7.0.0 (#137)
Bump SharpZipLib from 1.4.0 to 1.4.1 (#136)
Bump Microsoft.Toolkit.Uwp.UI.Controls.DataGrid from 7.1.2 to 7.1.3 (#135)
Re-enable file verification during download
Fix recent regression with newer OS builds

Version 3.1.3.0

01 Oct 16:44
Compare
Choose a tag to compare