Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

---
Expand Down Expand Up @@ -101,13 +103,6 @@ The browser extension requires PassKey Desktop to be installed and running. See
<img src="docs/assets/img/passkey/17 - impostazioni.png" width="48%" alt="Settings" />
</p>

### Installer

<p align="center">
<img src="docs/assets/img/installer/02.png" width="48%" alt="Installer — select folder" />
<img src="docs/assets/img/installer/06.png" width="48%" alt="Installer — complete" />
</p>

---

## 🏗️ Architecture at a Glance
Expand Down
Binary file removed docs/assets/img/installer/01.png
Binary file not shown.
Binary file removed docs/assets/img/installer/02.png
Binary file not shown.
Binary file removed docs/assets/img/installer/03.png
Binary file not shown.
Binary file removed docs/assets/img/installer/04.png
Binary file not shown.
Binary file removed docs/assets/img/installer/05.png
Binary file not shown.
Binary file removed docs/assets/img/installer/06.png
Binary file not shown.
Binary file removed landing/assets/screenshot/passkey/01 - dashboard.png
Binary file not shown.
Binary file removed landing/assets/screenshot/passkey/02 - password.png
Binary file not shown.
Binary file removed landing/assets/screenshot/passkey/04 - card.png
Binary file not shown.
Loading