Skip to content

RFiDGear v1.1.8303

Compare
Choose a tag to compare
@c3rebro c3rebro released this 25 Sep 21:11
· 31 commits to master since this release

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