-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bunch of UI/UX Fixes - See Description #11321
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #11321 +/- ##
===========================================
- Coverage 62.98% 62.90% -0.08%
===========================================
Files 362 362
Lines 37793 37840 +47
===========================================
- Hits 23802 23800 -2
- Misses 13991 14040 +49 ☔ View full report in Codecov by Sentry. |
|
Something changed in the behavior of regex in Qt that prevents matches using a begin line caret without a complementary end line.
* Fixes #11044 - password generator excluded characters tooltip was incorrect * Fixes #11084 - allow more than 30 days for showing expiring passwords. Also fix the ability to properly translate this control. * Fixes #11212 - don't show password on creating new database * Fixes #10726 - improve indication of hardware key polling. Also improve layout spacing of unlock dialog. * Fixes #11142 - provide better link for challenge-response information
* Closes #9452 - add import/export buttons to application settings * Fixes #11120 - duplicate both menubar and toolbar visibility settings into the application settings * Fixes #8561 - improve placement of various settings between General and Security pages * Improve tool tip for backup database setting * Improve wording of various settings
9d6513b
to
3511cab
Compare
Fixes "passwords" (UUID 005) from 1passwords get not imported #11298
Fix detection regex for yubikey on Windows - something changed in the behavior of regex in Qt that prevents matches using a begin line caret without a complementary end line.
Minor UI fixes
Add Import/Export to application settings
Screenshots
Testing strategy
All unit tests pass, tested new features manually
Type of change