summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2018-06-04 12:09:29 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2018-06-04 12:09:29 +0200
commitfbd4d2141691ca8bf970fe11bbfcd4c389068507 (patch)
tree71f711e3a22f8055b9e30e75edd92fbb8fe2e3b3
parentc1e1be90147f93281e4d061aaeca413b0f73b61e (diff)
Changelog updated etc
-rw-r--r--changelog.html60
-rw-r--r--index.html2
2 files changed, 47 insertions, 15 deletions
diff --git a/changelog.html b/changelog.html
index 3e933d81..8b8e5927 100644
--- a/changelog.html
+++ b/changelog.html
@@ -97,25 +97,57 @@
</header>
<section>
- <h2><a id=v1.2.1" class="anchor" href="#v1.2.1" aria-hidden="true"><span class="octicon octicon-link"></span></a>v1.2.1 Bug fixes</h2>
+ <h2><a id=v1.2.3" class="anchor" href="#v1.2.3" aria-hidden="true"><span class="octicon octicon-link"></span></a>v1.2.3 Baby steps</h2>
- <h3>The way QtPass prior to 1.2.1 generates passwords is insecure.</h3>
+ <ul>
+ <li>Add support for OTP code generation on Linux as requested in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="269054230" data-permission-text="Issue title is private" data-url="https://github.com/IJHack/QtPass/issues/327" href="https://github.com/IJHack/QtPass/issues/327">#327</a> <a href="https://github.com/IJHack/QtPass/pull/394">#394</a> (<a href="https://github.com/Noettore">Noettore</a>)</li>
+ <li>Revert scroll bar changes <a href="https://github.com/IJHack/QtPass/pull/393">#393</a> (<a href="https://github.com/destanyol">destanyol</a>)</li>
+ <li>Fix High Dpi Support. Works now under Windows and KDE/Plasma. <a href="https://github.com/IJHack/QtPass/pull/392">#392</a> (<a href="https://github.com/hgraeber">hgraeber</a>)</li>
+ <li>Duplicate prefix in installation of tests directory in v1.2.2. <a href="https://github.com/IJHack/QtPass/issues/389">#389</a></li>
+ <li>Compilation error on FreeBSD member access into incomplete type <a href="https://github.com/IJHack/QtPass/issues/388">#388</a></li>
+ <li>No icons on macOS <a href="https://github.com/IJHack/QtPass/issues/377">#377</a></li>
+ </ul>
- <p>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.<br>
- This means there are only 1000 different sequences of generated passwords.</p>
- <p>All passwords that have been generated with QtPass prior to 1.2.1 should be regenerated and changed.</p>
+ <h2><a id=v1.2.2" class="anchor" href="#v1.2.2" aria-hidden="true"><span class="octicon octicon-link"></span></a>v1.2.2 Spring cleaning</h2>
- <ul>
- <li>Insecure password generation <a href="https://github.com/IJHack/QtPass/issues/338">#338</a> <a href="https://github.com/IJHack/QtPass/pull/342">#342</a></li>
- <li>Version 1.2.0 leaks passwords <a href="https://github.com/IJHack/QtPass/issues/334">#334</a></li>
- <li>When importing settings from 1.1.5 or older clipboard settings revert to No Clipboard <a href="https://github.com/IJHack/QtPass/issues/232">#232</a></li>
- <li>Add Catalan translation <a href="https://github.com/IJHack/QtPass/pull/336">#336</a> (<a href="https://github.com/rbuj">rbuj</a>)</li>
- </ul>
+ <ul>
+ <li>Clipboard clearing timer is not reset when new passwords are copied to the clipboard <a href="https://github.com/IJHack/QtPass/issues/309">#309</a></li>
+ <li>Removal of files outside of password-store <a href="https://github.com/IJHack/QtPass/issues/300">#300</a> <a href="https://github.com/IJHack/QtPass/pull/363">#363</a> (<a href="https://github.com/FiloSpaTeam">FiloSpaTeam</a>)</li>
+ <li>Lots of fixes and refactoring. <a href="https://github.com/IJHack/QtPass/pull/364">#364</a> <a href="https://github.com/IJHack/QtPass/pull/376">#376</a> <a href="https://github.com/IJHack/QtPass/pull/378">#378</a> <a href="https://github.com/IJHack/QtPass/pull/381">#381</a> <a href="https://github.com/IJHack/QtPass/pull/382">#382</a> <a href="https://github.com/IJHack/QtPass/pull/384">#384</a> <a href="https://github.com/IJHack/QtPass/pull/386">#386</a> (<a href="https://github.com/FiloSpaTeam">FiloSpaTeam</a>)</li>
+ <li>Fix &amp; make clearClipboard more robust <a href="https://github.com/IJHack/QtPass/pull/359">#359</a> (<a href="https://github.com/lukedirtwalker">lukedirtwalker</a>)</li>
+ <li>Multiple question marks while trying to delete password <a href="https://github.com/IJHack/QtPass/issues/385">#385</a></li>
+ <li>No button icons and text in "menu bar" <a href="https://github.com/IJHack/QtPass/issues/383">#383</a></li>
+ <li>Entire program is huge on High DPI screen on Linux <a href="https://github.com/IJHack/QtPass/issues/369">#369</a></li>
+ <li>Parallel make issue in qtpass-1.2.1: ld: cannot find -lqtpass <a href="https://github.com/IJHack/QtPass/issues/350">#350</a></li>
+ <li>No password entry prompt <a href="https://github.com/IJHack/QtPass/issues/343">#343</a></li>
+ <li>Can't install on OS X Sierra <a href="https://github.com/IJHack/QtPass/issues/337">#337</a></li>
+ <li>No icon on MacOS <a href="https://github.com/IJHack/QtPass/issues/333">#333</a></li>
+ <li>Font and spacing used for URL links on right in main window absurdly large <a href="https://github.com/IJHack/QtPass/issues/329">#329</a></li>
+ <li>QtPass don't display all lines with templates <a href="https://github.com/IJHack/QtPass/issues/273">#273</a> <a href="https://github.com/IJHack/QtPass/pull/358">#358</a> (<a href="https://github.com/lukedirtwalker">lukedirtwalker</a>)</li>
+ <li>Update CONTRIBUTING.md <a href="https://github.com/IJHack/QtPass/pull/354">#354</a> and add two entries in FAQ about the language <a href="https://github.com/IJHack/QtPass/pull/353">#353</a> (<a href="https://github.com/5bentz">5bentz</a>)</li>
+ <li>Fix nested template argument list compile error <a href="https://github.com/IJHack/QtPass/pull/346">#346</a> (<a href="https://github.com/martinburchell">martinburchell</a>)</li>
+ <li>Honor PREFIX during tests install <a href="https://github.com/IJHack/QtPass/pull/345">#345</a> (<a href="https://github.com/SpiderX">SpiderX</a>)</li>
+ </ul>
+
+ <h2><a id=v1.2.1" class="anchor" href="#v1.2.1" aria-hidden="true"><span class="octicon octicon-link"></span></a>v1.2.1 Bug fixes</h2>
+
+ <h3>The way QtPass prior to 1.2.1 generates passwords is insecure.</h3>
+
+ <p>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.<br>
+ This means there are only 1000 different sequences of generated passwords.</p>
+ <p>All passwords that have been generated with QtPass prior to 1.2.1 should be regenerated and changed.</p>
+
+ <ul>
+ <li>Insecure password generation <a href="https://github.com/IJHack/QtPass/issues/338">#338</a> <a href="https://github.com/IJHack/QtPass/pull/342">#342</a></li>
+ <li>Version 1.2.0 leaks passwords <a href="https://github.com/IJHack/QtPass/issues/334">#334</a></li>
+ <li>When importing settings from 1.1.5 or older clipboard settings revert to No Clipboard <a href="https://github.com/IJHack/QtPass/issues/232">#232</a></li>
+ <li>Add Catalan translation <a href="https://github.com/IJHack/QtPass/pull/336">#336</a> (<a href="https://github.com/rbuj">rbuj</a>)</li>
+ </ul>
- <h2><a id=v1.2.0" class="anchor" href="#v1.2.0" aria-hidden="true"><span class="octicon octicon-link"></span></a>v1.2.0 Has it been a year?</h2>
+ <h2><a id=v1.2.0" class="anchor" href="#v1.2.0" aria-hidden="true"><span class="octicon octicon-link"></span></a>v1.2.0 Has it been a year?</h2>
- <p>After almost a year of anticipation, finally a new QtPass release.<br>
- It's been a hectic year for <a href="https://github.com/annejan">me</a> in particular with the <a href="https://wiki.sha2017.org/w/Projects:Badge/Documentation#Software">SHA2017 Badge</a> related <a href="https://hackaday.com/2017/08/14/hands-on-with-the-shacamp-2017-badge/">madness</a> and other projects. I am however planning on improving QtPass a lot more frequently the coming year.<br>
+ <p>After almost a year of anticipation, finally a new QtPass release.<br>
+ It's been a hectic year for <a href="https://github.com/annejan">me</a> in particular with the <a href="https://wiki.sha2017.org/w/Projects:Badge/Documentation#Software">SHA2017 Badge</a> related <a href="https://hackaday.com/2017/08/14/hands-on-with-the-shacamp-2017-badge/">madness</a> and other projects. I am however planning on improving QtPass a lot more frequently the coming year.<br>
But it's also been a hectic year for <a href="https://qtpass.org">QtPass</a>.</p>
<p>Some highlights from the <a href="https://github.com/IJHack/QtPass/blob/master/CHANGELOG.md">changes</a>.</p>
<ul>
diff --git a/index.html b/index.html
index 3683a64a..541f35e9 100644
--- a/index.html
+++ b/index.html
@@ -77,7 +77,7 @@
<div class="background"></div>
<div class="wrapper">
<header>
- <h1>QtPass <small>1.2.2</small></h1>
+ <h1>QtPass <small>1.2.3</small></h1>
<p>QtPass is a multi-platform GUI for <a title="pass, the standard unix password manager" href="https://www.passwordstore.org/">pass</a>, the standard unix password manager.</p>
<p class="view">