Skip to content

Releases: alichtman/deadbolt

deadbolt v2.0.2

10 Feb 03:18
275788e
Compare
Choose a tag to compare

This release contains a complete rewrite of the app, and is actually backwards compatible, so maybe in retrospect this should have been a v1.1.0 release.

Non-exhaustive list of changes:

  • All builds are now done in CI and auto-attached to a release. No more "compiled on @alichtman's computer" builds
  • deadbolt is now written with / in Typescript 5.7.2, React 18, Node 22, and Electron 31.3.0.
  • Builds for more packaging methods -- macOS (all archs), Windows exe, and Linux AppImage + Flatpak
  • Added an automatic SHA256 checksum to verify no corruption during the data encryption + decryption process. Previously, you'd have to decrypt your file to confirm it was encrypted correctly.
  • File integrity checksum is now actually confirmed on decryption: 9ab1304. We were storing the checksum before, and then ... throwing it away without doing anything with it. Oops.
  • Added ability to pass error messages from backend to frontend, and added a bunch of friendly error messages
  • Added password visibility / invisibility toggle
  • Encryption for folders is possible (they are automatically zipped and encrypted) for drag-and-drop. Not sure how to get selecting folders from the finder working.

Full Changelog: 1.0.0...v2.0.2

deadbolt v2.0.0

09 Feb 11:10
f55b23b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...v2.0.0

deadbolt v2.0.0-alpha

17 Jan 20:30
a607582
Compare
Choose a tag to compare
deadbolt v2.0.0-alpha Pre-release
Pre-release

What's Changed

Full Changelog: 1.0.0...v2.0.0-alpha

deadbolt v1.0.0

06 Apr 23:09
49855f9
Compare
Choose a tag to compare

This is a maintenance release. Nothing too important happening here. The only notable change is that the macOS release artifact is now a .zip instead of a .dmg because I apparently can't build dmgs on Linux with electron-builder. This seems wrong to me, but I don't have time to dig into it further right now.

deadbolt v0.1.0

22 Apr 07:44
351465a
Compare
Choose a tag to compare
Version bump to v0.1.0