Releases: LudovicRousseau/pcsc-tools
Releases · LudovicRousseau/pcsc-tools
1.7.2
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
Full Changelog: 1.7.1...1.7.2
pcsc-tools 1.7.1
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
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
- @hamarituc made their first contribution in #77
Full Changelog: 1.6.2...1.7.0
pcsc-tools 1.6.2
1.6.2 - 22 January 2023, Ludovic ROUSSEAU
- 18 new ATRs
- smartcard_list.txt moved to https://pcsc-tools.apdu.fr/smartcard_list.txt
Full Changelog: 1.6.1...1.6.2
pcsc-tools 1.6.1
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
- Fix Hungarian eID URL by @melak in #54
- Update smartcard_list.txt by @bence98 in #55
- update ATR name by @henning-schild in #57
- Fix typos in card list: healt -> health by @pont-us in #58
- Add 6 issuer card ATR descriptions by @mrautio in #64
- Updated Finnish-related info in smartcard_list.txt to make it up to date by @silpol in #67
New Contributors
- @melak made their first contribution in #54
- @bence98 made their first contribution in #55
- @henning-schild made their first contribution in #57
- @pont-us made their first contribution in #58
- @mrautio made their first contribution in #64
- @silpol made their first contribution in #67
Full Changelog: 1.6.0...1.6.1
pcsc-tools-1.6.0
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
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