Skip to content

Releases: ItalyPaleAle/hereditas

v0.2.2

20 Aug 04:20
a20f835
Compare
Choose a tag to compare

This release contains updates to dependencies.

Fixes:

  • Updated dependencies
  • Removed request module that is deprecated (was previously used in an Auth0 rule); replaced it with node-fetch

v0.2.1

29 May 04:53
Compare
Choose a tag to compare

This release contains bug fixes.

Fixes:

  1. Configurable number of Argon2 iterations, and increased the default from 1 to 2
  2. Setting a custom amount of memory for Argon2 did not work, as the option was not cascaded to the web app
  3. Updated dependencies, including a fix in idtoken-verifier when the RSA key was not the first in the keybag
  4. Removed a leftover debug statement

v0.2.0

22 Mar 21:13
Compare
Choose a tag to compare

New features:

  • New, better-looking UI built with Tailwind CSS
  • Added Argon2id support as key derivation function, which is the new default (PBKDF2 is still available)
  • Display a welcome message on the authentication page, before the box is unlocked (see #4)
  • Added hereditas pack command that builds self-contained binaries containing the compiled Hereditas box, for all architectures; this requires the Go compiler and packr2 installed
  • Ignoring certain OS temporary files when building a box (e.g. .DS_Store, files starting with ._, desktop.ini...)

Changes:

  • Each file is encrypted with a unique key, that is stored at the beginning of the file, wrapped with the master key (using AES-KW/RFC 3349)
  • Upgraded framework to Svelte 3

Fixes:

  • Fixed: box did not display content if folder name contained a space

v0.1.1

30 Mar 23:46
Compare
Choose a tag to compare

This release focuses primarily on UI improvements and fixes for the generated web app.

New features:

  • Added breadcrumb navigation when listing the contents of a box or viewing a document inside the box
  • Improved the look and feel of the web app: new header bar, better intro screens

Fixes:

  • Various fixes in the behavior of the web app
  • Updated dependencies

v0.1.0

19 Mar 20:04
Compare
Choose a tag to compare

First public release of Hereditas