diff --git a/Source/BuildGoFish.h b/Source/BuildGoFish.h index e5096f6..993fcba 100644 --- a/Source/BuildGoFish.h +++ b/Source/BuildGoFish.h @@ -1,10 +1,10 @@ #DEFINE GOFISH_APP_NAME 'GoFish' #DEFINE GOFISH_APP_FILE 'GoFish.app' - #DEFINE GOFISH_VERSION '7.1.29' - #DEFINE GOFISH_BUILDDATE 'October 11, 2024' - #DEFINE GOFISH_DBUILDDATE Date(2024,10, 11) + #DEFINE GOFISH_VERSION '7.1.30' + #DEFINE GOFISH_BUILDDATE 'November 01, 2024' + #DEFINE GOFISH_DBUILDDATE Date(2024,11, 1) #DEFINE GOFISH_DOWNLOAD_URL 'https://raw.githubusercontent.com/VFPX/GoFish/master/Source/Source.zip' - #DEFINE GOFISH_VERSION_STRING_FOR_VERSION_FILE 'GoFish - 7.1.29 - October 11, 2024 - 20241011' + #DEFINE GOFISH_VERSION_STRING_FOR_VERSION_FILE 'GoFish - 7.1.30 - November 01, 2024 - 20241101' #DEFINE THOR_TOOL_NAME 'Thor_Tool_GoFish' #DEFINE VERSON_FILE_URL 'https://github.com/VFPX/GoFish/_GoFishVersionFile.txt' #DEFINE VERSION_LOCAL_FILE 'GoFishVersionFile.txt' diff --git a/Source/BuildNumber.txt b/Source/BuildNumber.txt index d99e90e..8580e7b 100644 --- a/Source/BuildNumber.txt +++ b/Source/BuildNumber.txt @@ -1 +1 @@ -29 \ No newline at end of file +30 \ No newline at end of file diff --git a/Source/GoFish.APP b/Source/GoFish.APP index 7ab451d..5484639 100644 Binary files a/Source/GoFish.APP and b/Source/GoFish.APP differ diff --git a/Source/GoFish.pjt b/Source/GoFish.pjt index 47709c2..07c62b9 100644 Binary files a/Source/GoFish.pjt and b/Source/GoFish.pjt differ diff --git a/Source/GoFish.pjx b/Source/GoFish.pjx index b3860ff..ae32f97 100644 Binary files a/Source/GoFish.pjx and b/Source/GoFish.pjx differ diff --git a/Source/Lib/gofishui.VCT b/Source/Lib/gofishui.VCT index e0f23b3..712d0ea 100644 Binary files a/Source/Lib/gofishui.VCT and b/Source/Lib/gofishui.VCT differ diff --git a/Source/Lib/gofishui.gf_combosearchexpressionhistory.vc2 b/Source/Lib/gofishui.gf_combosearchexpressionhistory.vc2 index 8e5e403..23c3286 100644 --- a/Source/Lib/gofishui.gf_combosearchexpressionhistory.vc2 +++ b/Source/Lib/gofishui.gf_combosearchexpressionhistory.vc2 @@ -107,7 +107,7 @@ DEFINE CLASS gf_combosearchexpressionhistory AS combobox Scan For m.llNoFilter Or lcScope==Lower(Trim(scope)) - lcItem = Alltrim(Lower(Expression)) + lcItem = Alltrim(Expression) lItemExists = .F. && assume the value isn't in the list. For i = 1 To This.ListCount diff --git a/Source/Lib/gofishui.vcx b/Source/Lib/gofishui.vcx index dbdb7f4..b79a230 100644 Binary files a/Source/Lib/gofishui.vcx and b/Source/Lib/gofishui.vcx differ diff --git a/Source/Source.zip b/Source/Source.zip index aff7ec0..e48e087 100644 Binary files a/Source/Source.zip and b/Source/Source.zip differ diff --git a/_GoFishVersionFile.txt b/_GoFishVersionFile.txt index 85062af..7def9fc 100644 --- a/_GoFishVersionFile.txt +++ b/_GoFishVersionFile.txt @@ -9,6 +9,10 @@ Text to lcNote NoShow --- +## Version 7.1.30 - 2024-11-01 + +- Drop-down for search combo box now shows original case instead of converting to lower case (#306) + ## Version 7.1.29 - 2024-10-11 New options on "New in V7" page of Options screen: @@ -195,18 +199,14 @@ Concept and code suggestions for this courtesy of Mike Yearwood. - If you use '*' as the extension, GF may be bogged down searching files not of interest (such as text files created from binaries, or bak files). - Bugs fixed: - Sorting on full path of file name. - - Elapsed time was not including time to save results. - -## Version 7.0.33 - 2024-05-25 - -- Add new item "Project in CurDir" to scope type dropdown (#2 + - Elapsed time w EndText * For GF, strip off links at top of change log lcNote = Substr(lcNote, At('--', lcNote)) lcNote = Alltrim(lcNote, 1, ' ', '-', Chr(13), Chr(10)) -AddProperty(toUpdateInfo, 'AvailableVersion', 'GoFish - 7.1.29 - October 11, 2024 - 20241011') +AddProperty(toUpdateInfo, 'AvailableVersion', 'GoFish - 7.1.30 - November 01, 2024 - 20241101') AddProperty(toUpdateInfo, 'SourceFileUrl', 'https://raw.githubusercontent.com/VFPX/GoFish/master/Source/Source.zip') AddProperty(toUpdateInfo, 'LinkPrompt', 'GoFish Home Page') AddProperty(toUpdateInfo, 'Link', 'https://github.com/VFPX/GoFish') diff --git a/docs/ChangeLog.md b/docs/ChangeLog.md index b89338d..06f95c3 100644 --- a/docs/ChangeLog.md +++ b/docs/ChangeLog.md @@ -6,6 +6,10 @@ --- +## Version 7.1.30 - 2024-11-01 + +- Drop-down for search combo box now shows original case instead of converting to lower case (#306) + ## Version 7.1.29 - 2024-10-11 New options on "New in V7" page of Options screen: