From fa5bb1d4fe35a00dae10736bafd436cf61846f55 Mon Sep 17 00:00:00 2001 From: fdbozzo <> Date: Sat, 24 Mar 2018 16:59:30 +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 c27970f..1aa312c 100644 --- a/FoxBin2PRGVersionFile.txt +++ b/FoxBin2PRGVersionFile.txt @@ -15,7 +15,7 @@ Developed by Fernando D. Bozzo - GitHub: https://github.com/fdbozzo/foxbin2prg FoxBin2Prg is a 2-way conversor for Visual FoxPro 9 binary files intended to be used with SCM tools (Diff and Merge operations) or just for backup -Supported formats are: PJX, PJM, SCX, VCX, FRX, LBX, MNX, DBC, DBF +Supported formats are: PJX, PJM, SCX, VCX, FRX, LBX, MNX, DBC, DBF, FKY Demo video using FoxBin2Prg with PlasticSCM: http://youtu.be/sE4wQ50Itqg @@ -24,7 +24,8 @@ Change History ------------------------------------------------------------- 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) +- Feature: Added automatic default language recognition for the supported ones (FR,DE,ES,EN) +- Feature: FKY file structure support (MACRO exporting to text fk2) 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)