Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jun 19:32
· 8 commits to master since this release
5f4a008

New configuration which enables encryption of the signal keystore and
the gurk messages database:

passphrase = "secret"

Previously unencrypted database is replaced by the encrypted one. Make
sure you backup your data before enabling this option.

After enabling encryption device has to be linked again.

Added

  • Key store and messages database encryption (#283)

Fixed

  • Show self send attachments (#278)
  • Use profile names as user names (#277)

Internal

  • Upgrade libsignal to v0.51.0 (#294)
  • Make sqlite the default storage (#295)