diff --git a/TODO.md b/TODO.md index b9b333e..5371816 100644 --- a/TODO.md +++ b/TODO.md @@ -45,6 +45,17 @@ but the review is broader than any of them. # Completed Steps +- 2026-09-21: Adding a second wallet no longer accepts a different password with + nothing saying it is a separate one + ([#374](https://git.eeqj.de/sneak/AutistMask/issues/374)). Each wallet has its + own encrypted secret, so per-wallet passwords are by design; the add-wallet + screen said only "Choose a password". A note now appears on that screen when + the profile already holds a wallet, stating that each wallet has its own + password and this one need not match any already in use. It is shown only + then, since the first wallet has no other password to differ from, and it + stays consistent with the no-reset reality of + [#312](https://git.eeqj.de/sneak/AutistMask/issues/312) by promising no + recovery or reset. - 2026-08-30: An address no longer wraps, or is shortened to fit, in any of the common views ([#380](https://git.eeqj.de/sneak/AutistMask/issues/380)). The wallet list was the reported case: the address shared one row with the diff --git a/src/popup/index.html b/src/popup/index.html index c1020d9..204ff75 100644 --- a/src/popup/index.html +++ b/src/popup/index.html @@ -152,6 +152,21 @@