Skip to content

Commit c9f7d0b

Browse files
committed
Update What's New section and update information and binaries
1 parent 6689274 commit c9f7d0b

File tree

6 files changed

+17
-16
lines changed

6 files changed

+17
-16
lines changed

Installer/Output/dt_setup.exe

1010 Bytes
Binary file not shown.

My Project/Resources.Designer.vb

Lines changed: 8 additions & 3 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: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,18 +1072,14 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
10721072
<data name="WhatsNew" xml:space="preserve">
10731073
<value>Bugfixes
10741074

1075-
- Fixed an issue where the progress panel would not be positioned correctly when performing image operation-related direct actions, after waiting for background processes to be completed while their details panel was focused
1076-
- Fixed an issue where the splash screen would be in front of the initial setup screen, thanks abbodi1406 for spotting the issue!
1077-
- The program now ships 32-bit and 64-bit 7-Zip binaries, and uses the right binary according to the architecture of the OS, thanks abbodi1406 for spotting the issue!
1078-
- Fixed an issue where AppX package information would not be displayed on applications packaged with the MSIX Packaging Tool
1075+
- Fixed an issue where the program opened the resource directory of an AppX package instead of the actual resource file if the directory only contained 1 file in it
10791076

10801077
New features
10811078

1082-
- "Element independence" now affects the operation of adding AppX packages. Element independence allows you to set settings for individual Elements as opposed to having those apply to all Elements
1083-
- The AppX regions group box is no longer enabled if the version of the specified DISM executable is not 10.0 or greater
1084-
- The program no longer relies on an in-house XML deserializer and instead relies on the deserializer provided by the `System.Xml` namespace now
1085-
- You can now perform other tasks while background processes for specific elements are being run
1086-
- The program no longer allows you to remove AppX packages from Windows Server Core images without the Desktop Experience feature enabled</value>
1079+
- The program no longer uses the system DISM at all times if the user specified a custom DISM executable
1080+
- Introduced the driver information dialog
1081+
- You can now see the architecture of a driver file when adding it
1082+
- To avoid creating big log files, the program no longer gets driver information if a file targets more than 10 devices</value>
10871083
</data>
10881084
<data name="jumpto" type="System.Resources.ResXFileRef, System.Windows.Forms">
10891085
<value>..\Resources\jumpto.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Version]
2-
LatestVer = 0.3.1.2381
3-
ReleaseTag = v0.3.1_pre_2381
2+
LatestVer = 0.3.1.2382
3+
ReleaseTag = v0.3.1_pre_2382
44

55
[Options]
66
MigrateSettings = False
0 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Version]
2-
LatestVer = 0.3.1.2381
3-
ReleaseTag = v0.3.1_pre_2381
2+
LatestVer = 0.3.1.2382
3+
ReleaseTag = v0.3.1_pre_2382
44

55
[Options]
66
MigrateSettings = False

0 commit comments

Comments
 (0)