diff --git a/FoxBin2PRGVersionFile.txt b/FoxBin2PRGVersionFile.txt index e51b6aa..e033625 100644 --- a/FoxBin2PRGVersionFile.txt +++ b/FoxBin2PRGVersionFile.txt @@ -3,7 +3,7 @@ Lparameters toUpdateInfo Local lcNote With toUpdateInfo .VersionNumber = 'v1.19.38' - .VersionDate = Date(2014,12,04) + .VersionDate = Date(2014,12,13) .SourceFileUrl = 'http://vfpxrepository.com/dl/thorupdate/Projects/FoxBin2Prg/FoxBin2Prg.Zip' .Link = 'http://vfpx.codeplex.com/wikipage?title=FoxBin2PRG' @@ -17,8 +17,10 @@ Demo video using FoxBin2Prg with PlasticSCM: http://youtu.be/sE4wQ50Itqg Change History ------------------------------------------------------------- -2014/12/04 v1.19.38 -- +2014/12/13 v1.19.38 +- Feature: Now is possible to use FoxBin2Prg for batch conversions directly from the File Explorer, without the need of vbs scripts, that sometimes can make trouble or are not permitted by IT department (Francisco Prieto) +- Feature: Enhanced Multilanguage support by 3 ways: 1-Automatic [DEFAULT] (depending on VERSION(3)); 2-By parameter, using the new method ChangeLanguage(); 3-Using the new setting "Language" in foxbin2prg.cfg +- Feature: Detection of duplicated methods on vc2/sc2 files to notify those cases of vcx/scx file corruption (Álvaro Castrillón) 2014/11/30 v1.19.37 - Feature: Added Class per file support, configurable with UseClassPerFile:1 (Ryan Harris/Lutz Scheffler) diff --git a/foxbin2prg.exe b/foxbin2prg.exe index bc0aabe..5de752b 100644 Binary files a/foxbin2prg.exe and b/foxbin2prg.exe differ