Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Releases: BytesToBits/LockPass

Bug Fixes - v1.5.1

22 Jun 15:58
Compare
Choose a tag to compare

Bug: Edit modal working only for the initial (first) password selected.

Fix: Parse the selected password's UUID as a key prop to <ManagePassword />

v1.5.0 Release

21 Jun 08:51
Compare
Choose a tag to compare

What's new:

  • Completely new layout
  • New way of storing passwords with more information (New: Email, Notes, Website, Icon)
  • Settings page to enable beta (pre-releases) to be downloaded
  • Home page to preview commits & releases

Full Changelog: v1.4.0...v1.5.0

v1.4.0 Release

18 Jun 20:59
Compare
Choose a tag to compare

What's new:

  • Better storage for passwords
  • Support for usernames
  • Removed notifications on password create/delete
  • Added password strength display bar
  • Floating input labels
  • IPC, Password, and Tray helpers
  • Preview page on the new layout (bottom right, next to version). To go back to home page you need to restart the application.

Full Changelog: v1.3.0...v1.4.0

v1.3.1 beta 17-6-22

17 Jun 13:21
Compare
Choose a tag to compare
v1.3.1 beta 17-6-22 Pre-release
Pre-release

What's new:

  • Better UI design by @VulpoTheDev
  • Updated splash information
  • Fixed form labels overlapping window header

Release v1.3.0

16 Jun 22:18
Compare
Choose a tag to compare

What's new:

  • New IPC helpers for a cleaner base file codebase
  • New update style on the splash window

Release v1.2.0

16 Jun 17:20
Compare
Choose a tag to compare

What's new:

  • Switched package manager from npm to yarn
  • Using [electron-differential-updater](https://imjselectron.github.io/electron-differential-updater/#/?id=quick-start) for auto updates

Release v1.1.2 - AutoUpdate fix

16 Jun 16:15
Compare
Choose a tag to compare

I really don't know why auto update suddenly stops working...

v1.1.1 Update Dialog spam error fix

16 Jun 15:54
Compare
Choose a tag to compare

Release v1.1.0

16 Jun 15:08
Compare
Choose a tag to compare

LockPass

A simple password manager.

Download

  • Download and run LockPass.Setup.1.1.0.exe. There might be a Windows Defender alert, which you can bypass by clicking More Information -> Run anyway

Build it yourself

  • If you're running it on a macOS or any other OS but Windows, follow the steps below to install it:
  • Download the Source
  • Navigate into the folder and run npm i. You must have Node.js installed.
  • Use npm run build to build it.
  • Navigate into the newly created dist folder. You can find the installer inside.