VNPAY Signer version history - 3 versions
VNPAY Signer by VNPAY
VNPAY Signer version history - 3 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.0.2
Released Jul 22, 2026 - 528.13 KBWorks with firefox 140.0 and later, android 142.0 and later- Reverse domain name corrected — Native app ID changed from
com.vnpay.signertovn.vnpay.signer(proper reverse-domain format). All references updated: extension code, tests, README, and onboarding docs. - Permission flow responsiveness — Fire-and-forget pattern applied to native messaging calls in the permission flow. Background handler no longer blocks popup response while the content script retries through the native host (USB token signing can take seconds).
- Popup dismiss handling — PermissionGate now auto-rejects when the user dismisses the popup by clicking outside (via
blurevent), preventing hung permission prompts.
Source code released under All Rights Reserved
- Reverse domain name corrected — Native app ID changed from
Older versions
Version 1.0.1
Released Jul 20, 2026 - 528.07 KBWorks with firefox 140.0 and later, android 142.0 and later- Decoupled status check & certificate retrieval — Previously
handleSyncbundled both connection check and certificate list fetching into a single call. Now separated:checkStatusonly pings connection state;getCertsis called automatically via auseEffectwatcher when online status is detected. Users will see faster UI feedback and fewer hangs. - Fixed expiration date display bug — Certificates with invalid dates were incorrectly shown as
active. Now correctly displayed asexpired. - UI improvements — Certificate panel header is always visible (even when no data is loaded), and the sync button is disabled while loading. Popup header auto-hides when the permission request screen (PermissionGate) is shown.
Source code released under All Rights Reserved
- Decoupled status check & certificate retrieval — Previously
Version 1.0.0
Released Jul 16, 2026 - 528.15 KBWorks with firefox 140.0 and later, android 142.0 and laterSource code released under All Rights Reserved