diff --git a/My Project/Resources.Designer.vb b/My Project/Resources.Designer.vb index 8d819446..b966e7c5 100644 --- a/My Project/Resources.Designer.vb +++ b/My Project/Resources.Designer.vb @@ -1948,15 +1948,15 @@ Namespace My.Resources ''' ''' Busca una cadena traducida similar a Bugfixes: ''' - '''- The image name and description fields of the new design no longer use mnemonics, to prevent ampersands from showing as underscores + '''- The image information report results dialog no longer mentions a text box + '''- Italian translations have been slightly fixed (thanks @bovirus for spotting) + '''- Fixed an issue where a log path warning would be triggered during serviceability tests with the OS installer + '''- Fixed an exception that would sometimes happen when launching the AppX package addition dialog ''' '''New features: ''' - '''- The menu items of Web Resources are now translated - '''- Markdig has been updated to version 0.38.0 - '''- The program installer is now built with a new version of Inno Setup - '''- When appending changes of an image to another index, you can now grab the name of the last index - '''- The time taken for the unattended answer file to be applied by the OS ins [resto de la cadena truncado]";. + '''- The DynaLog logging system has received log cleanup functionality + '''- Improvements have been made to the install [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 8dcd74e7..7eb3dc8d 100644 --- a/My Project/Resources.resx +++ b/My Project/Resources.resx @@ -789,17 +789,21 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI Bugfixes: -- The image name and description fields of the new design no longer use mnemonics, to prevent ampersands from showing as underscores +- The image information report results dialog no longer mentions a text box +- Italian translations have been slightly fixed (thanks @bovirus for spotting) +- Fixed an issue where a log path warning would be triggered during serviceability tests with the OS installer +- Fixed an exception that would sometimes happen when launching the AppX package addition dialog New features: -- The menu items of Web Resources are now translated -- Markdig has been updated to version 0.38.0 -- The program installer is now built with a new version of Inno Setup -- When appending changes of an image to another index, you can now grab the name of the last index -- The time taken for the unattended answer file to be applied by the OS installer has been reduced -- You will now see progress indication in the taskbar for certain tasks -- CODE: work on a unified logging infrastructure has started +- The DynaLog logging system has received log cleanup functionality +- Improvements have been made to the installers (#192, thanks @bovirus) +- UnattendGen has been updated to the latest version +- Exception reporting now includes information about whether or not a copy is portable +- During ISO creation, the taskbar button will now show a progress bar +- The mask character of password fields in the unattended answer file generation wizard has been updated +- Image file information in the ISO creation wizard is now shown in a list view +- The program now detects verified AME Playbooks and logs results with DynaLog. This is done to help isolate issues more ..\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 4d0a9297..c354d0a5 100644 --- a/Updater/DISMTools-UCS/update-bin/preview.ini +++ b/Updater/DISMTools-UCS/update-bin/preview.ini @@ -1,6 +1,6 @@ [Version] -LatestVer = 0.6.0.24111 -ReleaseTag = v0.6_pre_24111 +LatestVer = 0.6.0.24112 +ReleaseTag = v0.6_pre_24112 [Options] MigrateSettings = False diff --git a/Updater/DISMTools-UCS/verinfo/preview.ini b/Updater/DISMTools-UCS/verinfo/preview.ini index 4d0a9297..c354d0a5 100644 --- a/Updater/DISMTools-UCS/verinfo/preview.ini +++ b/Updater/DISMTools-UCS/verinfo/preview.ini @@ -1,6 +1,6 @@ [Version] -LatestVer = 0.6.0.24111 -ReleaseTag = v0.6_pre_24111 +LatestVer = 0.6.0.24112 +ReleaseTag = v0.6_pre_24112 [Options] MigrateSettings = False