diff --git a/Installer/Output/dt_setup.exe b/Installer/Output/dt_setup.exe index 8b6db4f0..33639781 100644 Binary files a/Installer/Output/dt_setup.exe and b/Installer/Output/dt_setup.exe differ diff --git a/My Project/Resources.Designer.vb b/My Project/Resources.Designer.vb index baf1b784..132e97d5 100644 --- a/My Project/Resources.Designer.vb +++ b/My Project/Resources.Designer.vb @@ -1838,13 +1838,14 @@ Namespace My.Resources ''' ''' Busca una cadena traducida similar a Bugfixes ''' - '''- The background process details panel is now hidden when leaving the offline or online installation management modes + '''- Fixed an issue where the program threw an exception when attempting to save complete image information if no images were mounted + '''- When getting Windows PE configuration, the program no longer returns "Could not get value MB" if it fails to get the scratch space configuration + '''- Image information reports correctly detect the offline installation management mode now + '''- The image information saver now informs you when the target report file is being saved ''' '''New features ''' - '''- You can now access the offline installation management mode from the File menu - '''- You will now see an image information report preview right after the generation process has been completed - '''- When performing feature enablement, component store repair, and capability addition operations to an active installation in Safe Mode, the progress panel will inform you [resto de la cadena truncado]";. + '''- The program now rec [resto de la cadena truncado]";. ''' Friend ReadOnly Property WhatsNew() As String Get diff --git a/My Project/Resources.resx b/My Project/Resources.resx index 3c0fcc89..0a51e961 100644 --- a/My Project/Resources.resx +++ b/My Project/Resources.resx @@ -1099,14 +1099,18 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI Bugfixes -- The background process details panel is now hidden when leaving the offline or online installation management modes +- Fixed an issue where the program threw an exception when attempting to save complete image information if no images were mounted +- When getting Windows PE configuration, the program no longer returns "Could not get value MB" if it fails to get the scratch space configuration +- Image information reports correctly detect the offline installation management mode now +- The image information saver now informs you when the target report file is being saved New features -- You can now access the offline installation management mode from the File menu -- You will now see an image information report preview right after the generation process has been completed -- When performing feature enablement, component store repair, and capability addition operations to an active installation in Safe Mode, the progress panel will inform you about it -- Added a menu entry to contribute to the help system +- The program now recommends monospaced fonts for log windows +- The initial setup wizard has had a minor redesign: + - The Back and Cancel buttons are now hidden, in favor of the window controls +- The image application drive specifier now uses native WMI queries instead of the helper command +- When getting information of driver packages, the progress bar will smoothly increase in value now ..\Resources\split_img.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a diff --git a/Updater/DISMTools-UCS/update-bin/preview.ini b/Updater/DISMTools-UCS/update-bin/preview.ini index c2d943ca..0ba04944 100644 --- a/Updater/DISMTools-UCS/update-bin/preview.ini +++ b/Updater/DISMTools-UCS/update-bin/preview.ini @@ -1,6 +1,6 @@ [Version] -LatestVer = 0.4.0.23112 -ReleaseTag = v0.4_pre_23112 +LatestVer = 0.4.0.23113 +ReleaseTag = v0.4_pre_23113 [Options] MigrateSettings = False \ No newline at end of file diff --git a/Updater/DISMTools-UCS/update-bin/update.exe b/Updater/DISMTools-UCS/update-bin/update.exe index 2fc53e82..201697b1 100644 Binary files a/Updater/DISMTools-UCS/update-bin/update.exe and b/Updater/DISMTools-UCS/update-bin/update.exe differ diff --git a/Updater/DISMTools-UCS/verinfo/preview.ini b/Updater/DISMTools-UCS/verinfo/preview.ini index c2d943ca..0ba04944 100644 --- a/Updater/DISMTools-UCS/verinfo/preview.ini +++ b/Updater/DISMTools-UCS/verinfo/preview.ini @@ -1,6 +1,6 @@ [Version] -LatestVer = 0.4.0.23112 -ReleaseTag = v0.4_pre_23112 +LatestVer = 0.4.0.23113 +ReleaseTag = v0.4_pre_23113 [Options] MigrateSettings = False \ No newline at end of file