v1.9.0
RealGoodProgrammer
released this
25 Dec 10:37
·
3438 commits
to master
since this release
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.