Authpass Versions Save

AuthPass - Password Manager based on Flutter for all platforms. Keepass 2.x (kdbx 3.x) compatible.

v1.9.0

2 years ago
  • Fixed null exception when copying username/password from entry which has none defined.
  • Fixes #188 - Show banner to users to suggest activating autofill (@ATofighi)
  • KDBX: Fix merging of files with incoming deleted objects.
  • Add support for permanently deleting groups and password entries. #99
  • When a conflict is detected during save, automatically merge files #80
  • Dropbox: Fixed conflict detection.
  • Google Drive: Implement rudimentary conflict detection #34

v1.8.2

2 years ago
  • Add CONTRIBUTORS.md to about dialog. #237 (@ATofighi)
  • Fixed potential crash in Preferences screen.
  • Fixed broken 'manage groups'.
  • Add links to forum, report error to forum https://forum.authpass.app/
  • WebDAV: Improve file not found error message.
  • Fix bug when changing database name.
  • Added Dutch translations.

v1.8.1

2 years ago
  • Fixed bug when reading cloud email.
  • Fixed bug with cloud storage ui.
  • A couple of other minor fixes after nullsafety migration

v1.8.0

2 years ago

v1.7.11

3 years ago

1.7.11 - 2021-02-21

  • Allow changing of custom icons #157 (thanks @PatrikKoscelansky)
  • Added Traditional Chinese (thanks Bob Chao)
  • Added Brazilian Portuguese (thanks igorruckert)
  • Added Slovak (thanks @draxe)
  • Improve a couple of accessibility labels #214

1.7.10 - 2020-10-19

  • Fix bug which broke android autofill.
  • Fix protected field overlay alignment.
  • Add Chinese Simplified

v1.7.9

3 years ago
  • Allow opening of URLs of entries. (On desktop using shift+cmd+U). #140
  • Disable autocorrect/suggestions and text capitalization for URL and Username fields. #145
  • Translations: Added Indonesian.
  • Translations: Added Italian.
  • Show icon to present protected values #161 (Thanks @Trekky12)
  • DEV: update flutter to 1.22.0-12.1.pre (from 1.22.0-1.0.pre)
  • Compatibility with KeePassXC: Accept arbitrary sort order of binaries in kdbx 3.
  • Fix unprotecting field causes the field to be empty #162 (Thanks @stalkopat)
  • Recommend cloud storage to users of local storage. #167 (Thanks @stalkopat)
  • Android: Disable autocomplete for password fields.

v1.7.8

3 years ago
  • Android: improve autofill input field detection for usernames.
  • Improve locking with biometric storage. (Files can now be closed/locked without removing saved master passwords)
  • File Create: Show password strength #143
  • Password generator: include accented characters in 'Umlauts'
  • French translations.
  • Create "Onboarding" screen for new users.
  • Cleanup 'Select File' dialog.
  • Use 'JetBrains Mono' font in "Present' view.

v1.7.7

3 years ago
  • Fix: Make sure files can only be opened once at the same time, even from different sources. (ie. prevent opening a copy of a file at the same time as the original)
  • Fix: Synchronized saving of kdbx files - previously saving the same file twice at the same time could lead to corrupted database files.
  • Desktop: copy with ctrl/cmd+c will now only copy selected text (if there is a selection, otherwise copy full field).

v1.7.6

3 years ago
  • Password generator: Allow generated passwords of custom length >40 characters.
  • Kdbx: Improved compatibility with other KeePass apps.
  • OneDrive: Add conflict detection.
  • WebDAV: Improved conflict detection on some webdav servers.
  • Android: Improve Autofill Field detection.

v1.7.5

3 years ago
  • Password fields: Do not obscure if they are empty.
  • Fix length selector in password generator.
  • Desktop: Improvements to keyboard handling:
    • cmd/ctrl+c: Will only copy password if not in another text field.
    • ESC: Will blur the current text field. If inside the search bar, will cancel the search.
    • Linux: Workaround for pasting into text fields.
  • iOS: Allow copying of kdbx files from/to application docs dir with iTunes/Finder. #110
  • Linux: Fix argon2 lib loading for kdbx 4. #131