Skip to content

Commit 60bfd85

Browse files
committed
[REL] Update What's New section
1 parent 26068ef commit 60bfd85

File tree

2 files changed

+94
-16
lines changed

2 files changed

+94
-16
lines changed

My Project/Resources.Designer.vb

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

My Project/Resources.resx

Lines changed: 86 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -981,17 +981,95 @@ SET ID="de94bba4-06d1-4d40-a16a-bfd50179d6ac"
981981
GPT ATTRIBUTES=0x8000000000000001</value>
982982
</data>
983983
<data name="WhatsNew" xml:space="preserve">
984-
<value>Bugfixes:
985-
984+
<value>Overall changes:
985+
986+
--- Bugfixes
987+
988+
- Fixed a minor issue where DynaLog timestamps would not use a common format for time
989+
- Fixed a migration issue where the color scheme would switch to dark, regardless of the preferred scheme you set in the past
990+
- Fixed an issue in the update checker
991+
- Fixed a deployment issue in the Theme Designer. It will let you load and save themes now instead of throwing an exception
992+
- Fixed an issue where people could write to the console output
993+
- Fixed an issue where DISM would never finish after edition servicing tasks due to a computer restart prompt
994+
- Fixed an issue where exceptions that aren't related to the DISM API were not being logged when running background processes
995+
- (External) Fixed an issue where background processes would abruptly stop when getting package information due to specific time representations
996+
- Fixed an issue where the popup mounted image picker would not show any results if the mounted image manager was already open
997+
- Fixed an issue where connecting to a WDS server would fail if it didn't have a Pending Devices policy set up
998+
- Fixed an issue where the WDS Helper client would not get the installation images in some cases
999+
- Fixed an issue where the PE Helper could apply the installation image to the wrong volume if it had been assigned drive letter C
1000+
- Fixed an issue where the WDS Helper Server would not export installation images to "install.wim" if they were named differently in WDS
1001+
- The fixed disk configuration routine code from the PE Helper has been ported to the WDS Helper Client
1002+
- Fixed an issue with the used volume letter checks in the PE Helper where they would not work correctly
9861003
- Fixed an issue where DNS address mappings were not being cleared on closure of the AD DS join wizard
9871004

988-
New features:
989-
990-
- The Preview Release Notice has been removed in favor of a new menu for the PXE Helpers
991-
- When joining devices to an ADDS domain, you will now see user principal name and NT logon path representations of the user/domain combination
992-
- UnattendGen has been updated to the latest version
1005+
--- New features
1006+
1007+
- Massive improvements were made to the DISMTools PE on network environments using WDS
1008+
- The restart message is now shown in a cleaner way
1009+
- CODE: the PE Helper no longer requires "dp_listdisk.dp" to be present in order to list disks, as it's now generated automatically
1010+
- When starting up the DISMTools Preinstallation Environment, you will now see a menu from which you can choose the installation type
1011+
- HotInstall now uses the latest version of the DISM API
1012+
- HotInstall now creates a removal script that's launched on system startup to revert installation changes, in case the target system boots to the full Windows installation instead of the DISMTools PE
1013+
- The ISO creator can now download and install the latest version of the Windows ADK (10.1.26100.2454) for you if it can't find it on your system
1014+
- The default size of the ISO creator has been increased to 1280x720
1015+
- The PE Helper now adds the "WinPE-StorageWMI" packages to the Preinstallation Environment
1016+
- A new command-line alias, "netinit", now lets you initialize the networking stack and enable the firewall on demand; and other administration scripts are now included
1017+
- The Driver Installation Module (DIM) is now added to the Windows PE image directly, allowing you to use it when booting to it via the network
1018+
- The startup screen in HotInstall is now localized
1019+
- The Driver Installation Module (DIM) has seen a minor design refresh to let you select items more easily, with grid lines
1020+
- PowerShell script execution policy settings have been off-loaded from the DT PE startup code and put into the ISO creation script. This can present startup time improvements
1021+
- UnattendGen has been updated to the latest version, making it cross-platform and compatible with Linux and macOS
1022+
- You can now hide post-installation script windows when creating answer files
1023+
- When configuring the wireless network, a link to go to your router's gateway page has been added
1024+
- The system component screen has been fully revamped
1025+
- You can now configure your answer file to make devices join an Active Directory domain more easily
1026+
- You can now remove the answer files from your image easily
9931027
- You can now configure guest virtual machine support for Parallels hypervisors on Macintosh computers
994-
- 7-Zip has been updated to version 25.01</value>
1028+
- DISMTools now uses "pnputil" to add and remove drivers on active installations
1029+
- DISMTools can now map AppX package registrations on active systems to local users in the system
1030+
- The DISMTools Tour is now available so you can get started more easily. It can be launched automatically when you first set up DISMTools
1031+
- The program now uses a theme engine that makes it easy for you to make your own themes
1032+
- DISMTools now includes a log viewer
1033+
- DynaLog now logs process IDs, which can help you tell multiple DISMTools processes apart more easily
1034+
- CODE: the language engine, first introduced in HotInstall, has been ported to DISMTools. It will be used in the future
1035+
- CODE: information dialogs are now able to disable the close button when getting information using Windows APIs
1036+
- The managed DISM API was updated from version 3.3.0 to 3.3.12
1037+
- Markdig has been updated from version 0.41.0 to 0.41.3
1038+
- CODE: more LINQ queries have been introduced
1039+
- CODE: a new progress reporter module has been introduced
1040+
- CODE: background processes have been refactored to use new list items
1041+
- CODE: startup code in most image task dialogs has been moved to "IImageTaskDialog" interface implementations
1042+
- 7-Zip has been updated to version 25.01
1043+
- The installer is now built using Inno Setup 6.4.3
1044+
- CODE: Registry actions are now carried out by the new Registry Helper
1045+
- DISMTools now detects if the computer has booted into Safe Mode and offers you the choice to load the online installation management mode
1046+
- DISMTools now features a revamped popup mounted image picker
1047+
- You can now hide the clock in the project view
1048+
- DISM output is now saved to log files after operations are complete
1049+
1050+
--- Removed features
1051+
1052+
- The restart dialog in the DISMTools Preinstallation Environment has been removed due to false positives in antivirus software other than Windows Defender
1053+
- 32-bit ARM support has been fully removed from the PE Helper
1054+
1055+
Changes made since last preview:
1056+
1057+
--- Bugfixes
1058+
1059+
- Fixed an issue where DynaViewer would not parse some messages correctly
1060+
1061+
--- New features
1062+
1063+
- DISMTools now includes the Linux and macOS versions of UnattendGen, and also lets you copy them to any folder
1064+
- Commands in the Help menu and the Personalization settings have been added to launch DynaViewer and the Theme Designer respectively
1065+
- Some of the messaging in the PXE Helpers menu has been slightly improved
1066+
- Bromine feature update detection has been re-implemented with correct data this time
1067+
- UnattendGen has been updated to the latest version
1068+
- Help documentation has been updated
1069+
1070+
--- Removed features
1071+
1072+
- **CODE:** non-WQL functions of HotInstall's Disk Space Checker have been removed in favor of WQL counterparts</value>
9951073
</data>
9961074
<data name="exit_full_screen_glyph" type="System.Resources.ResXFileRef, System.Windows.Forms">
9971075
<value>..\Resources\menus\exit_full_screen_glyph.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>

0 commit comments

Comments
 (0)