Skip to content

Releases: LudovicRousseau/pcsc-tools

pcsc-tools 1.7.0

08 Oct 10:52
1.7.0
Compare
Choose a tag to compare

1.7.0 - 7 October 2023, Ludovic ROUSSEAU

  • 182 new ATRs
  • pcsc_scan:
    • add debug option -d
    • add PnP option -p
  • gscriptor: i18n and l10n in English (default), French and Russian
  • configure: add --enable-ATRparser=foobar to specify an ATR parser
  • minor fixes and improvements

What's Changed

  • smartcard_list: Add D-TRUST Card 4.1 Standard signature card by @hamarituc in #77

New Contributors

Full Changelog: 1.6.2...1.7.0

pcsc-tools 1.6.2

22 Jan 15:39
1.6.2
Compare
Choose a tag to compare

1.6.2 - 22 January 2023, Ludovic ROUSSEAU

Full Changelog: 1.6.1...1.6.2

pcsc-tools 1.6.1

30 Dec 13:00
1.6.1
Compare
Choose a tag to compare

1.6.1 - 30 December 2022, Ludovic ROUSSEAU

  • 196 new ATRs
  • use colors on NetBSD ("wsvt25" terminal)
  • pcsc_scan: always print the version in verbose mode

What's Changed

New Contributors

Full Changelog: 1.6.0...1.6.1

pcsc-tools-1.6.0

29 Jan 18:09
1.6.0
Compare
Choose a tag to compare

1.6.0 - 29 January 2022, Ludovic ROUSSEAU

  • 48 new ATRs
  • pcsc_scan:
    • drastically reduce the number of SCardGetStatusChange() calls
    • faster spinning animation
    • handle Ctrl-C on macOS

pcsc-tools-1.5.8

07 Nov 16:16
1.5.8
Compare
Choose a tag to compare

1.5.8 - 7 November 2021, Ludovic ROUSSEAU

  • 360 new ATRs
  • ATR_analysis:
    • fix TB2 parsing error
    • misc spelling fixes
  • pcsc_scan:
    • add maxtime option -t
    • add the option -c to list cards only once
    • no spinner in quiet mode (-q)
    • turn off colour if redirected output
    • Exit if no reader is found and -c or -r is used