Releases: IJHack/QtPass
Cherry picking bugfixes and enhancements
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
- 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)
It's been a while
Notice for package maintainers PREFIX
is handled differently (correct) from now on.
Please read: #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 |
Some more bug-squashing
- 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
- 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
- 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
A new year a new release
One Windy Wednesday
- 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
- Support for RightToLeft languages #108
- FreeBSD fixes 2ed0093 7c26329
- Windows "hidden" folder fix #63
- Minor cleanup work 4302cc0 f6d68f4 8b6a533
- Some work on the language creation/update mechanics 741c4b7 and other minor tweaks.
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)