mn2/mnx, problem with BAR # / PAD name

fixed https://github.com/fdbozzo/foxbin2prg/issues/61
fixed https://github.com/fdbozzo/foxbin2prg/issues/62
This commit is contained in:
Lutz
2021-04-22 17:19:13 +02:00
parent b6013e114d
commit 8c1a9c8d40
13 changed files with 26 additions and 63 deletions

View File

@@ -2,7 +2,7 @@ Lparameters toUpdateInfo
Local lcNote
With toUpdateInfo
.VersionNumber = 'v1.19.57.0'
.VersionNumber = 'v1.19.64.0'
.VersionDate = Date(2021,03,25)
.SourceFileUrl = 'http://vfpxrepository.com/dl/thorupdate/Projects/FoxBin2Prg/FoxBin2Prg.Zip'
@@ -21,7 +21,11 @@ Demo video using FoxBin2Prg with PlasticSCM: http://youtu.be/sE4wQ50Itqg
+++++++++++++++++++++++ Change History +++++++++++++++++++++++
2021-08-12 v1.19.63
2021-04-22 v1.19.64
- Bug Fix: Converting MN2 to MNX ignores the programmer-defined bar # found in "Prompt Options" screen. (Jimrnelson)
- Bug Fix: Converting MN2 to MNX ignores the programmer-defined Pad Name found in "Prompt Options" screen. (LScheffler)
2021-04-12 v1.19.63
- Bug Fix: Tables without indexes cause an error that the __Table ## is not marked as belonging to the ## database.__ (jstagerGH)
2021-03-23 v1.19.62