Jonathan White
Jonathan White
We do not parse JSON. We only detect a reference if the text matches a pretty strict reference pattern. https://github.com/keepassxreboot/keepassxc/blob/61f922179b8ef1446cc85385e391c83f86f204ce/src/core/Entry.cpp#L1141 ``` QRegularExpressionMatch EntryAttributes::matchReference(const QString& text) { static QRegularExpression referenceRegExp( "\\{REF:(?[TUPANI])@(?[TUPANIO]):(?[^}]+)\\}",...
No need for a mock up I can see the vision already
Yah I want to add this afterwards on with a "Summon KPXC" global shortcut
I agree, this was somewhat of a regression introduced when we added NFC support. We pull the name of the key from the Yubikey library now which contains all their...
See https://github.com/keepassxreboot/keepassxc/issues/6153 Check your settings to make sure your delete key is actually functioning the way you think it should. The fact that you have a function key means you...
Yah so the Mac keyboard physical Delete key is really the Backspace key. To issue an actual delete key you need to press Fn + Delete. Our program is correct,...
Just restart keepassxc to see if it comes back. If it does, then likely a startup timing issue and we need to make touchid detection more dynamic.
The password generator sets the size of the generated password to the same length as the current one.
I forgot to mention I like your feature proposal. I would also throw in a visual indication of the current password quality similar to what the password generator does now....