v0.3.0
Changelog
- Change password hashing algorithm to argon2 since Scrypt was taking way too long (approximately 10 seconds) to hash just a password when logging in on a debug build. Argon2 doesn't take that long (approximately 0.3 seconds), and comes with the added benefit of being more secure, as well.
Full Changelog: v0.2.1...v0.3.0