Skip to content

Commit

Permalink
Create 13.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
6eero authored Jun 17, 2024
1 parent d5df2f7 commit 4f2f168
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/13.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
v1.2.0 - What's New

Main
- Switched to AES-GCM mode for encryption to ensure the integrity of input values.
- Added functionality to export/import database as encrypted JSON (AES-GCM and PBKDF2 with HMAC SHA256).
- Password hashes are now stored in encrypted shared preferences (PBKDF2 with HMAC SHA256).

Additions
- The generate password screen now displays the entropy level of the password.
- Added a switch to disable lowercase characters during the password generation.
- Added information on secure contact methods, website links, and more in the settings.
- Added animation to the login button when an incorrect password is entered.
- Added a warning message displayed on first launch.
- Added multiple language options.

Removals
- Removed all length restrictions on input fields such as name, email, and password.

Improvements
- Enhanced haptic feedback experience.
- Increased the length of generated passwords up to 64 characters.

0 comments on commit 4f2f168

Please sign in to comment.