Portable QPass Changelog

What's new in Portable QPass 1.3.2

Mar 23, 2013
  • Fixed buffer overflow bug
  • Updated dutch translation

New in Portable QPass 1.3.1 (Sep 13, 2012)

  • Added Dutch translation

New in Portable QPass 1.3.0 (Sep 13, 2012)

  • Added option to modify CSV column organization
  • Minor bugfixes
  • Modified format of database(PBKDF2)
  • This version of QPass uses PBKDF2-HMAC-SHA256 algorithm to derive encryption key. Thanks to that, database is more resistant to brute force attacks, because every password check requires constant(on the same machine) time to compute. This constant time can be almost unnoticable in normal use, but makes it significantly longer to try a lot of different password combinations. Number of PBKDF2 rounds(and proportional to them computation time) can be adjusted, to take for example 0.5 sec to compute on specified machine. New format is incompatible with old formats and only QPass 1.3.0 and above supports it.

New in Portable QPass 1.2.1 (Jan 18, 2012)

  • Added Italian translation

New in Portable QPass 1.2.0 (Dec 23, 2011)

  • Added function to view password with numbered characters
  • Added ability to import and export to/from CSV files(beta)
  • Added option to change default database
  • Improved import and export dialogs
  • Added button to deselect entry
  • Modified adding to prevent from adding null entries
  • Modified searching to be case insensitive
  • Added option to show passwords by default

New in Portable QPass 1.1.1 (Mar 21, 2011)

  • Corrected tab order in main window
  • Changed maximum length of "Website URL" field to 100
  • Added link to FAQ in help menu
  • Extended polish translation to standard Qt texts

New in Portable QPass 1.1.0 (Mar 2, 2011)

  • Corrected "Alt+D" shortcut
  • Added quick access to entries through tray icon
  • Improved saving windows state
  • Modified menu category under Unix
  • Added portable version on windows
  • Corrected initialization of progress bar in password generator
  • Corrected opening URLs with https:// suffix
  • Added ability to set QPass window to be always on top
  • Moved generator button to top menu
  • Added ask when user tries to replace database
  • Added update checker
  • quot;Go to URL" button uses qt functions now
  • Set default button in new database form
  • Improved settings saving
  • Added option to open other than main database

New in Portable QPass 1.0.3 (Feb 16, 2011)

  • Added UTF-8 support
  • Added key shortcuts to every form
  • Added the ability to move elements on list
  • Added button tooltips
  • Added button to open URLs from application

New in Portable QPass 1.0.2 (Feb 16, 2011)

  • Added searching entries feature
  • Added key shortcuts
  • Corrected import/export messageboxes
  • Corrected indentations

New in Portable QPass 1.0.1 (Feb 16, 2011)

  • This version was written from scratch and now source code is more logical which gives less bugs.
  • Windows version has self installer.
  • Changed database path on windows(now database is stored in application data direcory).
  • Added password generator.
  • Added messageboxes to ask user before, for example, deleting entry.
  • Source code is more documented.
  • Fixed saving state of window.
  • Fixed known minor bugs.