- Fixed tooltip bug that slipped through testing - if you hovered the mouse over the program when there was no drives inserted it would create an error. Many thanks to Bruce Lightfoot for spotting this.
+ Improved error reporting, if a disk cant be ejected now - it should give a more appropriate response. (If a disk cant be ejected 99% of the time the reason is that a file or process is using the disk).
</p>
+ <h1>New in version 1.3.0.1</h1>
+ <p>
+ Fixed tooltip bug that slipped through testing - if you hovered the mouse over the program when there was no drives inserted it would create an error. Many thanks to Bruce Lightfoot for spotting this.
+ </p>
+
<h1>New in version 1.3</h1>
<p>There's been a huge number of changes since the last stable version. Most elements of the program have been rewritten. Many bugs have been fixed and there are some significant new features. You can see the<ahref="#FullChangelog"> full list</a> of changes at <ahref="#FullChangelog">the end.</a> The most important ones are listed below:</p>
<ul>
@@ -453,7 +458,7 @@ <h1 id="FullChangelog">New In This Version (The Full List of Changes)</h1>
str_Temp_Folder_Write_Error: string = 'Could not write to windows temp dir!' + #13 + 'The program will now exit';
@@ -49,14 +49,16 @@ interface
;
- str_Remove_Error_Unknown_Error = 'The disk could not be ejected - an unknown error was encountered.' + #13#13 + 'Please report this.';
+
str_Remove_Error_Drive_Not_Found = 'The disk could not be ejected - the corresponding drive letter/mountpoint could not be found.';
str_Remove_Error_Name_Not_Found = 'The disk could not be ejected - the corresponding drive name could not be found.';
str_Remove_Error_Label_Not_Found = 'The disk could not be ejected - the corresponding drive label could not be found.';
str_Remove_Error_Disk_In_Use = 'The disk could not be ejected because it is in use.' + #13 + 'Close any programs that might be using the disk and try again.';
str_Remove_Error_No_Card_Media = 'No memory card was found in the specified drive.';
- str_Remove_Error_Winapi_Error = 'The disk could not be ejected - a winapi error was encountered.' + #13#13 + 'Please report this.';
+ str_Remove_Error_Winapi_Error = 'The disk could not be ejected - a winapi error was encountered.' + #13#13 + 'This shouldn''t happen!';
str_Remove_Error_Unknown_Error_Report_Code = 'The disk could not be ejected - an unknown error was encountered.' + #13#13 + 'Error code: ';
+ str_Remove_Error_Unknown_Error = 'The disk could not be ejected.' + #13 + 'Close any programs that might be using the disk and try again.';
+ str_Remove_Error_None = 'The disk could not be ejected - but no errors were detected.' + #13#13 + 'The last error code was: ';
str_Remove_Successful = 'The disk was ejected successfully!';
0 comments on commit
9bcd049