diff --git a/.gitignore b/.gitignore index ad42bfb..feac9fe 100644 --- a/.gitignore +++ b/.gitignore @@ -58,5 +58,8 @@ publish/ # ─── claude-code workspace artefacts (per-developer, never commit) ─────────── .claude/ +# ─── Landing page (deployed manually to a private host; not part of the repo) ─ +landing/ + # ─── Password-manager export files (real plaintext credentials — test only) ── pm-export/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 779f777..516fc58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0] - 2026-06-04 + +### Added +- **Cluster 5 UX**: toast notifications, idle auto-lock with countdown warnings + (including a 10s warning for the 30s tier), inline form validation, Activity Log + with CSV export, illustrated empty states, forgot-password and clear-vault flows. +- **TOTP / 2FA** (RFC 6238) with import via QR code, `otpauth://` URI or manual seed. +- **Compromised-password check** via Have I Been Pwned (k-anonymity, opt-in). +- **Identity fields**: Middle name, Company, Username. + +### Changed +- **Full localization** in 6 languages (IT/EN/FR/DE/ES/PT). +- App and installer version bumped to **2.0.0**; browser extensions to 1.0.1. + +### Fixed +- Dark theme: unreadable secondary text and markers in the Verifier "Vault" tab. +- Browser extension: invisible popup action icons (copy username/password). +- Import: robust handling of Bitwarden / CSV / 1PUX, including encrypted, ZIP and + unsupported files. + ## [1.0.12] - 2026-05-05 ### Changed diff --git a/README.md b/README.md index d7ae25d..2695711 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,8 @@ PassKey stores your passwords, credit cards, identities, and secure notes in a l > **Requirements:** Windows 10 version 1809 (build 17763) or later, x64 processor. > No .NET runtime required — PassKey is fully self-contained. +📋 See the [Changelog](CHANGELOG.md) for the full release history. + > ⚠️ **SmartScreen warning:** PassKey v1.0 is signed with a self-signed certificate. Windows may show an "Unknown publisher" warning. Click **More info → Run anyway** to proceed. This will be resolved with a commercial certificate in a future release. --- @@ -101,13 +103,6 @@ The browser extension requires PassKey Desktop to be installed and running. See Settings

-### Installer - -

- Installer — select folder - Installer — complete -

- --- ## 🏗️ Architecture at a Glance diff --git a/docs/assets/img/installer/01.png b/docs/assets/img/installer/01.png deleted file mode 100644 index ac2563c..0000000 Binary files a/docs/assets/img/installer/01.png and /dev/null differ diff --git a/docs/assets/img/installer/02.png b/docs/assets/img/installer/02.png deleted file mode 100644 index e05ed08..0000000 Binary files a/docs/assets/img/installer/02.png and /dev/null differ diff --git a/docs/assets/img/installer/03.png b/docs/assets/img/installer/03.png deleted file mode 100644 index 3c5639f..0000000 Binary files a/docs/assets/img/installer/03.png and /dev/null differ diff --git a/docs/assets/img/installer/04.png b/docs/assets/img/installer/04.png deleted file mode 100644 index 83bd9ae..0000000 Binary files a/docs/assets/img/installer/04.png and /dev/null differ diff --git a/docs/assets/img/installer/05.png b/docs/assets/img/installer/05.png deleted file mode 100644 index beecb83..0000000 Binary files a/docs/assets/img/installer/05.png and /dev/null differ diff --git a/docs/assets/img/installer/06.png b/docs/assets/img/installer/06.png deleted file mode 100644 index 27fce2d..0000000 Binary files a/docs/assets/img/installer/06.png and /dev/null differ diff --git a/landing/assets/screenshot/passkey/01 - dashboard.png b/landing/assets/screenshot/passkey/01 - dashboard.png deleted file mode 100644 index 8bd0142..0000000 Binary files a/landing/assets/screenshot/passkey/01 - dashboard.png and /dev/null differ diff --git a/landing/assets/screenshot/passkey/02 - password.png b/landing/assets/screenshot/passkey/02 - password.png deleted file mode 100644 index 2eacc51..0000000 Binary files a/landing/assets/screenshot/passkey/02 - password.png and /dev/null differ diff --git a/landing/assets/screenshot/passkey/04 - card.png b/landing/assets/screenshot/passkey/04 - card.png deleted file mode 100644 index 39562e8..0000000 Binary files a/landing/assets/screenshot/passkey/04 - card.png and /dev/null differ