Skip to content

Releases: LudovicRousseau/pcsc-tools

1.7.2

11 Aug 13:20
1.7.2
Compare
Choose a tag to compare

1.7.2 - 10 August 2024, Ludovic ROUSSEAU

  • 191 new ATRs
  • provide meson configuration file
  • improve pcsc_scan Windows support
    • Use Ctrl-C also on Windows
    • Windows can also use option -n
    • better output on Windows dumb terminals
  • minor fixes and improvements

What's Changed

  • Initialize the reader state structure to 0 by @nacho in #83
  • smartcard_list: Add D-Trust Card 5.1/5.4 card by @hamarituc in #84

New Contributors

  • @nacho made their first contribution in #83

Full Changelog: 1.7.1...1.7.2

pcsc-tools 1.7.1

11 Aug 13:19
1.7.1
Compare
Choose a tag to compare

1.7.1 - 30 December 2023, Ludovic ROUSSEAU

  • 64 new ATRs
  • configure: Use ATR_analysis by default on GNU/Linux
  • improve Windows support

Full Changelog: 1.7.0...1.7.1

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
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