Skip to content

Commit

Permalink
[REL] Update What's New section, and Update Info files
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingWonders committed Oct 25, 2024
1 parent c726006 commit 331fe2b
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 20 deletions.
12 changes: 7 additions & 5 deletions My Project/Resources.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 12 additions & 9 deletions My Project/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -777,18 +777,21 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
<data name="WhatsNew" xml:space="preserve">
<value>Bugfixes:

- CODE: the indentation of the PE Helper is now consistent
- Fixed an issue where the program would continue running without having .NET Framework 4.8
- Fixed an issue where the program would randomly freeze, even though it was still responding
- Fixed an issue where the program would sometimes throw an exception at startup

New features:

- Exception reporting now includes some basic information about the image you are servicing. This does not occur when managing active installations
- A new tool has been introduced that lets you manage the registry hives of the image
- You can now download Windows 11 Languages and Optional Features ISOs more easily
- Output of OSCDIMG has been improved for the Extensibility Suite
- HTML versions of Markdown reports now force UTF-8 encoding
- Fixed an issue where external links would be opened in the HTML report preview browser</value>
- CODE: the functionality for changing menu item colors has been refactored
- You can now download Windows 10 languages and FOD discs
- The Scintilla.NET component has been updated to version 5.6.2
- The computer restart popup of the OS installer has been improved
- More situations now require the registry control panel to be closed, such as loading projects or performing tasks
- The registry control panel will now close hives that are in a different location and that you have mounted
- The registry control panel has received translations

Removed features:

- The old project view has been fully removed</value>
</data>
<data name="split_img" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\split_img.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
Expand Down
6 changes: 3 additions & 3 deletions Updater/DISMTools-UCS/update-bin/preview.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Version]
LatestVer = 0.6.0.24101
ReleaseTag = v0.6_pre_24101
LatestVer = 0.6.0.24102
ReleaseTag = v0.6_pre_24102

[Options]
MigrateSettings = False
MinNoMig = 0.5.0.2433
MinNoMig = 0.6.0.24102
6 changes: 3 additions & 3 deletions Updater/DISMTools-UCS/verinfo/preview.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Version]
LatestVer = 0.6.0.24101
ReleaseTag = v0.6_pre_24101
LatestVer = 0.6.0.24102
ReleaseTag = v0.6_pre_24102

[Options]
MigrateSettings = False
MinNoMig = 0.5.0.2433
MinNoMig = 0.6.0.24102

0 comments on commit 331fe2b

Please sign in to comment.