- Update Free CCID driver from 1.5.0 to 1.5.2 (release notes for 1.5.1, release notes for 1.5.2)
- Added support for a few new devices.
- Fix for an issue with AlcorMicro AU9560 and high-speed cards (see upstream's blog article).
- Minor fixes.
- Update PC/SC-Lite from 1.9.8 to 1.9.9 (release notes).
- Minor fixes (note: a few significant bugfixes from 1.9.9 had already been cherry-picked by us previously).
- Partial fix for
Inbound transfer overflow
USB issue.- (Note: Sometimes this error indicates a problem in the client application, not in the Smart Card Connector - see #136.)
- Fix incorrect type declarations in api.js.
- The users of this library should pass data arrays as
ArrayBuffer
, not as arrays of bytes-numbers (see #805).
- The users of this library should pass data arrays as
- Add warning logs when client application sends concurrent PC/SC calls (which is disallowed but "happens to mostly work" as of now).
- WARNING for client application developers: If your application triggers these logs, please fix your application. In some future release, we'll tighten this check by forcing such requests be executed sequentially.
- Logging improvements:
- Write logs to
systemLog
, when available (i.e., on ChromeOS >=111). It makes the logs automatically added to feedback reports. Also it makes the logs appear atchrome://device-log
. - Remove misleading warning logs when unplugging a reader or switching to ChromeOS Lock Screen.
- Write logs to