File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Option Explicit
55
66'************************************************************************
77'modRunAsTI - Run As TrustedInstaller
8- 'Version: 2.2 (May 31 2022) :: twinBASIC x64 Port (Dec 03 2022)
8+ 'Version: 2.3 (Dec 03 2022) :: twinBASIC x64 Port (Dec 03 2022)
99'Author: Jon Johnson (fafalone) (see project thread for full credits)
1010'Project thread: https://www.vbforums.com/showthread.php?895287
1111'
@@ -42,6 +42,12 @@ Option Explicit
4242' call this, the initialization procedure will run again
4343' the next time LaunchAsTI is called.
4444'
45+ 'Version 2.3 Changes
46+ '
47+ '-twinBASIC version:
48+ ' -Path entry now supports Unicode
49+ ' -TextBox replaced with ComboBox using MRU list
50+ ' -File picker added to browse for program
4551'
4652'Version 2.2 changes:
4753'
You can’t perform that action at this time.
0 commit comments