Skip to content

elara v0.3.0

Compare
Choose a tag to compare
@saurabh0719 saurabh0719 released this 13 May 04:34
· 64 commits to main since this release
eb477d3

Description :

  • v0.2.1 and earlier used a mix of ascii and base64 encoding. v0.3.0 uses utf-8 encoding instead.
  • To safeguard data, its better to export all existing data from any encrypted file before upgrading.
    You can then use the securedb() method to re-encrypt it.

This release is a breaking change from v0.2.x.