-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 1.1.8303 ----------------------------------------------------------------- Frontend related changes - Feature: Added chiptypes. These are: + NTAG + DESFIRE light + DESFIRE EV3 + DESFIRE is now identified including memory size e.g.: Desfire EV1 is now displayed as: Desfire EV1 (8K) - Feature: Added new Task "Common Tasks" -> "Execute external Program" + User Input: In the Textbox "Program to Execute (with Arguments)" one might insert the Program to execute. Loading Files with the default Application is supported too. Example 1 (Shell Execute): "C:\path to\app file with spaces in filename.bat" arg1 %DATE %CHIPTYPE Will execute the batch with the arguments arg1 01.01.2022 DesfireEV18k Example 2: "C:\path to\non executable file.pdf" Will open the file by using the default application (i.e. Adobe Reader) - Feature: Add one "Internal Variable" (see ver. 0.1.8231): Usage: + %n will add an integer number of length 1 to a pdf formfield the integer counts up +1 each time the variable itself has been used. Example: $JobNumber-%nn in the "Fieldvalue" Textbox will take the external argument $Jobnumer=Job1234 and fill the pdf formfield with Job1234-01 - Improvement: Set Elatec COM-Port as "USB" leads to "AutoDetect" Backend related changes - Fix: Rename Project Files after they have been saved is now possible - Fix: Extended Reader Timeout (5 Sec). Elatec TWN4 Readers are slower than PCSC - Fix: Closing Dialogs will no longer minimize Main Window
- Loading branch information
Showing
16 changed files
with
102 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.