From 56b0a1fc7e6806e69f1276cd0d1a3bb9e388490b Mon Sep 17 00:00:00 2001 From: fdbozzo <> Date: Sat, 24 Mar 2018 16:49:39 +0100 Subject: [PATCH] Updated version file --- FoxBin2PRGVersionFile.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/FoxBin2PRGVersionFile.txt b/FoxBin2PRGVersionFile.txt index e96dd06..c27970f 100644 --- a/FoxBin2PRGVersionFile.txt +++ b/FoxBin2PRGVersionFile.txt @@ -3,7 +3,7 @@ Lparameters toUpdateInfo Local lcNote With toUpdateInfo .VersionNumber = 'v1.19.51' - .VersionDate = Date(2018,03,16) + .VersionDate = Date(2018,03,24) .SourceFileUrl = 'http://vfpxrepository.com/dl/thorupdate/Projects/FoxBin2Prg/FoxBin2Prg.Zip' .Link = 'https://github.com/fdbozzo/foxbin2prg/wiki' @@ -21,9 +21,10 @@ Demo video using FoxBin2Prg with PlasticSCM: http://youtu.be/sE4wQ50Itqg Change History ------------------------------------------------------------- -2018-03-16 v1.19.51 +2018-03-24 v1.19.51 - Add LOG info about config.fpw used and CodePage - Enhanced HELP dialog info when running FoxBin2Prg with double-click +- Feature: Added automatic default language recognition for the supported ones (FR,DE,SP,EN) 2018-03-15 v1.19.50.3 - Bug Fix: When adding some non-VFP text files like html,css,etc, in the text section of the project, FoxBin2Prg does not keep this selection when regenerating the PJX, leaving them in the files section (Darko Kezic)