Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Releases: HamzaAlsarakbi/PassVault

v1.2.0 Release Notes

28 Jun 20:28
Compare
Choose a tag to compare

Welcome to PassVault v1.2.0. This update brings many new features. Before diving into it, though. I recommend you backup your data located in %LocalAppData%\PassVault\Data.

Changes

Rich Input

Inputs throughout PassVault have been redesigned.

Table

The table code has been completely rewritten and now will feel more seamless and optimized. Every cell is now an input field but in read-only. When you click the edit button, then you can edit the cells. This replaces the old system of adding input fields in every cell and removing when the user cancels or confirms their changes.
Also there's a cool animation for all rows when you open the vault!

Master Password Strength

Now PassVault makes sure your new master password is strong by checking if it includes upper and lower case letters, numbers, and symbols. So that you're master password is harder to crack.

Popups

Old dialog boxes have been moved to the new popup library so that they look more consistent with the rest of PassVault.

String Trimming

Now strings in all inputs fields throughout the program are trimmed.

Icons

Added/updated 27 icons.

Other Changes

  • Hint to write down your master password when setting up PassVault
  • User no longer able to create multiple instances of PassVault
  • Confirming edits while in search mode will prompt PassVault to search again
  • Changed installer

Installation

Please note that I moved to a different installer which helps me ship patches and updates much quicker than the old installer. That being said, you are going to have to manually remove the old PassVault installation in C:\Program Files\PassVault-win32-x64.

Feedback

If you are having any problems, please start an issue!
Track the development of PassVault here.

v1.1.1 Release

29 Dec 05:13
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed tooltip's position to be consistantly below the hovered element
  • Fixed rows not completely hidden when searching
  • Fixed a bug where an added row is not searched and therefore isn't hidden when seraching

Changes

  • Changed cooldown logic to deactivate once below or equal to 0 seconds instead of only equal to 0 seconds
  • Updated startup animation

Misc

  • Added more icons
  • Added license
  • Added issue templates

Installation

Download the appropriate installation below.
If you already have PassVault installed. Then head to Appdata\Local\PassVault and make a backup of your \Data folder before installing the new version.

Feedback

If you are having problems, please start an issue!
Track the development of PassVault here.

v1.1.0 Release

30 Nov 02:24
b1443e7
Compare
Choose a tag to compare

The new release adds many features to PassVault. All will be outlined here!

Features

Disable Animations

Do you want PassVault to feel snappy? Disable animations in the settings and there will be no transitions.

Custom Icons

You can now use your own icons if you prefer them over the bundled icons. Click on the "open icons" button in the settings menu and put all your custom icons there. All image file types are supported.
Note: The image filename has to be lowercase.

Developer Tools

If you would like to debug the program in production mode. You can now by enabling developer tools in the settings menu.
Note: it is recommended that you keep this setting off. Having this setting on leaves your data vulnerable.

Tooltips

When you hover over any icon (add, settings, search, etc). A little tooltip pops up hinting to what it does.

See Passwords in Login Menu

You can now see your typed password in the login menu.

Other Features

  • Added minimize button on login menu
  • Added ability to edit multiple rows at the same time
  • The window title and the task bar title will have an asterisk* when you have unsaved changes

Security

Cooldown when wrong password has been entered 5 times

Inactivity Timeout

When inactive, PassVault will first present you with a warning that it is about to close. A minute after that, you will be sent back to the login screen. Unsaved changes are gone. You can adjust the timeout slider in the settings.

Quality of Life

  • Added version to "about" section
  • Optimized dialog animations
  • Redesigned the add/settings pane
  • Redesigned the settings menu
  • Changed secondary button styling
  • Redesigned Dialog UI
  • Redesigned Filters UI
  • Added many icons
  • Moved "lock vault" button from settings menu to window bar
  • Updated window icons (due to them not working on Linux and older Windows versions)

Bug Fixes

  • Password meter can no longer be scrolled through
  • Can no longer search after closing the search box with Ctrl+F
  • Rows no longer hidden after closing the search box
  • User is no longer sent back to the setup window after already setting up and locking vault

Installation

If you already have PassVault installed. Then head to Appdata\Local\PassVault\Data and make a backup of your data just in case.
Download the appropriate installation below.

Feedback

Found any bugs? Please file an issue and/or contact me.

v1.0.1 Bug Fixes

14 Aug 19:35
Compare
Choose a tag to compare

Bug fixes

  • Having gridlines on would prevent users from adding new row - fixed
  • Having gridlines on would prevent users from deleting newly added rows - fixed

V1.0 RELEASE 🎉

14 Aug 08:36
02dfd24
Compare
Choose a tag to compare

The very first build of PassVault is finally here! Available for Windows and Linux.