Skip to content

v1.9.0

Compare
Choose a tag to compare
@RealGoodProgrammer RealGoodProgrammer released this 25 Dec 10:37
· 3438 commits to master since this release
bf8400c

Storing data on device has been rewritten and updated. Now if user doesn't want to logout automatically, additional password must be set. It is used to encrypt local data. All data stored on user device will be encrypted by local encryption. Argon2 is used for this password hashing. So now storing data on own devices for faster access is secure.
Also secured data is stored in IndexedDb instead of LocalStorage, that provide more space for you messages.