Skip to content

RFiDGear v1.1.8306

Compare
Choose a tag to compare
@c3rebro c3rebro released this 27 Sep 23:03
· 30 commits to master since this release

Version 1.1.8306

Frontend related changes

  • Feature: "Save Project As" will ask, if one would like to set the saved
    project as "default". This will load the project automatically
    if the setting "load projects on start" is set.
  • Improvement: Reordered Menu Items

Backend related changes

  • Feature: "Dollar" arguments could be logically checked by "check logic condition" task:
    Example: Create a "Check Logic Condition" Task of Checktype "Compare".
    Then add a argument with compare operation like i.e. $CardType!=Desfire.
    The Result will be NoError if the argument given when starting rfidgear
    was $CardType=Desfire.
    One might also Check for variable existance with: $CardType!= or $CardType==

  • Improvement: InitialDirectory of SaveReportTask is set to argument "REPORTTARGETPATH"

  • Fix: internal variable %n was not identified as variable and therefore only worked
    in conjunction with other variables

  • Fix: Update function: Missing access rights to log directory leads to
    update installation fail