Releases: c3rebro/RFiDGear
RFiDGear v1.10.9054
Version 1.10.9054
Backend related changes:
- fix: logging facility produced an error in commontaskvm
- new feature: arguments with "$" will be replaced in commontaskvm of type "execute program"
RFiDGear v1.9.8941
Version 1.9.8941
Backend related changes:
- fix: parameter position "autorun" is not mandatory anymore
- fix: parameter position "customprojectfile" is not mandatory anymore
Full Changelog: v1.9.8843...v1.9.8941
RFiDGear v1.9.8843
Version 1.9.8843
Backend related changes:
- ReaderDevice Improvement: Upgraded Elatec.NET to v0.4
- Reimplementation of Leosac's LibLogicalAccess Library to support PCSC Readers
- Installer: Create a new EventSource "CardCheckAssistant"
Full Changelog: v1.8.8819...v1.9.8843
RFiDGear v1.8.8821
Version 1.8.8821
Frontend related changes
- Feature: "Checkpoints" now do have a "header number"
- Feature: "Checkpoints" now do have a context-menu "copy / paste"
- Feature: "Checkpoints" can now be created on the cursor position instead of "only at the end"
- Improvement: Auto scroll feature. Scrolling down when a tasklist executes now also
keep the most left cell in focus.
Backend related changes
- ReaderDevice Improvement: Upgraded Elatec.NET to v0.2 in order to utilize async/await
- App ID Length limited to 8 digits
- Improvement: converted most of the Methods to utilize async/await
- Logging: Log to Windows Event Viewer with new Source "RFiDGear"
- Installer: Create a new EventSource "RFiDGear"
RFiDGear v1.7.8670
Version 1.7.8670
Frontend related changes
- Improvement: Set FitToContent = Width
Backend related changes
- Improvement: Stability on COMPort Access
RFiDGear v1.6.8657
Version 1.6.8657
Backend related changes
- BugFix: Detection of lfTags in Task: "Detect MultiType Chip"
RFiDGear 1.5.8605
Version 1.5.8605
Frontend related changes
- Feature: "Help" -> "Changelog" will show up this info.
- Improvement: Auto scroll feature. Scrolling down when a tasklist executes now also
keep the most left cell in focus.
Backend related changes
- Feature: Added internal variable
- CUSTOMPROJECTFILE="C:\Path\where\project-file\is\placed.rfprj" would load the
specified project file.
NOTE: When a projectfile gets loaded, its fullpath is memorized.
This enables the AUTORUN=1 feature to start all tasks once. If
the CUSTOMPROJECTFILE is used instead, the last used project is ignored
- CUSTOMPROJECTFILE="C:\Path\where\project-file\is\placed.rfprj" would load the
RFiDGear v1.4.8535
Version 1.4.8535
Backend related changes
- BugFIX: Set "HFTag" as default Tagtype. Currently i do not switch between different
Reader Tag Types. LF Tags and Legic storage services are not implemented yet.
RFiDGear v1.4.8528
Version 1.4.8528
Backend related changes
- Feature: Added Support for MultiTag (Desfire + Legic Prime) recognition
RFiDGear v1.3.8451
Backend related changes
- Feature: Added internal variables
-
%EXIT will immediatly exit rfidgear
-
adding a question-mark to the REPORTOUTPUTPATH variable will add a counter
to the resulting filename i.e.
REPORTOUTPUTPATH="C:\Path\where\Report\is\placed-??.pdf" would be replaced to
REPORTOUTPUTPATH="C:\Path\where\Report\is\placed-01.pdf" where always +1
would be added to any existing filename matching.Notes: File must end with ".pdf"; The ?? must be the last character before
the .pdf file extension. Available digits are: ?, ?? and ???
-