[Esta versión sustituye a la v1.19.42 oficial]

- Quitado el mensaje de confirmación cuando se usa en modo Query desde sccapi o cuando se ejecuta sin parámetros
- En get_DirSettings devolver siempre un objeto, y si no hay crear uno con la config por defecto.
This commit is contained in:
fdbozzo
2015-04-18 20:45:20 +02:00
parent caf29ab5ff
commit f19a312e85
4 changed files with 21 additions and 8 deletions

View File

@@ -32,7 +32,7 @@ Change History -------------------------------------------------------------
- Bug Fix pjx/pj2: If end of line (CR+LF) is used on pjx's "Build" properties data, generated pj2 is malformed
- Feature: Default foxbin2prg.cfg configuration file renamed to foxbin2prg.cfg.txt to no overwrite user cfg (Lutz Scheffler)
- Added DOS errOut output support and implemented in writeErrorLog when logging errors
- Feature: Added full support for *? file masks for multi-processing files of the same extension
- Feature: Added full support for *? file masks for multi-processing files of the same extension (Lutz Scheffler)
- Feature (API): Added new parameter to allow alternative main CFG (Lutz Scheffler)
- Feature (API): Added new get_Processed() method for obtaining information about processed files (Lutz Scheffler)
- Feature: Added new file processing output to DOS stdOut (Lutz Scheffler)