* Tue Sep 19 2023 ecsos <ecsos@opensuse.org>
- Update to 1.4.0
* What's Changed
- Don't use a deprecated method in #491
- Issue #402: 'deselect()' on clearing filter in #490
- Don't base pass-otp availability decision on hardcoded /usr/lib in #499
- Use new stable version of install-qt-action. in #502
- Enable out-of-source build in #503
- Enable ubuntu, windows and macOS based builds for CI in #508
- Spelling: Git pull, Git push in #516
- Fix blurry icons when fractional scaling is enabled in #526
- Update minimum Qt version in #527
- #514 Show password with a monospace font in #528
- Clear search on profile change in #529
- Move MainWindow to the screen the cursor is on in #547
- Fix issues with renaming passwords and moving folders in #532
- Explicitly only remove ".gpg" when renaming files in #558
- Keep suffices when moving (to) a directory while imitiating pass in #559
- Fix keys created/expires dates in the users dialog window (fix: 571) in #572
- Fix installation instructions in README.md in #565
- Delete context menu after exec in #578
- Add more options for the password displaying in #587
- Fix accidental deletion of entire passwordstore in #604
- Install QT in codeql workflow in #608
- Super Linter added and fixing findings in #610
- Removed travis (no longer free) and lgtm (migrated to Github) in #612
- fix the unintended "running" of the entropy window in the keygen dial… in #640
- Restore licensing info for QProgressIndicator in #642
- Add pass store signing key feature in #634
- Fix taborder and add buddies in keygen dialog in #643
- Clazy cleanup and other minor fixes in #641
- fix bug => clipboard was not cleared when using primary selection in #615
- super-linter ENV variables in shared location for local and automated in #616
- clang-format -i src/.cpp src/.h in #645
- Version bump and cleanup in #646
* Wording and localisation
- Spelling: Git, GPG, PWGen, etc. in #492
- Spelling: Keylist missing, Could not fetch, GPG in #493
- Spelling: Search for users, , in #495
- Translations update from Weblate in #530
- Translations update from Weblate in #531
- Translations update from Weblate in #535
- Translations update from Weblate in #541
- Translations update from Weblate in #548
- Translations update from Weblate in #552
- Translations update from Weblate in #553
- Translations update from Weblate in #554
- Translations update from Weblate in #560
- Translations update from Weblate in #562
- Translations update from Weblate in #563
- Correct a typo in pass.cpp in #570
- Translations update from Weblate in #573
- Translations update from Hosted Weblate in #576
- Translations updated in #605
- Translation cleanup in #606
- Translations update from Hosted Weblate in #607
- New Transifex integration yml in #609
- Translations update from Hosted Weblate in #611
- Translations update from Hosted Weblate in #613
- Translations update from Hosted Weblate in #614
- Translations update from Hosted Weblate in #617
- Translations update from Hosted Weblate in #618
- Document "Using profiles" in #619
- markdownlint --fix && textlint --fix in #621
- Translations update from Hosted Weblate in #622
- Translations update from Hosted Weblate in #626
- Translations update from Hosted Weblate in #627
- Translations update from Hosted Weblate in #628
- Translations update from Hosted Weblate in #629
- Translations update from Hosted Weblate in #632
- Translations update from Hosted Weblate in #633
- Translations update from Hosted Weblate in #636
- Translations update from Hosted Weblate in #644
- Translations update from Hosted Weblate in #647
- Translations update from Hosted Weblate in #648
- Added Serbian and Estonian to project file in #649
- Translations update from Hosted Weblate in #650
- Natural language fixes in #654
- Initial Korean from Weblate in #655
* Sun Apr 12 2020 ecsos@opensuse.org
- Add qtpass.appdata.xml.
Version: 1.3.2-bp152.1.14
* Wed Oct 09 2019 ecsos@opensuse.org
- Update to 1.3.2
- Don't call QtPass::setup() from QtPass class constructor #482
fixes first run issues #485, #481, #466, #423 and #308
- Password window padding #484
- Buttons width on RHEL 8 #483
- Start minimized works again #471
* Sun Oct 06 2019 ecsos@opensuse.org
- Rename all to package_naming_guidelines.
* Sat Oct 05 2019 Martin Hauke <mardnh@gmx.de>
- Remove superfluous entry for password-store from Recommends as
it's already stated in Requires
- Add hicolor-icon-theme to BuildRequires
* Wed Oct 02 2019 ecsos@opensuse.org
- Update to 1.3.1
- Renaming password #463 #469
- Edit main title field #446
- Add missing finishedShow() signal connection in PasswordDialog
constructor (fixes the "Edit password" function) #473
- Build dependency fixes #467 #479
- Additional lines (notes) shown again #474
- Running but no GUI #451
- Correct font color with Dark themes #340 #476
- Add missing overrides #478
- Sorted profiles dropdown as in #404 #472
- Fix missing app ID and icon on Wayland. #468
* Sat Aug 24 2019 ecsos@opensuse.org
- Update to 1.3.0
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
- Typo: dialouge to dialogue. #444
- Scripts and logic specific to Windows Store releases #439
- For config check, check that the selected binary is available.
[#438]
- Fix character encoding issues for non-UTF-8 locales. #435
- Fixes and improvments for config dialog #432
- Support for using WSL binaries on Windows #431
- Bugfixes and Windows compatibility improvements #430
- Semi-automatic code cleanup #425
- Update to prevent the installer requesting admin #424
- Display passwords as QR codes #421
- Tested working on Mac Os HS with pinentry-mac #419
- Bugfixes #413
- pwgen: fix inverted "Generate ... less secure passwords"
checkbox #409
- Continuing refactoring #407
- #390 make box cheched when opening a folder users panel #403
- 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
* Sat Oct 13 2018 Herbert Graeber <herbert@graeber-clan.de>
- For reprodicibilty QT_HASH_SEED has to be set to 0
* Mon Jul 09 2018 herbert@graeber-clan.de
- Make RCC calls reproducible
* Tue Jun 05 2018 ecsos@opensuse.org
- update to 1.2.3
- 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]
- remove patch qtpass-highdpi.patch because now in upstream
* Wed May 09 2018 herbert@graeber-clan.de
- Remove the qtpass-highdpi.patch, merged upstream
* Wed May 09 2018 ecsos@opensuse.org
- update to 1.2.2
- Clipboard clearing timer is not reset when new passwords are
copied to the clipboard #309
- Removal of files outside of password-store #300 #363
- Lots of fixes and refactoring. #364 #376 #378 #381 #382 #384
[#386]
- Fix & make clearClipboard more robust #359
- 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
- Update CONTRIBUTING.md #354 and add two entries in FAQ about
the language #353
- Fix nested template argument list compile error #346
- Honor PREFIX during tests install #345
* Wed Feb 28 2018 herbert@graeber-clan.de
- Convert to license to SPDX-3.0
- Use %license
* Thu Jan 04 2018 avindra@opensuse.org
- update to 1.2.1
* All passwords that have been generated with QtPass prior to
1.2.1 should be regenerated and changed.
* Version 1.2.0 leaks passwords
* When importing settings from 1.1.5 or older, clipboard
settings revert to No Clipboard
* Add Catalan translation
* Wed Nov 15 2017 herbert@graeber-clan.de
- Fix HighDPI
* Thu Nov 09 2017 aavindraa@gmail.com
- update to 1.2.0
* Many UX improvements
* Improved process management
* Extraction of library and main function
* Added sftp, ftps, webdav and webdavs as supported links
* PRNG issues on Windows fixed
- cleanup spec file with spec-cleaner
* Sun Feb 26 2017 herbert@graeber-clan.de
- Install rudimentary manual page provided as part of the tarball
* Sun Feb 26 2017 herbert@graeber-clan.de
- Cleanup recommends
* Add recommend for password-store, but leave the recommends for
gpg2 and pwgen for the case password-store is not installed
* Recommend git-core instead of git, because the latter pulls
other unneeded packages like git-cvs and git-svn
* Sun Feb 26 2017 herbert@graeber-clan.de
- Switch to Qt5
* Fri Dec 02 2016 mardnh@gmx.de
- update to 1.1.6
- Better seeder for qrand() as noted in #238 this is not a proper
fix. Use of the build-in fallback password generator is
discouraged.
- Short fullname would hang QtPass keypair generation process for
infinite time #202
- keygendialog email and name validition (issue 202) #203
- Lookup validity field to check if keys are valid #201
- view box is trimming whitespace #210
- QtPass starts by searching for -psn_0_12345 on macOS #213
- Allow ssh links #211
- Increase maximum password length to 255 #209
- Updated German Translation #206
- Better seeder for qrand() as noted in #238
- Italian translation #204
- Translated for Simplified Chinese. #208
* Thu Oct 20 2016 ecsos@opensuse.org
- update to 1.1.5
- Allow ssh:// links #211
- View box no longer trims whitespace #210
- Increase maximum password length to 255 #209
- Full translation to Simplified Chinese. #208
- Password generation options and templates #207 #98
- Updated German Translation #206
- Italian translation #204
- KeygenDialog email and name validation #202 #203
- Lookup validity field to check if keys are valid #201
- Fixed a spelling error #200
- Windows build with Qt 5.7 (almost half the size now)
* Tue Sep 27 2016 ecsos@opensuse.org
- update to 1.1.4
- PREFIX is now really a prefix #185
- Encoding issues #192, #131, #101 and #91 fixed in #198 and #199
- Re-assign permissions when adding users #161
- French translations
https://www.transifex.com/ijhack/qtpass/
- Completed Dutch and German translations