Skip to content

Releases: IJHack/QtPass

Cherry picking bugfixes and enhancements

02 Dec 14:57
v1.1.6
2031463
Compare
Choose a tag to compare

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

The more the merrier

19 Oct 18:42
v1.1.5
3f49a48
Compare
Choose a tag to compare

It's been a while

26 Sep 21:30
v1.1.4
3107863
Compare
Choose a tag to compare

Notice for package maintainers PREFIX is handled differently (correct) from now on.
Please read: #185

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

Some more bug-squashing

10 Jun 20:27
v1.1.3
55ff570
Compare
Choose a tag to compare
  • 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.

Squashing bugs

10 Jun 15:24
v1.1.2
48f2987
Compare
Choose a tag to compare
  • 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

Spring cleanup

04 Apr 09:02
Compare
Choose a tag to compare
  • 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 bd742d6 for more modern look
  • Minor cleanup and FAQ changes

Fresh, fixed and clean

25 Jan 09:58
Compare
Choose a tag to compare

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

A new year a new release

03 Jan 13:12
Compare
Choose a tag to compare
  • Updated german translation #125 #126 #134
  • Fixed qrand always generating the same sequence of passwords #129
  • Fixed deleted record can be retrieved bug #117
  • On-demand copy to clipboard feature #119
  • Always on top feature #118
  • Fixed timer issue #122 (introduced in #119)

One Windy Wednesday

18 Nov 11:09
Compare
Choose a tag to compare
  • Auto hiding of content doesn't need clipboard 76dacca
  • Auto content hiding timer gets stopped when starting new task 1fa596d a8fa7b2
  • Remove template widgets when starting new task 4e7ac13
  • Using pwgen won't add a carriage return to password anymore #115
  • Output of git commands won't (always) show in red anymore #111
  • Tab order of templated fields is correctly set 2f9c6f7
  • SingleApplication communication problem workaround 3fc1dc7
  • Translation building system updated and further removal of duplicate and unneeded bits
  • Use example template format from passff as default 107dbff 5ec97c7
  • CI building windows installer https://ci.appveyor.com/project/annejan/qtpass/build/artifacts

Release early, release often

03 Nov 14:51
Compare
Choose a tag to compare

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)