Chromeos Smart Card Connector Versions Save

Smart Card Connector App for Chrome OS

1.3.12.0

1 year ago
  • Update Free CCID driver from 1.5.1 to 1.5.2 (release notes)
    • Added support for a few new devices.
    • Fix for an issue with AlcorMicro AU9560.

1.3.11.0

1 year ago
  • Update Free CCID driver from 1.5.0 to 1.5.1 (release notes).
    • Added support for a few new devices.
    • Minor fixes.
  • Update PC/SC-Lite from 1.9.8 to 1.9.9 (release notes).
    • Minor fixes (note: other bugfixes were already adopted 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.)
  • Add warning logs when client application sends concurrent PC/SC calls (which is disallowed).
    • 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.

1.3.10.1

1 year ago
  • Enable the ACS ACR122U PICC smart card reader.
  • Allowlist Ujambo kiosk apps.
  • Fix smart card client library crashes when there's no background page.

1.3.9.3

1 year ago
  • Update Free CCID driver from 1.4.36 to 1.5.0 (release notes).
  • Update PC/SC-Lite from 1.9.3 to 1.9.8 (release notes for 1.9.4, release notes for 1.9.5, release notes for 1.9.6, release notes for 1.9.7, release notes for 1.9.8). Main highlights:
    • fix race conditions;
    • fix memory leaks;
    • fix handle leaks and spurious PC/SC API failures on reader disconnection;
    • reduce spurious error logs on reader disconnection.
  • Fix ChromeOS lock-screen flaky access issues (on USB interface claiming).
  • Add ChromeOS Terminal (System Web App) into the trusted client list.
  • Add the scard_disconnect_fallback_client_app_ids admin policy. It allows to workaround client errors that try to switch card protocols without resetting the card (#704).
  • Fix memory issues in the USB layer.
  • Minor logging improvements.

1.3.9.1

1 year ago

1.3.8.0

1 year ago

An off-cycle release to publish the regression fix in the client JS library (fixes the addOnDisposeCallback method being unavailable).

It's also the first release in which we offer an (experimental) ES module version and the support for Service Workers for the client JS library.

1.3.7.2

2 years ago

Warning: the standalone smart card client library regressed in this version: addOnDisposeCallback method became inaccessible.

1.3.7.0

2 years ago

1.3.6.0

2 years ago
  • Fix regression with bytes incorrectly serialized in the single-message-based protocol (used by some smart card applications).

1.3.5.0

2 years ago
  • Update Free CCID driver to 1.4.34 (release notes).
  • Update PC/SC-Lite to 1.9.1 (release notes).
  • Improvement for crash loop detection for troubleshooting.
  • UI improvements (typos in the permission dialog).
  • Logging improvements for troubleshooting.
  • Internal rework in preparation for migration to WebAssembly.