Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DISMTools 0.4.2 Update 1 (March 2024 Update) #109

Merged
merged 22 commits into from
Mar 30, 2024
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
7793bc2
Update assembly information
CodingWonders Mar 21, 2024
5e245d5
Fixed splash screen opacity issues
CodingWonders Mar 1, 2024
eff5303
Fixed exception
CodingWonders Mar 16, 2024
0625488
Select the file we want to point to in File Explorer
CodingWonders Mar 9, 2024
45d0ddd
Add possible fix to freezing issue
CodingWonders Mar 10, 2024
cb86cfb
Don't show update recommendation on nightly versions of DT
CodingWonders Mar 10, 2024
8b0ec99
Add better exception handling
CodingWonders Mar 10, 2024
f4a5d23
Add basic computer information to error in case of an internal error
CodingWonders Mar 15, 2024
69d124a
Show more information when downloading from App Installer packages
CodingWonders Mar 15, 2024
f663f45
Added image export capabilities, and fixed some coloring and progress…
CodingWonders Mar 8, 2024
6c64dba
Fixed exception
CodingWonders Mar 24, 2024
31fe058
Access background processes panel with a keyboard shortcut
CodingWonders Mar 24, 2024
79bfa79
Begin experimental video playback implementation
CodingWonders Mar 19, 2024
c58815c
Add video playback support for tutorial videos
CodingWonders Mar 19, 2024
7951e37
Tutorial Video update - 2024/03/24
CodingWonders Mar 24, 2024
82aeb99
Enhanced video player
CodingWonders Mar 24, 2024
5202204
Add manual configurator for IE browser emulation
CodingWonders Mar 24, 2024
631526c
Finish tutorial video panel design
CodingWonders Mar 25, 2024
193d5f1
Make use of video feed from dedicated repo
CodingWonders Mar 26, 2024
78c8850
Added error handling to video functions
CodingWonders Mar 26, 2024
58d52ba
Prepare backport
CodingWonders Mar 26, 2024
d5a4e68
Update What's New section, and new Update System information files
CodingWonders Mar 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed exception
CodingWonders committed Mar 24, 2024
commit 6c64dba94b8d3a872ec6bcd28bd14f2bf8a435d9
Binary file modified Installer/Output/dt_setup.exe
Binary file not shown.
4 changes: 3 additions & 1 deletion Panels/Img_Ops/Drivers/ImportDrivers.vb
Original file line number Diff line number Diff line change
@@ -17,7 +17,9 @@ Public Class ImportDrivers
MsgBox(msg, vbOKOnly + vbInformation, Label1.Text)
Exit Sub
Else
If DIList(ListView1.FocusedItem.Index).Name = Path.GetPathRoot(Environment.GetFolderPath(Environment.SpecialFolder.Windows)) Then ImportSourceInt = 1
If ListView1.SelectedItems.Count = 1 Then
If DIList(ListView1.FocusedItem.Index).Name = Path.GetPathRoot(Environment.GetFolderPath(Environment.SpecialFolder.Windows)) Then ImportSourceInt = 1
End If
Select Case ImportSourceInt
Case 0
If TextBox1.Text <> "" Then