Skip to content

Commit 48a2dd6

Browse files
committed
[REL] Update What's New section and new Update Info files
1 parent 57b34c4 commit 48a2dd6

File tree

4 files changed

+23
-25
lines changed

4 files changed

+23
-25
lines changed

My Project/Resources.Designer.vb

+9-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

My Project/Resources.resx

+8-15
Original file line numberDiff line numberDiff line change
@@ -929,24 +929,17 @@ GPT ATTRIBUTES=0x8000000000000001</value>
929929
<data name="WhatsNew" xml:space="preserve">
930930
<value>Bugfixes:
931931

932-
- Fixed an issue where the program would sometimes throw an exception when saving settings (#205, thanks @Dretreyt for spotting)
933-
- Fixed an issue where Windows 8 and 10 detection functions for background processes would sometimes throw exceptions (#206, thanks @arielsil for spotting)
934-
- Fixed an issue where background processes would sometimes not start after mounting a Windows image, causing you to reload the projects (#208, #210, thanks @novice55 for spotting)
935-
- Fixed an issue where the program would throw an exception when creating a new project from within the online and/or offline installation management modes (#209, thanks @webber3242 for spotting)
936-
- Fixed an issue where the program would throw an exception when using keyboard combinations to access items in the recent projects list if there were no items
932+
- Fixed an issue where feature disablement would not be possible due to a DynaLog logger issue
933+
- WIMBoot options are no longer enabled if the Windows image being serviced does not contain Windows 8.1 (#211, thanks @arielsil and @dede333)
937934

938935
New features:
939936

940-
- DynaLog has been applied to the whole codebase
937+
- HotInstall has been updated to the latest version
938+
- You can now view a bit more information when specifying the image index for your Windows image by typing "INFO"
941939
- UnattendGen has been updated to the latest version
942-
- You can now tell the unattended answer file to use a configuration set or distribution share
943-
- Applying unattended answer files from within DISMTools is faster now
944-
- The PE Helper now supports initiating OS installations from within full Windows environments, thanks to HotInstall
945-
- The following components have been updated to their latest versions:
946-
- ManagedDism -&gt; 3.3.0
947-
- Markdig -&gt; 0.40.0
948-
- Scintilla.NET -&gt; 5.6.5
949-
- You can now press Alt + U to restart background processes on demand
950-
- Operation logs can now be opened with the editor of your choosing if the operations have failed</value>
940+
- You can now configure post-installation scripts for your unattended answer files
941+
- When you change the computer name to an empty value, you won't be annoyed to put a computer name as much
942+
- DynaLog logging can now be disabled on demand, and you can now configure the editor to open operation logs from within the Options dialog
943+
- DISM output is now redirected to the progress panel</value>
951944
</data>
952945
</root>
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[Version]
2-
LatestVer = 0.6.1.2511
3-
ReleaseTag = v0.6.1_pre_2511
2+
LatestVer = 0.6.1.2512
3+
ReleaseTag = v0.6.1_pre_2512
44

55
[Options]
66
MigrateSettings = False
7-
MinNoMig = 0.6.1.2511
7+
MinNoMig = 0.6.1.2512
+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[Version]
2-
LatestVer = 0.6.1.2511
3-
ReleaseTag = v0.6.1_pre_2511
2+
LatestVer = 0.6.1.2512
3+
ReleaseTag = v0.6.1_pre_2512
44

55
[Options]
66
MigrateSettings = False
7-
MinNoMig = 0.6.1.2511
7+
MinNoMig = 0.6.1.2512

0 commit comments

Comments
 (0)