Skip to content

Commit fd146a1

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

File tree

5 files changed

+24
-15
lines changed

5 files changed

+24
-15
lines changed

Installer/Output/dt_setup.exe

-1.96 KB
Binary file not shown.

My Project/Resources.Designer.vb

Lines changed: 5 additions & 7 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: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,13 +1099,24 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
10991099
<data name="WhatsNew" xml:space="preserve">
11001100
<value>Bugfixes
11011101

1102-
- Fixed an issue that caused the AppX package addition dialog to show up on projects with Windows 7 images loaded
1102+
- Fixed a translation issue in the Configuration List Editor
1103+
- Fixed an issue where the AppX package information dialog would not show the path of the store logo assets and the path to the package manifest for some applications
1104+
- Fixed an issue where the path roots of the AppX package information dialog contained double backslashes ("\\")
1105+
- Fixed an issue where the driver information dialog threw an exception when loading in some cases
1106+
- Fixed an issue where the project tree view would not be cleared when entering the online installation management mode
1107+
- Fixed an issue where the "no selected items" panel of the AppX package addition dialog would not be resized when removing an entry or clearing all entries
1108+
- The AppX package information dialog no longer allows you to copy the "Asset Unavailable" resource
1109+
- The AppX package removal dialog no longer appends " (Cortana)" to the entry: "Microsoft.549981C3F5F10"
11031110

11041111
New features
11051112

1106-
- CODE: introduced the "Utilities" namespace, which removes duplicate functions and puts the original ones in a centralized location
1107-
- The package addition operation now shows a correct representation of the release type
1108-
- The capability information dialog now represents download and install sizes correctly, in case a capability's sizes need to be shown in kilobytes</value>
1113+
- Introduced the image split dialog
1114+
- The image information dialog can now be opened from the single image index error dialog
1115+
- In the online installation management mode, the AppX resource save dialog now defaults to the user's Pictures library and will default to the project directory otherwise
1116+
- The existing mount directory link now opens the mounted image picker instead of the folder browser
1117+
- The program immediately gets information about an image file now when selecting "Another image" in the image information dialog, if it had been specified
1118+
- You can now click the AppX resource save notification to view the resource
1119+
- The program directly unmounts read-only mounted images discarding changes when clicking the "Unmount image" button</value>
11091120
</data>
11101121
<data name="split_img" type="System.Resources.ResXFileRef, System.Windows.Forms">
11111122
<value>..\Resources\split_img.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.2.2391
3-
ReleaseTag = v0.3.2_pre_2391
2+
LatestVer = 0.3.2.2392
3+
ReleaseTag = v0.3.2_pre_2392
44

55
[Options]
66
MigrateSettings = False
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Version]
2-
LatestVer = 0.3.2.2391
3-
ReleaseTag = v0.3.2_pre_2391
2+
LatestVer = 0.3.2.2392
3+
ReleaseTag = v0.3.2_pre_2392
44

55
[Options]
66
MigrateSettings = False

0 commit comments

Comments
 (0)