diff --git a/CHANGELOG.md b/CHANGELOG.md index dfbd879b9..0b8e5198d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,10 +24,12 @@ - We should select a minimum Qt version [\#371](https://github.com/IJHack/QtPass/issues/371) - Problem with GNUpg not found on MacOS [\#362](https://github.com/IJHack/QtPass/issues/362) - Compiling for Linux Mint 18 Ubuntu 16 [\#357](https://github.com/IJHack/QtPass/issues/357) +- make qtpass portable in windows [\#356](https://github.com/IJHack/QtPass/issues/356) - \[OS X\] Password input dialog suddenly stopped popping up [\#191](https://github.com/IJHack/QtPass/issues/191) **Merged pull requests:** +- Update to prevent the installer requesting admin [\#424](https://github.com/IJHack/QtPass/pull/424) ([hughwilliams94](https://github.com/hughwilliams94)) - Tested working on Mac Os HS with pinentry-mac [\#419](https://github.com/IJHack/QtPass/pull/419) ([riccardocossu](https://github.com/riccardocossu)) - Dutch \(nl\) translation improvements [\#418](https://github.com/IJHack/QtPass/pull/418) ([equaeghe](https://github.com/equaeghe)) - Bugfixes [\#413](https://github.com/IJHack/QtPass/pull/413) ([rdoeffinger](https://github.com/rdoeffinger)) diff --git a/qtpass.iss b/qtpass.iss index 6c441d686..fe339d23e 100644 --- a/qtpass.iss +++ b/qtpass.iss @@ -25,6 +25,7 @@ DefaultDirName={pf}\{#MyAppName} DefaultGroupName={#MyAppName} LicenseFile=src\release\LICENSE.txt OutputBaseFilename=qtpass-{#MyAppVersion} +PrivilegesRequired=lowest Compression=lzma SolidCompression=yes ShowLanguageDialog=no