From 82ae0a8629a42bc169b4b1993bc8257457703e3f Mon Sep 17 00:00:00 2001 From: glowinthedark <48893368+glowinthedark@users.noreply.github.com> Date: Mon, 17 Aug 2020 12:40:03 +0200 Subject: Allow adding digits and symbols in XkPasswd generator using mask-like values (#1023) * - XkPasswordGeneratorDialogFragment: add symbol/number mask to allow appending numbers+symbols via a mask such as `ddds` which would generate random.password123!; position of `d` and `s` is not currently considered; only the count is relevant * - update CHANGELOG.md * - update CHANGELOG.md * - rename constants * Update CHANGELOG.md Co-authored-by: Harsh Shandilya * - add missing marginTop * - add missing marginTop Co-authored-by: null Co-authored-by: Harsh Shandilya Co-authored-by: glowinthedark Co-authored-by: Harsh Shandilya --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index e841d1a4..b8df8873 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file. ### Added - Allow changing the branch used for Git operations - Allow setting a subdirectory key when creating folders +- Allow adding digits/symbols in XkPasswd generated passwords using a mask-like value (`dds` gives you two digits and a symbol, and so on) ### Changed -- cgit v1.2.3