This repository has been archived by the owner on Oct 18, 2023. It is now read-only.
Releases: BytesToBits/LockPass
Releases · BytesToBits/LockPass
Bug Fixes - v1.5.1
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
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
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
What's new:
- Better UI design by @VulpoTheDev
- Updated splash information
- Fixed form labels overlapping window header
Release v1.3.0
What's new:
- New IPC helpers for a cleaner base file codebase
- New update style on the splash window
Release v1.2.0
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
I really don't know why auto update suddenly stops working...
v1.1.1 Update Dialog spam error fix
Update README.md
Release v1.1.0
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 clickingMore 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.