Skip to content

Releases: DJopek/dead-mans-switch

TAM v0.3-preview is out!

21 Apr 20:27

Choose a tag to compare

What's Changed

  • fix: web app is not responsive on mobile devices + take care of wrong inputs + display error when download has error by @tohrxyz in #64

  • feat: add loading spinner by @tohrxyz in #65

  • feat: add loading spinner to upload by @tohrxyz in #66
    This version is rewritten to be using client-side encryption and decryption.

  • feat: install Python requirements when running run.sh script by @michaltakac in #62

  • feat: generate QR code for each share by @michaltakac in #67

  • feat: rewrite frontend and backend to use client-side encryption by @tohrxyz in #70

  • feat: decrypt on client side by @tohrxyz in #73

  • feat: client-side encryption and decryption by @tohrxyz in #49

Full Changelog: v0.2-preview...v0.3-preview

v0.2-preview is out!

08 Apr 17:12

Choose a tag to compare

v0.2-preview is out! Pre-release
Pre-release

This version is a preview of The After Message product v0.2-preview.

What's Changed

  • feat: remove file after download by @tohrxyz in #53
  • fix: values of random generated numbers by @DJopek in #52
  • fix: download the original file type by @tohrxyz in #54
  • feat: add upload and download to/from IPFS by @tohrxyz in #56
  • feat: add comments to fastapi backend by @tohrxyz in #57

Full Changelog: v0.1-alpha...v0.2-preview

The After Message v0.1

04 Apr 15:25
411f7bc

Choose a tag to compare

Pre-release

This is the first functioning version of The After Message v0.1-alpha.

You can upload a file with your preferred number of total and needed shares.
The server encrypts the file, saves it and returns generated shares to you.

You can enter the specified number of needed shares to recompose the secret.
The server decrypts the file and offers you to download it.

This is all done on localhost (for now).

Full Changelog: https://github.com/DJopek/dead-mans-switch/commits/v0.1