Loading...
- v1.9.11Android
* Fix WebDAV Support * Android: Fix autofill popup background color in dark mode (on some devices). * Switch Google Drive integration to using Google SignIn plugin. * Update translations.
- v1.9.10iOS
* MacOS: Raise minimum to MacOS 10.14 (was 10.12.2): https://github.com/flutter/flutter/issues/114445 * Updated Translations * Fix WebDAV Support
- v1.9.7iOS
* Dropbox: Fix authentication flow to request a valid/long lived `refresh_token`.
- v1.9.6iOS
* Minor bugfixes
- v1.9.5iOS
* Update/Improve translations. * Upgrade to Flutter 3.0, Upgrade dependencies.
- v1.9.4iOS
* Allow customizing of search fields. * Support for storing attachments outside password file on AuthPass Cloud (Not enabled by default) * Updated all languages If you find untranslated strings, help us at https://translate.authpass.app/ * Keyboard shortcut for copy TOTP (command+t) #262 * Desktop: system wide shortcuts (control+option+f for opening search). #262
- v1.9.3iOS
* Allow removing of files from the list of "recent files". [#260](https://github.com/authpass/authpass/pull/260). * Improve AuthPass Cloud authentication #259 * Minor bugfixes
- v1.9.2iOS
* Share password databases/files with friends using AuthPass Cloud. * Create tokens and send them to your friends. * Possibility to share read-only access. * Allow closing password entry view while saving files. #252 * When an error happens during save, changes will not be marked as saved. * fix selecting of group for newly created entries #251 * fix deleting password entry permanently when in entry details view. #253 * Allow changing of master password #46
- v1.9.1iOS
* Custom AuthPass Cloud backend to store and share passwords. #29 * Properly handle invalid file types when opening. * Fix background color in dark theme when swiping over password #210 * Make all (remaining) strings translatable. #78 * Allow *opening* of kdbx files with empty passwords. #249 * Enable website icon fetching by default.
- v1.9.0iOS
* 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.2iOS
* 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.1iOS
* Fixed bug with authpass cloud. * Fixed bug with cloud storage ui.
- v1.8.0iOS
* Upgrade to Flutter 2.4 / Migrate all code to nnbd to improve stability. * Support for v2 keyfiles https://forum.authpass.app/t/issuues-with-keyfile/84/4
- v1.7.11iOS
* Improve a couple of accessibility labels #214 * Allow changing of custom icons #157 (thanks @PatrikKoscelansky) * Added Traditional Chinese (thanks Bob Chao) * Added Brazilian Portuguese (thanks igorruckert) * Added Slovak (thanks @draxe) * Add Chinese Simplified
- v1.7.9iOS
* Allow opening of URLs of entries. (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) * 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)
- v1.7.8iOS
* 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.7iOS
* 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. * copy with cmd+c will now only copy selected text (if there is a selection, otherwise copy full field).
- v1.7.6iOS
* 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.
- v1.7.5iOS
* Password fields: Do not obscure if they are empty. * Fix length selector in password generator. * Improvements to keyboard handling: * cmd+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.
- v1.7.4iOS
* Show custom icons for passwords and groups #68 * Show encryption options in file options, allow upgrading to kdbx 4. * By default create kdbx v4 files (instead of kdbx 3.1) * Fixed wrong default locale.
- v1.7.3iOS
* Fixed possible error dialogs #124 ("The method 'markNeedsBuild' was called on null") * Fixed error in group list when adding new subgroups while a filter is active. * UI: Progress overlay on initial page now matches screen height. * UI: allow displaying of plain text master password during unlocking. #86 * KDBX: fix bug saving files with history entries which contain attachments. * KDBX: fix saving of history entries. - v1.7.1iOS
* Improved group filter by showing recursive filter and trash. * Password Entry: Only show "generate password" button if value is blank. #108 * Entry: Fix: Adding a custom field discards previous changes. #106 * WebDAV: Connect UI: Make dialog scrollable. #103 * WebDAV: Fixed Compatibility with servers returning trailing slashes for directories. * WebDAV: Support for digest authentication (next to basic auth). #112
- v1.6.4iOS
* Group Management/Filter: Add Drawer for easy filtering by Groups. * Fixed saving files in Dropbox root folder. * Use default colors when opening files (do not use gray). * Fixed adding file attachments. * Fix OTP codes with spaces in 'TOTP Seed' field #26 * Password List: Improved search by search for each word separately.
- v1.6.2iOS
* Revamped Group management, filtering and editing, support for changing icons, renaming, deleting. * Fixed font for older MacOS Versions
- v1.6.1iOS
* Support for Microsoft OneDrive (#71) * Improved Authorization flow for Dropbox. * Allow customizing of visual density and font scale. * TOTP: Disable OTP secret padding (makes it more compatible with e.g. GitHub, Amazon, etc.)
- v1.6.0iOS
* Added support for file attachments/binaries. * Filter by groups, show/hide deleted trash items, etc. * Fix reading/writing timestamps correctly. * Fix compatibility problems with kdbx 4 timestamps. * Correctly display modification timestamp in local time zone.