From 713698787a40f5fc1f07dea24df536d6f269422b Mon Sep 17 00:00:00 2001 From: Lutz Date: Thu, 31 Aug 2023 18:04:57 +0200 Subject: [PATCH] New option "tcCFG_File" for get_DirSettings method. --- TESTS/DATOS_READONLY/fb2p_dbc.dbc | Bin 9463 -> 9463 bytes TESTS/DATOS_READONLY/fb2p_dbc.dct | Bin 52693 -> 53275 bytes docs/ChangeLog.md | 1 + foxbin2prg.cfg.txt | 2 +- foxbin2prg.dbc.txt | 2 +- foxbin2prg.pj2 | 2 +- foxbin2prg.prg | 3 ++- 7 files changed, 6 insertions(+), 4 deletions(-) diff --git a/TESTS/DATOS_READONLY/fb2p_dbc.dbc b/TESTS/DATOS_READONLY/fb2p_dbc.dbc index 767f4753751e8380fdfe7e2165123ef786461dee..d0a479d2ac87e5a96c672efb6f97d3a48c27a194 100644 GIT binary patch delta 15 XcmezF`Q3BFZYHK(=Qr42&BEKQT^J;M~m2bm{bDfpV|S`o(`30nqjgAOHXW delta 27 jcmbQefcffdW)231vsW1y7#KGSeqx-cz`2>3>C$NcevAnr diff --git a/docs/ChangeLog.md b/docs/ChangeLog.md index 95f06bb..a8da044 100644 --- a/docs/ChangeLog.md +++ b/docs/ChangeLog.md @@ -24,6 +24,7 @@ _**Note:** you can click on the version number for downloading this version from | Rel.Date | Developer | Version | Details | | - | - | - | - | +| 2023/08/31 | LScheffler | [v1.20.03](https://github.com/lscheffler/foxbin2prg/releases/tag/v1.20.03) | **Enhancement**: New option "tcCFG_File" for get_DirSettings method. | | 2023/08/31 | LScheffler | [v1.20.02](https://github.com/lscheffler/foxbin2prg/releases/tag/v1.20.02) | New option for parameter set config file to control the use of "regular" config files enhanced | | 2023/08/30 | LScheffler | [v1.20.01](https://github.com/lscheffler/foxbin2prg/releases/tag/v1.20.01) | **Bug Fix**: Some values of config file would not be read, if the inline comment "&&" was not in the line (LScheffler) | | | | | **Bug Fix**: Bug Fix: config file set by parameter would be ignored, if the folder contains FoxBin2Prg.cfg (LScheffler) | diff --git a/foxbin2prg.cfg.txt b/foxbin2prg.cfg.txt index fd2e8c4..33b553c 100644 --- a/foxbin2prg.cfg.txt +++ b/foxbin2prg.cfg.txt @@ -1,6 +1,6 @@ *################################################################################################################ *FOXBIN2PRG.CFG configuration options: (If no values given, these are the DEFAULTS) -*Version: v1.20.02 +*Version: v1.20.03 ***************************************************************************************************************** * Note, configuration files will follow an inheritance. diff --git a/foxbin2prg.dbc.txt b/foxbin2prg.dbc.txt index b3dc9f5..c4b3895 100644 --- a/foxbin2prg.dbc.txt +++ b/foxbin2prg.dbc.txt @@ -1,6 +1,6 @@ *################################################################################################################ *-- Individual DBF configuration file (syntax: filename.dbf.cfg) Defaults see FoxBin2prg.cfg -*Version: v1.20.02 +*Version: v1.20.03 ***************************************************************************************************************** *DBF_Conversion_Support: <0,1,2,4,8> && 0=No support, 1=Generate Header TXT only (Diff), 2=Generate Header TXT and BIN (Merge/Only Structure!), 4=Generate TXT with DATA (Diff), 8=Export and Import DATA (Merge/Structure & Data) diff --git a/foxbin2prg.pj2 b/foxbin2prg.pj2 index acf1fb3..91a743c 100644 --- a/foxbin2prg.pj2 +++ b/foxbin2prg.pj2 @@ -26,7 +26,7 @@ _LegalTrademark = "MIT License" _ProductName = "FOXBIN2PRG" _MajorVer = "1" _MinorVer = "20" -_Revision = "2" +_Revision = "3" _LanguageID = "1034" _AutoIncrement = "0" * diff --git a/foxbin2prg.prg b/foxbin2prg.prg index 1cc79e5..e429dd1 100644 --- a/foxbin2prg.prg +++ b/foxbin2prg.prg @@ -1,5 +1,5 @@ #DEFINE DN_FB2PRG_VERSION 1.20 -#DEFINE DC_FB2PRG_VERSION_REAL '1.20.02' +#DEFINE DC_FB2PRG_VERSION_REAL '1.20.03' *--------------------------------------------------------------------------------------------------- * Module.........: FOXBIN2PRG.PRG - FOR VISUAL FOXPRO 9.0 @@ -312,6 +312,7 @@ * 30/08/2023 LScheffler v1.20.01 Enhancement: New option for parameter set config file to control the use of "regular" config files * 30/08/2023 LScheffler v1.20.01 Bug Fix: Fixed problems with table config files (LScheffler) * 31/08/2023 LScheffler v1.20.02 Enhancement: New option for parameter set config file to control the use of "regular" config files enhanced. +* 31/08/2023 LScheffler v1.20.03 Enhancement: New option "tcCFG_File" for get_DirSettings method. * * *---------------------------------------------------------------------------------------------------