QtPass

QtPass is a multi-platform GUI for pass, the standard unix password manager.

GPL-3.0 License

Stars
1K
Committers
147

Bot releases are hidden (Show)

QtPass - Balkan holiday edition Latest Release

Published by annejan about 1 year ago

What's Changed

Wording and localisation

New Contributors

Full Changelog: https://github.com/IJHack/QtPass/compare/v1.3.2...v1.4.0

QtPass - Let's get drafting again

Published by annejan about 1 year ago

What's Changed

Translations

New Contributors

Full Changelog: https://github.com/IJHack/QtPass/compare/1.4.0-rc1...1.4.0-rc2

QtPass - Let's see if we can draft a new release

Published by annejan about 3 years ago

Full Changelog

Implemented enhancements:

  • Set correct WM_CLASS for the qr-code popup #506

Fixed bugs:

  • QtPass does not detect current $GNUPGHOME and causes it to fail decryption #569
  • Installation is failed using latest Homebrew in macOS #564
  • <tt> ... </tt> included in password text #542
  • Markup tags are left in password and clipboard #533
  • Renaming passwords and directories fail #487
  • Will not run on Windows 10 1903 b18362.418 #486

Closed issues:

  • Hide results on search #551
  • QtPass 1.3.2 freezes on macOS 10.15.6 when trying to display password #544
  • Icons are blurry when fractional scaling is enabled #525
  • [Request] clear search password when change profile #524
  • Copying not possible on Ubuntu 20.04 #521
  • UI can't handle passwords with periods in their name #520
  • Display passwords in mono space font #514
  • QtPass 1.3.2 for Ubuntu 19.10 (eoan) #512
  • Default password visibility #511
  • Consider mentioning export abilities in migration docs, if any are present #505
  • Enable out-of-source (shadow) builds. #501
  • password visiblity can't be fully hidden #496
  • Translations need updating and checking #488
  • Front-End doesn't work well with HiDPI screen #464
  • How to let QtPass use the real "pass" on windows #458
  • Fresh install of Antergos with Deepin - High DPI scaling is not working #417
  • Strange behavior when clearing filter #402
  • Tray icon remains after quitting program #401
  • QtPass doesn't work will pass in WSL #375
  • UI is blurry on HiDPI screens on MacOS (retina) since 1.2.x #355
  • No prompt for passphrase for git key on windows. #317
  • Config dialog's Password Generation field got crowded between 1.1.3 and 1.1.6 #278

Merged pull requests:

QtPass - Welcoming new users again

Published by annejan about 5 years ago

QtPass - Much needed cleanup

Published by annejan about 5 years ago

QtPass - Has it been a year?

Published by annejan about 5 years ago

After more than a year of stagnation, I thought it wise to first just push out a release of the master branch most active users have been on for a while now . .

With this out of the way expect a 1.3.1 release soon with the most pressing still open issues addressed.

Some of the many changes, please resort to the CHANGELOG for a more complete listing.

  • Add otp (two factor authentication) support #327
  • Use key fingerprint as ID instead of “long” ID. #452 (Natureshadow)
  • Typo: dialouge to dialogue. #444 (georgjaehnig)
  • Scripts and logic specific to Windows Store releases #439 (rdoeffinger)
  • For config check, check that the selected binary is available. #438 (rdoeffinger)
  • Fix character encoding issues for non-UTF-8 locales. #435 (rdoeffinger)
  • Fixes and improvments for config dialog #432 (rdoeffinger)
  • Support for using WSL binaries on Windows #431 (rdoeffinger)
  • Bugfixes and Windows compatibility improvements #430 (mrsch)
  • Semi-automatic code cleanup #425 (annejan)
  • Update to prevent the installer requesting admin #424 (hughwilliams94)
  • Display passwords as QR codes #421 (frawi)
  • Tested working on Mac Os HS with pinentry-mac #419 (riccardocossu)
  • Bugfixes #413 (rdoeffinger)
  • pwgen: fix inverted "Generate ... less secure passwords" checkbox #409 (ahippo)
  • Continuing refactoring #407 (FiloSpaTeam)
  • #390 make box cheched when opening a folder users panel #403 (kenji21)
  • Windows sigsev issues #326
  • Access to the / (root) directory form within the application window on MacOS #302
  • Context menu on transparent fields is transparent too . . #227
  • Various issues with Info.plist file on macOS #457
  • Problem with GNUpg not found on MacOS #362
  • Unable to see main application window (applicationn runs minimized to tray only) #286
QtPass - Baby steps

Published by annejan over 6 years ago

  • Add support for OTP code generation on Linux as requested in #327 #394 (Noettore)
  • Revert scroll bar changes #393 (destanyol)
  • Fix High Dpi Support. Works now under Windows and KDE/Plasma. #392 (hgraeber)
  • Duplicate prefix in installation of tests directory in v1.2.2. #389
  • Compilation error on FreeBSD member access into incomplete type #388
  • No icons on macOS #377
QtPass - Spring cleaning

Published by annejan over 6 years ago

  • Clipboard clearing timer is not reset when new passwords are copied to the clipboard #309
  • Removal of files outside of password-store #300 #363 (FiloSpaTeam)
  • Lots of fixes and refactoring. #364 #376 #378 #381 #382 #384 #386 (FiloSpaTeam)
  • Fix & make clearClipboard more robust #359 (lukedirtwalker)
  • Multiple question marks while trying to delete password #385
  • No button icons and text in "menu bar" #383
  • Entire program is huge on High DPI screen on Linux #369
  • Parallel make issue in qtpass-1.2.1: ld: cannot find -lqtpass #350
  • No password entry prompt #343
  • Can't install on OS X Sierra #337
  • No icon on MacOS #333
  • Font and spacing used for URL links on right in main window absurdly large #329
  • QtPass don't display all lines with templates #273 #358 (lukedirtwalker)
  • Update CONTRIBUTING.md #354 and add two entries in FAQ about the language #353 (5bentz)
  • Fix nested template argument list compile error #346 (martinburchell)
  • Honor PREFIX during tests install #345 (SpiderX)
QtPass - Bug fixes

Published by annejan almost 7 years ago

The way QtPass prior to 1.2.1 generates passwords is insecure.

All passwords generated with QtPass's built-in password generator are possibly predictable and enumerable by hackers. The generator used libc's random(), seeded with srand(msecs), where msecs is not the msecs since 1970 (not that that'd be secure anyway), but rather the msecs since the last second.
This means there are only 1000 different sequences of generated passwords.

All passwords that have been generated with QtPass prior to 1.2.1 should be regenerated and changed.

  • Insecure password generation #338 #342
  • Version 1.2.0 leaks passwords #334
  • When importing settings from 1.1.5 or older clipboard settings revert to No Clipboard #232
  • Add Catalan translation #336 (rbuj)
QtPass - Has it been a year?

Published by annejan almost 7 years ago

After almost a year of anticipation, finally a new QtPass release.
It's been a hectic year for me in particular with the SHA2017 Badge related madness and other projects. I am however planning on improving QtPass a lot more frequently the coming year.
But it's also been a hectic year for QtPass.

Some highlights from the changes.

QtPass - Cherry picking bugfixes and enhancements

Published by annejan almost 8 years ago

This is a release to fix some bugs and add some convenience in 1.1 before the upcoming 1.2 release . .

There is a problem with the build-in fallback password generator, it's use is discouraged.
Current fixed version is less bad but still not cryptographically safe and sound!
For more information please take a look at #238 PRNG seeding is done totally wrong

  • Short fullname would hang QtPass keypair generation process for infinite time #202
  • keygendialog email and name validition (issue 202) #203 (dakk)
  • Better seeder for qrand() as noted in #238
  • Lookup validity field to check if keys are valid #201 (thotypous)
  • View box no longer trimming whitespace #210
  • QtPass starts by searching for -psn_0_12345 on macOS #213
  • Allow ssh links #211 (cgonzalez)
  • Increase maximum password length to 255 #209 (vladimiroff)
  • Updated German Translation #206 (jounathaen)
  • Better seeder for qrand() as noted in #238
  • Italian translation #204 (dakk)
  • Translated for Simplified Chinese. #208
QtPass - The more the merrier

Published by annejan about 8 years ago

  • Allow ssh:// links #211 by @cgonzalez
  • View box no longer trims whitespace #210
  • Increase maximum password length to 255 #209 by @vladimiroff
  • Full translation to Simplified Chinese #208 by @maomihz
  • Password generation options and templates #207 #98 by @jounathaen
  • Updated German Translation #206
  • Italian translation #204
  • KeygenDialog email and name validation #202 #203 by @dakk
  • Lookup validity field to check if keys are valid #201 by @thotypous
  • Fixed a spelling error #200 by @innir
  • Windows build with Qt 5.7 (almost half the size now)
QtPass - It's been a while

Published by annejan about 8 years ago

Notice for package maintainers PREFIX is handled differently (correct) from now on.
Please read: https://github.com/IJHack/qtpass/issues/185

  • PREFIX is now really a prefix #185
  • Encoding issues #192, #131, #101 and #91 fixed in #198 and #199 by @asalamon74
  • Re-assign permissions when adding users #161
  • French translations by @the-glu via https://www.transifex.com/ijhack/qtpass/
  • Completed Dutch and German translations

Localisation statistics

Language Percentage Percentage finished Finished Unfinished Untranslated
nl_NL 100 100 150 0 0
de_DE 100 100 149 0 0
ru_RU 99.33 99.33 148 0 1
fr_FR 77.85 77.18 115 1 33
sv_SE 75.17 73.83 110 2 37
zh_CN 69.13 67.79 101 2 46
es_ES 68.46 60.4 90 12 47
gl_ES 44.3 41.61 62 4 83
hu_HU 14.77 14.09 21 1 127
QtPass - Some more bug-squashing

Published by annejan over 8 years ago

  • Clipboard now cleared when quitting or killing application #171
  • Wait till processes done on edit #177
  • Hide content now works when using templates #160
  • Added warning started work on #161 #150

Accidentally forgot to push the version updates before tagging last time, so a quick update was in order I think.

QtPass - Squashing bugs

Published by annejan over 8 years ago

  • Fix build issues with MSVC2015 on Windows #175
  • Deletion of empty folders when using git fixed #181
  • Trimming of values in templates #182
  • Updated translations, completed Dutch and German

Signed https://github.com/blog/2144-gpg-signature-verification as explained https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work

QtPass - Spring cleanup

Published by annejan over 8 years ago

  • Same name for file and folder #159 (fixed up-stream)
  • Use --secure for pwgen and more configurable options #168
  • Some UI tweaks #158
  • Some translation updates #162
  • Remove Debian packaging #166
  • Clear text input: use system icon instead of x #84
  • Bind a key to the clear action #142
  • Flat icon https://github.com/IJHack/qtpass/commit/bd742d6f1c122d91cfa1083a6577227b8e34ecfe for more modern look
  • Minor cleanup and FAQ changes
QtPass - Fresh, fixed and clean

Published by annejan over 8 years ago

Might require libqt5svg or similar as dependency for fallback icons.

  • Fixed qrand initialisation (used to generate predictable passwords) #129
  • System Icons on Buttons #124
  • Doubleclick on treeView #124
  • Updated config layout #124
  • Good (fallback) icons #143
  • Translation fixes and additions
QtPass - A new year a new release

Published by annejan almost 9 years ago

QtPass - One Windy Wednesday

Published by annejan almost 9 years ago

QtPass - Release early, release often

Published by annejan almost 9 years ago

Currently the new languages are just stubs. Localisations will need a lot of love in the coming months.

Language Percentage Done
nl_NL 100
de_DE 92
zh_CN 90
es_ES 88
ru_RU 25
hu_HU 19
gl_ES 18
sv_SE 10
ar_MA 1
he_IL 1
pl_PL 0

Live version: https://calc.ijhack.nl/qtpass

Ps. Experimental Windows build Qt5.5 on WinXP (to test build automation)