Logo
Explore Help
Register Sign In
bitwarden/ios
1
0
Fork 0
You've already forked ios
mirror of https://github.com/bitwarden/ios.git synced 2026-02-03 17:48:54 -06:00
Code Issues Packages Projects Releases 32 Wiki Activity

32 Releases 51 Tags

RSS Feed
  • v2025.8.1-bwa 146e5e7d7c

    Authenticator 2025.8.1 (165) Stable

    giteasync released this 2025-08-22 11:38:25 -05:00 | 328 commits to main since this release

    Overview

    • Updated app icons to use the new Icon Composer in preparation for iOS 26

    What's Changed

    • [PM-24590] Add support to hotfix specific apps in Cut Release Branch workflow by @vvolkgang in https://github.com/bitwarden/ios/pull/1840
    • [PM-23728] refactor: Use the new vault strategies in the TOTP ciphers autofill by @fedemkr in https://github.com/bitwarden/ios/pull/1821
    • [PM-23728] Fix flaky test on CipherMatchingHelper by @fedemkr in https://github.com/bitwarden/ios/pull/1841
    • Crowdin Pull by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1838
    • Update public suffix list by @github-actions[bot] in https://github.com/bitwarden/ios/pull/1846
    • [PM-24635] Fix spelling errors in some comments. by @lamtrinhdev in https://github.com/bitwarden/ios/pull/1845
    • [PM-23632] Fix style of menu buttons on iOS 15 and 16 by @matt-livefront in https://github.com/bitwarden/ios/pull/1849
    • [PM-24322] Add event log when exporting individual vaults by @matt-livefront in https://github.com/bitwarden/ios/pull/1851
    • [PM-23357] Improve toolbar under iOS 26 by @KatherineInCode in https://github.com/bitwarden/ios/pull/1847
    • Fix CI new manual builds to pass the Xcode version by @fedemkr in https://github.com/bitwarden/ios/pull/1853
    • [PM-24675] Fix renovate update warning by @vvolkgang in https://github.com/bitwarden/ios/pull/1854
    • [PM-24131] Adjust BWA navigation bar for iOS 26 by @KatherineInCode in https://github.com/bitwarden/ios/pull/1852
    • [PM-24762] Update iOS version in tests to 18.6 by @KatherineInCode in https://github.com/bitwarden/ios/pull/1855
    • [PM-24715] Fix iOS autofill extension app initialization URLs by @fedemkr in https://github.com/bitwarden/ios/pull/1857
    • Crowdin Pull by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1860
    • [PM-23317] Update app icons for Xcode 26 by @fedemkr in https://github.com/bitwarden/ios/pull/1833
    • [PM-21602] Consolidate clearly duplicated extensions by @KatherineInCode in https://github.com/bitwarden/ios/pull/1862
    • Update public suffix list by @github-actions[bot] in https://github.com/bitwarden/ios/pull/1863
    • Update BWA CI to have Xcode version in the workflow run name by @fedemkr in https://github.com/bitwarden/ios/pull/1870
    • chore/SRE-583 Deprecate usage of Auth-Email Header by @bitwarden-charlie in https://github.com/bitwarden/ios/pull/1528
    • [PM-24711] Maintain vault timeout action when enabling a pin/biometrics without a master password by @matt-livefront in https://github.com/bitwarden/ios/pull/1856
    • [PM-24457] Update Bitwarden Sdk to fe0f17e by @LRNcardozoWDF in https://github.com/bitwarden/ios/pull/1842
    • [PM-24667] Remove captcha connector code by @aj-rosado in https://github.com/bitwarden/ios/pull/1861
    • [PM-21602] Consolidate some duplicated views by @KatherineInCode in https://github.com/bitwarden/ios/pull/1869
    • [PM-25005] Fix build on release for Xcode 26 beta by @fedemkr in https://github.com/bitwarden/ios/pull/1871
    • Crowdin Pull by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1874
    • [deps]: Update gh minor by @renovate[bot] in https://github.com/bitwarden/ios/pull/1867
    • [deps]: Lock file maintenance by @renovate[bot] in https://github.com/bitwarden/ios/pull/1866
    • [deps]: Update mint minor by @renovate[bot] in https://github.com/bitwarden/ios/pull/1864
    • Add workflow placeholder for sdlc-sdk-update.yml by @LRNcardozoWDF in https://github.com/bitwarden/ios/pull/1878

    New Contributors

    • @bitwarden-charlie made their first contribution in https://github.com/bitwarden/ios/pull/1528

    Full Changelog: https://github.com/bitwarden/ios/compare/v2025.8.0-bwa...v2025.8.1-bwa
    Builds Source: https://github.com/bitwarden/ios/actions/runs/17162172701

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • com.bitwarden.authenticator-2025.8.1-165-16.4.ipa.zip
      33 MiB
  • v2025.8.1-bwpm 146e5e7d7c

    Password Manager 2025.8.1 (2490) Stable

    giteasync released this 2025-08-22 11:38:25 -05:00 | 328 commits to main since this release

    Overview

    • Fixed an issue where using a passkey with Master Password Reprompt could log users out and reset vault timeout settings.
    • Resolved an issue where exporting individual vaults for organization users didn't generate an event in the event log.

    What's Changed

    • [PM-24590] Add support to hotfix specific apps in Cut Release Branch workflow by @vvolkgang in https://github.com/bitwarden/ios/pull/1840
    • [PM-23728] refactor: Use the new vault strategies in the TOTP ciphers autofill by @fedemkr in https://github.com/bitwarden/ios/pull/1821
    • [PM-23728] Fix flaky test on CipherMatchingHelper by @fedemkr in https://github.com/bitwarden/ios/pull/1841
    • Crowdin Pull by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1838
    • Update public suffix list by @github-actions[bot] in https://github.com/bitwarden/ios/pull/1846
    • [PM-24635] Fix spelling errors in some comments. by @lamtrinhdev in https://github.com/bitwarden/ios/pull/1845
    • [PM-23632] Fix style of menu buttons on iOS 15 and 16 by @matt-livefront in https://github.com/bitwarden/ios/pull/1849
    • [PM-24322] Add event log when exporting individual vaults by @matt-livefront in https://github.com/bitwarden/ios/pull/1851
    • [PM-23357] Improve toolbar under iOS 26 by @KatherineInCode in https://github.com/bitwarden/ios/pull/1847
    • Fix CI new manual builds to pass the Xcode version by @fedemkr in https://github.com/bitwarden/ios/pull/1853
    • [PM-24675] Fix renovate update warning by @vvolkgang in https://github.com/bitwarden/ios/pull/1854
    • [PM-24131] Adjust BWA navigation bar for iOS 26 by @KatherineInCode in https://github.com/bitwarden/ios/pull/1852
    • [PM-24762] Update iOS version in tests to 18.6 by @KatherineInCode in https://github.com/bitwarden/ios/pull/1855
    • [PM-24715] Fix iOS autofill extension app initialization URLs by @fedemkr in https://github.com/bitwarden/ios/pull/1857
    • Crowdin Pull by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1860
    • [PM-23317] Update app icons for Xcode 26 by @fedemkr in https://github.com/bitwarden/ios/pull/1833
    • [PM-21602] Consolidate clearly duplicated extensions by @KatherineInCode in https://github.com/bitwarden/ios/pull/1862
    • Update public suffix list by @github-actions[bot] in https://github.com/bitwarden/ios/pull/1863
    • Update BWA CI to have Xcode version in the workflow run name by @fedemkr in https://github.com/bitwarden/ios/pull/1870
    • chore/SRE-583 Deprecate usage of Auth-Email Header by @bitwarden-charlie in https://github.com/bitwarden/ios/pull/1528
    • [PM-24711] Maintain vault timeout action when enabling a pin/biometrics without a master password by @matt-livefront in https://github.com/bitwarden/ios/pull/1856
    • [PM-24457] Update Bitwarden Sdk to fe0f17e by @LRNcardozoWDF in https://github.com/bitwarden/ios/pull/1842
    • [PM-24667] Remove captcha connector code by @aj-rosado in https://github.com/bitwarden/ios/pull/1861
    • [PM-21602] Consolidate some duplicated views by @KatherineInCode in https://github.com/bitwarden/ios/pull/1869
    • [PM-25005] Fix build on release for Xcode 26 beta by @fedemkr in https://github.com/bitwarden/ios/pull/1871
    • Crowdin Pull by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1874
    • [deps]: Update gh minor by @renovate[bot] in https://github.com/bitwarden/ios/pull/1867
    • [deps]: Lock file maintenance by @renovate[bot] in https://github.com/bitwarden/ios/pull/1866
    • [deps]: Update mint minor by @renovate[bot] in https://github.com/bitwarden/ios/pull/1864
    • Add workflow placeholder for sdlc-sdk-update.yml by @LRNcardozoWDF in https://github.com/bitwarden/ios/pull/1878

    New Contributors

    • @bitwarden-charlie made their first contribution in https://github.com/bitwarden/ios/pull/1528

    Full Changelog: https://github.com/bitwarden/ios/compare/v2025.8.0-bwpm...v2025.8.1-bwpm
    Builds Source: https://github.com/bitwarden/ios/actions/runs/17162172753

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • com.8bit.bitwarden-2025.8.1-2490-16.4.ipa.zip
      72 MiB
  • v2025.8.0-bwa 4474839dae

    Authenticator 2025.8.0 (135) Stable

    giteasync released this 2025-08-15 08:06:24 -05:00 | 356 commits to main since this release

    Overview

    Various under the hood improvements

    What's Changed

    • [PM-23820] Copy all PM strings to BitwardenResources by @KatherineInCode in https://github.com/bitwarden/ios/pull/1781
    • [PM-24171] [BEEEP] Improved AutoMockable stencil to use short method name by @fedemkr in https://github.com/bitwarden/ios/pull/1792
    • Crowdin Pull - Authenticator by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1793
    • Crowdin Pull - Password Manager by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1794
    • [PM-24139] Remove simple-login-self-host-alias feature flag by @matt-livefront in https://github.com/bitwarden/ios/pull/1796
    • [PM-24140] Remove anon-addy-self-host-alias feature flag by @matt-livefront in https://github.com/bitwarden/ios/pull/1799
    • [PM-24152] Remove import-logins-flow feature flag by @matt-livefront in https://github.com/bitwarden/ios/pull/1800
    • [PM-23820] Migrate PM to use strings from BitwardenResources by @KatherineInCode in https://github.com/bitwarden/ios/pull/1795
    • [PM-23893] Trigger CI builds when release branches are created by @vvolkgang in https://github.com/bitwarden/ios/pull/1765
    • [BRE-831] fix workflow logout by @aj-bw in https://github.com/bitwarden/ios/pull/1787
    • [PM-23820] Copy BWA strings to BitwardenResources by @KatherineInCode in https://github.com/bitwarden/ios/pull/1798
    • Update public suffix list by @github-actions[bot] in https://github.com/bitwarden/ios/pull/1801
    • Crowdin Pull - Password Manager by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1809
    • [PM-22873] Remove isRemotelyConfigured for feature flags by @matt-livefront in https://github.com/bitwarden/ios/pull/1813
    • [PM-24159] Update Bitwarden Sdk to 30923db by @LRNcardozoWDF in https://github.com/bitwarden/ios/pull/1811
    • [PM-23820] Migrate BWA to use strings from BitwardenResources by @KatherineInCode in https://github.com/bitwarden/ios/pull/1812
    • [PM-24246] Remove restrict-item-deletion-to-can-manage-permission feature flag by @matt-livefront in https://github.com/bitwarden/ios/pull/1815
    • [PM-21331] Update build-any.yml to upload BWA dsyms to Crashlytics by @vvolkgang in https://github.com/bitwarden/ios/pull/1817
    • [PM-24116] Show placeholder hyphen when generating catch-all username with an empty domain by @matt-livefront in https://github.com/bitwarden/ios/pull/1822
    • Update scan workflow to use centralized reusable component by @mandreko-bitwarden in https://github.com/bitwarden/ios/pull/1790
    • [PM-23875] Enable SwiftFormat lint rule to enforce ternary style by @matt-livefront in https://github.com/bitwarden/ios/pull/1823
    • [PM-24241] Remove email-verification feature flag by @matt-livefront in https://github.com/bitwarden/ios/pull/1820
    • [PM-23820] Refactor Crowdin Workflows by @KatherineInCode in https://github.com/bitwarden/ios/pull/1814
    • [PM-23820] Delete Localizable.strings from BitwardenShared by @KatherineInCode in https://github.com/bitwarden/ios/pull/1818
    • [PM-23820] Delete Localizable.strings from AuthenticatorShared by @KatherineInCode in https://github.com/bitwarden/ios/pull/1819
    • Crowdin Pull by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1827
    • Update public suffix list by @github-actions[bot] in https://github.com/bitwarden/ios/pull/1828
    • [PM-24348] Update type_name lint rule max length from 40 to 50 by @fedemkr in https://github.com/bitwarden/ios/pull/1826
    • [PM-24477] Remove exemption from restrict item types policy by @andrebispo5 in https://github.com/bitwarden/ios/pull/1831
    • [PM-24564] Replace parenthesis in build artifact name by @vvolkgang in https://github.com/bitwarden/ios/pull/1835
    • [PM-24564] Address GitHub Release creation workflow feedback by @vvolkgang in https://github.com/bitwarden/ios/pull/1834
    • [PM-22549] Update CXP related code to work with new iOS 26 beta API by @fedemkr in https://github.com/bitwarden/ios/pull/1656
    • [PM-24564] fix: action not found in GitHub Release creation workflow by @vvolkgang in https://github.com/bitwarden/ios/pull/1839
    • [PM-24587][PM-24588] Fix vault sections bug by @andrebispo5 in https://github.com/bitwarden/ios/pull/1837
    • [BRE-1074] Fixing iOS Publishing by @pixman20 in https://github.com/bitwarden/ios/pull/1836
    • [PM-24762] [RC] Update iOS version in tests to 18.6 by @fedemkr in https://github.com/bitwarden/ios/pull/1859
    • [PM-24715] [RC] Fix iOS autofill extension app initialization URLs by @fedemkr in https://github.com/bitwarden/ios/pull/1858

    Full Changelog: https://github.com/bitwarden/ios/compare/v2025.7.1-bwa...v2025.8.0-bwa
    Builds Source: https://github.com/bitwarden/ios/actions/runs/16834719558

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • com.bitwarden.authenticator-2025.8.0-135-16.4.ipa.zip
      33 MiB
  • v2025.8.0-bwpm 4474839dae

    Password Manager 2025.8.0 (2461) Stable

    giteasync released this 2025-08-15 08:06:24 -05:00 | 356 commits to main since this release

    Overview

    • Fixed an issue where the collection item count was incorrect.
    • Resolved a problem where folders were not displaying properly.
    • Improved the catch-all email display.
    • Various additional bug fixes and under the hood improvements

    What's Changed

    • [PM-23820] Copy all PM strings to BitwardenResources by @KatherineInCode in https://github.com/bitwarden/ios/pull/1781
    • [PM-24171] [BEEEP] Improved AutoMockable stencil to use short method name by @fedemkr in https://github.com/bitwarden/ios/pull/1792
    • Crowdin Pull - Authenticator by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1793
    • Crowdin Pull - Password Manager by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1794
    • [PM-24139] Remove simple-login-self-host-alias feature flag by @matt-livefront in https://github.com/bitwarden/ios/pull/1796
    • [PM-24140] Remove anon-addy-self-host-alias feature flag by @matt-livefront in https://github.com/bitwarden/ios/pull/1799
    • [PM-24152] Remove import-logins-flow feature flag by @matt-livefront in https://github.com/bitwarden/ios/pull/1800
    • [PM-23820] Migrate PM to use strings from BitwardenResources by @KatherineInCode in https://github.com/bitwarden/ios/pull/1795
    • [PM-23893] Trigger CI builds when release branches are created by @vvolkgang in https://github.com/bitwarden/ios/pull/1765
    • [BRE-831] fix workflow logout by @aj-bw in https://github.com/bitwarden/ios/pull/1787
    • [PM-23820] Copy BWA strings to BitwardenResources by @KatherineInCode in https://github.com/bitwarden/ios/pull/1798
    • Update public suffix list by @github-actions[bot] in https://github.com/bitwarden/ios/pull/1801
    • Crowdin Pull - Password Manager by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1809
    • [PM-22873] Remove isRemotelyConfigured for feature flags by @matt-livefront in https://github.com/bitwarden/ios/pull/1813
    • [PM-24159] Update Bitwarden Sdk to 30923db by @LRNcardozoWDF in https://github.com/bitwarden/ios/pull/1811
    • [PM-23820] Migrate BWA to use strings from BitwardenResources by @KatherineInCode in https://github.com/bitwarden/ios/pull/1812
    • [PM-24246] Remove restrict-item-deletion-to-can-manage-permission feature flag by @matt-livefront in https://github.com/bitwarden/ios/pull/1815
    • [PM-21331] Update build-any.yml to upload BWA dsyms to Crashlytics by @vvolkgang in https://github.com/bitwarden/ios/pull/1817
    • [PM-24116] Show placeholder hyphen when generating catch-all username with an empty domain by @matt-livefront in https://github.com/bitwarden/ios/pull/1822
    • Update scan workflow to use centralized reusable component by @mandreko-bitwarden in https://github.com/bitwarden/ios/pull/1790
    • [PM-23875] Enable SwiftFormat lint rule to enforce ternary style by @matt-livefront in https://github.com/bitwarden/ios/pull/1823
    • [PM-24241] Remove email-verification feature flag by @matt-livefront in https://github.com/bitwarden/ios/pull/1820
    • [PM-23820] Refactor Crowdin Workflows by @KatherineInCode in https://github.com/bitwarden/ios/pull/1814
    • [PM-23820] Delete Localizable.strings from BitwardenShared by @KatherineInCode in https://github.com/bitwarden/ios/pull/1818
    • [PM-23820] Delete Localizable.strings from AuthenticatorShared by @KatherineInCode in https://github.com/bitwarden/ios/pull/1819
    • Crowdin Pull by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1827
    • Update public suffix list by @github-actions[bot] in https://github.com/bitwarden/ios/pull/1828
    • [PM-24348] Update type_name lint rule max length from 40 to 50 by @fedemkr in https://github.com/bitwarden/ios/pull/1826
    • [PM-24477] Remove exemption from restrict item types policy by @andrebispo5 in https://github.com/bitwarden/ios/pull/1831
    • [PM-24564] Replace parenthesis in build artifact name by @vvolkgang in https://github.com/bitwarden/ios/pull/1835
    • [PM-24564] Address GitHub Release creation workflow feedback by @vvolkgang in https://github.com/bitwarden/ios/pull/1834
    • [PM-22549] Update CXP related code to work with new iOS 26 beta API by @fedemkr in https://github.com/bitwarden/ios/pull/1656
    • [PM-24564] fix: action not found in GitHub Release creation workflow by @vvolkgang in https://github.com/bitwarden/ios/pull/1839
    • [PM-24587][PM-24588] Fix vault sections bug by @andrebispo5 in https://github.com/bitwarden/ios/pull/1837
    • [BRE-1074] Fixing iOS Publishing by @pixman20 in https://github.com/bitwarden/ios/pull/1836
    • [PM-24762] [RC] Update iOS version in tests to 18.6 by @fedemkr in https://github.com/bitwarden/ios/pull/1859
    • [PM-24715] [RC] Fix iOS autofill extension app initialization URLs by @fedemkr in https://github.com/bitwarden/ios/pull/1858

    Full Changelog: https://github.com/bitwarden/ios/compare/v2025.7.1-bwpm...v2025.8.0-bwpm
    Builds Source: https://github.com/bitwarden/ios/actions/runs/16990599705

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • com.8bit.bitwarden-2025.8.0-2461-16.4.ipa.zip
      71 MiB
  • v2025.7.1-bwa 18217a67a1

    Authenticator 2025.7.1 (102) Stable

    giteasync released this 2025-07-25 11:38:32 -05:00 | 393 commits to main since this release

    Overview

    Various bug fixes, UI improvements, and internal code enhancements

    What's Changed

    • [PM-23682] Remove flight recorder flag by @KatherineInCode in https://github.com/bitwarden/ios/pull/1740
    • [PM-23682] Remove prelogin settings flag by @KatherineInCode in https://github.com/bitwarden/ios/pull/1741
    • [PM-22641] Updated overflowmenu order and date format on SendListItemRowView by @aj-rosado in https://github.com/bitwarden/ios/pull/1749
    • [PM-23545] Update 2FA verification code accept any length by @andrebispo5 in https://github.com/bitwarden/ios/pull/1742
    • [PM-18285] Vault repository refactor to improve performance by @fedemkr in https://github.com/bitwarden/ios/pull/1677
    • [PM-18414] Workflow inputs redux by @vvolkgang in https://github.com/bitwarden/ios/pull/1759
    • [PM-23732] Fix restrict item types policy implementation on vault list preparator by @fedemkr in https://github.com/bitwarden/ios/pull/1757
    • [BRE-769] Use Fastlane to keep github releases in sync with mobile deploy versions by @michalchecinski in https://github.com/bitwarden/ios/pull/1593
    • [PM-23629] Restrict exported items based on policy by @andrebispo5 in https://github.com/bitwarden/ios/pull/1744
    • [BRE-831] migrate secrets AKV by @pixman20 in https://github.com/bitwarden/ios/pull/1664
    • [BRE-831] Fixing Secrets Retrievel Step by @pixman20 in https://github.com/bitwarden/ios/pull/1760
    • Fix publish-github-release workflow permissions by @michalchecinski in https://github.com/bitwarden/ios/pull/1761
    • Update public suffix list by @github-actions[bot] in https://github.com/bitwarden/ios/pull/1755
    • [PM-18211] Refactor vault list fetch sync to not return vault sections by @matt-livefront in https://github.com/bitwarden/ios/pull/1762
    • [PM-13607] Implement SDK client-managed state repository registration by @fedemkr in https://github.com/bitwarden/ios/pull/1738
    • [PM-23682] Remove BWA/PM sync flag by @KatherineInCode in https://github.com/bitwarden/ios/pull/1743
    • [PM-23872] Update Bitwarden SDK to ad07619 by @LRNcardozoWDF in https://github.com/bitwarden/ios/pull/1766
    • [PM-23819] Consolidate PM colors into BitwardenResources by @KatherineInCode in https://github.com/bitwarden/ios/pull/1763
    • Crowdin Pull - Authenticator by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1768
    • Crowdin Pull - Password Manager by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1767
    • [PM-23406] Update AuthenticatorSyncService to use a separate SDK client by @matt-livefront in https://github.com/bitwarden/ios/pull/1750
    • [PM-23870] Consolidate fonts into BitwardenResources by @KatherineInCode in https://github.com/bitwarden/ios/pull/1771
    • [PM-22660] Add created date to View Item and update date formats by @matt-livefront in https://github.com/bitwarden/ios/pull/1772
    • [PM-24003] Fix sync to only have the 30min interval check on app opened/resumed by @fedemkr in https://github.com/bitwarden/ios/pull/1773
    • Update public suffix list by @github-actions[bot] in https://github.com/bitwarden/ios/pull/1770
    • [PM-18211] Add alert when tapping on a decryption failure item by @matt-livefront in https://github.com/bitwarden/ios/pull/1764
    • [BRE-945] Automate App Store publishing by @AmyLGalles in https://github.com/bitwarden/ios/pull/1702
    • [PM-24036] Add tooltip to "Show website icons" by @matt-livefront in https://github.com/bitwarden/ios/pull/1776
    • [PM-23820] Copy one PM string to BitwardenResources and update Crowdin configuration by @KatherineInCode in https://github.com/bitwarden/ios/pull/1775
    • [PM-24044] Add section restrictions to vault list builder by @andrebispo5 in https://github.com/bitwarden/ios/pull/1779
    • [PM-23406] Fix authenticator sync initial key creation by @matt-livefront in https://github.com/bitwarden/ios/pull/1780
    • [PM-24118] Remove ignore-2fa-notice-environment-check feature flag by @matt-livefront in https://github.com/bitwarden/ios/pull/1783
    • secrets fix by @aj-bw in https://github.com/bitwarden/ios/pull/1784
    • Crowdin Pull - Authenticator by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1788
    • Crowdin Pull - Password Manager by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1789
    • [PM-24091] Remove mobile-error-reporting feature flag by @matt-livefront in https://github.com/bitwarden/ios/pull/1782
    • [PM-24170] Upload Authenticator dSYMs to Crashlytics by @matt-livefront in https://github.com/bitwarden/ios/pull/1791
    • [PM-18211] Add alert for cipher decryption failure when vault loads by @matt-livefront in https://github.com/bitwarden/ios/pull/1769

    New Contributors

    • @pixman20 made their first contribution in https://github.com/bitwarden/ios/pull/1664

    Full Changelog: https://github.com/bitwarden/ios/compare/v2025.7.0-bwa...v2025.7.1-bwa
    Builds Source: https://github.com/bitwarden/ios/actions/runs/16527809917

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • Authenticator.iOS.zip
      14 MiB
  • v2025.7.1-bwpm 18217a67a1

    Password Manager 2025.7.1 (2430) Stable

    giteasync released this 2025-07-25 11:38:32 -05:00 | 393 commits to main since this release

    Overview

    • Improved error handling for corrupt ciphers; ciphers that fail to decrypt will now display "[error: failed to decrypt]" for easier identification.
    • Removed the 30-minute interval check before syncing, ensuring your vault stays up-to-date more frequently.
    • Various bug fixes, UI improvements, and internal code enhancements for iOS.

    What's Changed

    • [PM-23682] Remove flight recorder flag by @KatherineInCode in https://github.com/bitwarden/ios/pull/1740
    • [PM-23682] Remove prelogin settings flag by @KatherineInCode in https://github.com/bitwarden/ios/pull/1741
    • [PM-22641] Updated overflowmenu order and date format on SendListItemRowView by @aj-rosado in https://github.com/bitwarden/ios/pull/1749
    • [PM-23545] Update 2FA verification code accept any length by @andrebispo5 in https://github.com/bitwarden/ios/pull/1742
    • [PM-18285] Vault repository refactor to improve performance by @fedemkr in https://github.com/bitwarden/ios/pull/1677
    • [PM-18414] Workflow inputs redux by @vvolkgang in https://github.com/bitwarden/ios/pull/1759
    • [PM-23732] Fix restrict item types policy implementation on vault list preparator by @fedemkr in https://github.com/bitwarden/ios/pull/1757
    • [BRE-769] Use Fastlane to keep github releases in sync with mobile deploy versions by @michalchecinski in https://github.com/bitwarden/ios/pull/1593
    • [PM-23629] Restrict exported items based on policy by @andrebispo5 in https://github.com/bitwarden/ios/pull/1744
    • [BRE-831] migrate secrets AKV by @pixman20 in https://github.com/bitwarden/ios/pull/1664
    • [BRE-831] Fixing Secrets Retrievel Step by @pixman20 in https://github.com/bitwarden/ios/pull/1760
    • Fix publish-github-release workflow permissions by @michalchecinski in https://github.com/bitwarden/ios/pull/1761
    • Update public suffix list by @github-actions[bot] in https://github.com/bitwarden/ios/pull/1755
    • [PM-18211] Refactor vault list fetch sync to not return vault sections by @matt-livefront in https://github.com/bitwarden/ios/pull/1762
    • [PM-13607] Implement SDK client-managed state repository registration by @fedemkr in https://github.com/bitwarden/ios/pull/1738
    • [PM-23682] Remove BWA/PM sync flag by @KatherineInCode in https://github.com/bitwarden/ios/pull/1743
    • [PM-23872] Update Bitwarden SDK to ad07619 by @LRNcardozoWDF in https://github.com/bitwarden/ios/pull/1766
    • [PM-23819] Consolidate PM colors into BitwardenResources by @KatherineInCode in https://github.com/bitwarden/ios/pull/1763
    • Crowdin Pull - Authenticator by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1768
    • Crowdin Pull - Password Manager by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1767
    • [PM-23406] Update AuthenticatorSyncService to use a separate SDK client by @matt-livefront in https://github.com/bitwarden/ios/pull/1750
    • [PM-23870] Consolidate fonts into BitwardenResources by @KatherineInCode in https://github.com/bitwarden/ios/pull/1771
    • [PM-22660] Add created date to View Item and update date formats by @matt-livefront in https://github.com/bitwarden/ios/pull/1772
    • [PM-24003] Fix sync to only have the 30min interval check on app opened/resumed by @fedemkr in https://github.com/bitwarden/ios/pull/1773
    • Update public suffix list by @github-actions[bot] in https://github.com/bitwarden/ios/pull/1770
    • [PM-18211] Add alert when tapping on a decryption failure item by @matt-livefront in https://github.com/bitwarden/ios/pull/1764
    • [BRE-945] Automate App Store publishing by @AmyLGalles in https://github.com/bitwarden/ios/pull/1702
    • [PM-24036] Add tooltip to "Show website icons" by @matt-livefront in https://github.com/bitwarden/ios/pull/1776
    • [PM-23820] Copy one PM string to BitwardenResources and update Crowdin configuration by @KatherineInCode in https://github.com/bitwarden/ios/pull/1775
    • [PM-24044] Add section restrictions to vault list builder by @andrebispo5 in https://github.com/bitwarden/ios/pull/1779
    • [PM-23406] Fix authenticator sync initial key creation by @matt-livefront in https://github.com/bitwarden/ios/pull/1780
    • [PM-24118] Remove ignore-2fa-notice-environment-check feature flag by @matt-livefront in https://github.com/bitwarden/ios/pull/1783
    • secrets fix by @aj-bw in https://github.com/bitwarden/ios/pull/1784
    • Crowdin Pull - Authenticator by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1788
    • Crowdin Pull - Password Manager by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1789
    • [PM-24091] Remove mobile-error-reporting feature flag by @matt-livefront in https://github.com/bitwarden/ios/pull/1782
    • [PM-24170] Upload Authenticator dSYMs to Crashlytics by @matt-livefront in https://github.com/bitwarden/ios/pull/1791
    • [PM-18211] Add alert for cipher decryption failure when vault loads by @matt-livefront in https://github.com/bitwarden/ios/pull/1769

    New Contributors

    • @pixman20 made their first contribution in https://github.com/bitwarden/ios/pull/1664

    Full Changelog: https://github.com/bitwarden/ios/compare/v2025.7.0-bwpm...v2025.7.1-bwpm
    Builds Source: https://github.com/bitwarden/ios/actions/runs/16788223286

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • com.8bit.bitwarden-2025.7.1.2430.-16.4.ipa.zip
      70 MiB
  • v2025.7.0-bwa dcf1e21893

    Authenticator 2025.7.0 (71) Stable

    giteasync released this 2025-07-11 09:23:43 -05:00 | 431 commits to main since this release

    Overview

    Improved stability of Authenticator sync

    What's Changed

    • Crowdin Pull - Authenticator by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1663
    • Update public suffix list by @github-actions[bot] in https://github.com/bitwarden/ios/pull/1667
    • [deps]: Lock file maintenance by @renovate[bot] in https://github.com/bitwarden/ios/pull/1651
    • [PM-22602] Update to Xcode 16.4 by @KatherineInCode in https://github.com/bitwarden/ios/pull/1668
    • [deps] Update snapshot testing to 1.18.4 by @KatherineInCode in https://github.com/bitwarden/ios/pull/1669
    • [PM-13428] Remove ownership option by @LRNcardozoWDF in https://github.com/bitwarden/ios/pull/1405
    • [PM-22700] Allow users without a master password to view TOTPs with MP reprompt enabled by @matt-livefront in https://github.com/bitwarden/ios/pull/1672
    • [PM-22748] Update SDK to a9a790f by @fedemkr in https://github.com/bitwarden/ios/pull/1671
    • [PM-21617] Update navigation bar style by @matt-livefront in https://github.com/bitwarden/ios/pull/1674
    • Crowdin Pull - Password Manager by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1678
    • Update public suffix list by @github-actions[bot] in https://github.com/bitwarden/ios/pull/1682
    • [deps]: Update nicklockwood/SwiftFormat to v0.56.4 by @renovate[bot] in https://github.com/bitwarden/ios/pull/1683
    • [deps]: Lock file maintenance by @renovate[bot] in https://github.com/bitwarden/ios/pull/1685
    • [PM-22852] Fix master password unlock subsequent attempts by @fedemkr in https://github.com/bitwarden/ios/pull/1686
    • [PM-22641] Update add edit send layouts by @aj-rosado in https://github.com/bitwarden/ios/pull/1679
    • [PM-20111] Filter out read-only collections when adding a new vault item by @matt-livefront in https://github.com/bitwarden/ios/pull/1681
    • [PM-22884] Remove extra action sheet in logout flow from vault unlock by @matt-livefront in https://github.com/bitwarden/ios/pull/1680
    • [PM-22181] Delete shared TOTP items if PM app is uninstalled by @KatherineInCode in https://github.com/bitwarden/ios/pull/1675
    • [PM-22792] Add master password reprompt for copying SSH public key and fingerprint by @matt-livefront in https://github.com/bitwarden/ios/pull/1688
    • [deps] Update Firebase to 11.14.0 by @KatherineInCode in https://github.com/bitwarden/ios/pull/1670
    • [PM-23024] debt: Remove throw from doesActiveAccountHavePremium by @fedemkr in https://github.com/bitwarden/ios/pull/1689
    • [PM-21932] Fix deep link from Authenticator to PM by @matt-livefront in https://github.com/bitwarden/ios/pull/1693
    • [PM-23087] Fix crash presenting 'Share error details' share sheet on iPadOS by @matt-livefront in https://github.com/bitwarden/ios/pull/1692
    • Crowdin Pull - Authenticator by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1696
    • Crowdin Pull - Password Manager by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1695
    • [PM-22811] fix: Implement invalid_grant on 400 response behavior while refreshing token by @fedemkr in https://github.com/bitwarden/ios/pull/1694
    • debt: Clean up some warnings by @KatherineInCode in https://github.com/bitwarden/ios/pull/1697
    • [PM-23119] Navigation bar updates by @matt-livefront in https://github.com/bitwarden/ios/pull/1698
    • [PM-23140] 🍒 Update SDK version to get bullet hotfix (#1706) by @KatherineInCode in https://github.com/bitwarden/ios/pull/1707
    • Update public suffix list by @github-actions[bot] in https://github.com/bitwarden/ios/pull/1700
    • [deps]: Update Azure/login action to v2 by @renovate[bot] in https://github.com/bitwarden/ios/pull/1684
    • [PM-18414] Fix BWA TestFlight processing never ending loop by @vvolkgang in https://github.com/bitwarden/ios/pull/1708
    • [PM-18414] Fix compiler flags not being set in new build workflows by @vvolkgang in https://github.com/bitwarden/ios/pull/1709
    • [PM-23210] Improve CI build time by @vvolkgang in https://github.com/bitwarden/ios/pull/1711
    • [BWA-167] Updated copy to bitwarden texts by @aj-rosado in https://github.com/bitwarden/ios/pull/1710
    • Add stub for publish-github-release.yml by @michalchecinski in https://github.com/bitwarden/ios/pull/1712
    • log inputs to job summary for build workflows by @AmyLGalles in https://github.com/bitwarden/ios/pull/1703
    • [PM-19308] Handle restrict item types policy by @andrebispo5 in https://github.com/bitwarden/ios/pull/1691
    • [PM-18414] Fix testflight upload build step by @vvolkgang in https://github.com/bitwarden/ios/pull/1714
    • [PM-18414] Transition new build workflow back to shared versioning for QA testing by @vvolkgang in https://github.com/bitwarden/ios/pull/1713
    • [PM-23304] Fix biometric unlock errors on background launch by @matt-livefront in https://github.com/bitwarden/ios/pull/1715
    • [PM-21387] Include refreshing card state on refresh by @KatherineInCode in https://github.com/bitwarden/ios/pull/1704
    • Crowdin Pull - Authenticator by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1716
    • Crowdin Pull - Password Manager by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1717
    • Update public suffix list by @github-actions[bot] in https://github.com/bitwarden/ios/pull/1721
    • [PM-23496] Add Sourcery library to automatically generate mocks by @fedemkr in https://github.com/bitwarden/ios/pull/1724
    • [PM-22888] Fix StateService no account errors when all users are logged out by @matt-livefront in https://github.com/bitwarden/ios/pull/1728
    • [PM-18414] Transition to new build CI by @vvolkgang in https://github.com/bitwarden/ios/pull/1727
    • [PM-18414] Fix CI run failure due to missing workflow_dispatch input by @vvolkgang in https://github.com/bitwarden/ios/pull/1729
    • [PM-18414] Transition back to the new versioning approach in ci-bwpm.yml by @vvolkgang in https://github.com/bitwarden/ios/pull/1730
    • [PM-18414] Distribute CI device builds by @vvolkgang in https://github.com/bitwarden/ios/pull/1731
    • [PM-18414] Increase build timeout by @vvolkgang in https://github.com/bitwarden/ios/pull/1732
    • [PM-21331] Update Authenticator Firebase Crashlytics config by @vvolkgang in https://github.com/bitwarden/ios/pull/1734
    • [PM-23038] Make totp sections collapsible by @aj-rosado in https://github.com/bitwarden/ios/pull/1723
    • [QA-1200] Adding accessibilityID to HeaderBar Title lable by @ifernandezdiaz in https://github.com/bitwarden/ios/pull/1733
    • [PM-23574] Handle shared item errors more gracefully by @KatherineInCode in https://github.com/bitwarden/ios/pull/1737
    • [PM-23682] Remove app intents flag by @KatherineInCode in https://github.com/bitwarden/ios/pull/1739
    • Crowdin Pull - Password Manager by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1746
    • Crowdin Pull - Authenticator by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1745
    • [PM-22398] Send 2FA email when view appears by @matt-livefront in https://github.com/bitwarden/ios/pull/1676

    Full Changelog: https://github.com/bitwarden/ios/compare/v2025.6.0-bwa...v2025.7.0-bwa
    Builds Source: https://github.com/bitwarden/ios/actions/runs/

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • Authenticator.iOS.zip
      14 MiB
  • v2025.7.0-bwpm dcf1e21893

    Password Manager 2025.7.0 (2278) Stable

    giteasync released this 2025-07-11 09:23:43 -05:00 | 431 commits to main since this release

    Overview

    Updated Autofill settings to provide clearer explanations of functionality.
    Improved server-side validation of encrypted data to address decryption issues.
    Various bug fixes, UI improvements, and internal optimizations

    What's Changed

    • Crowdin Pull - Authenticator by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1663
    • Update public suffix list by @github-actions[bot] in https://github.com/bitwarden/ios/pull/1667
    • [deps]: Lock file maintenance by @renovate[bot] in https://github.com/bitwarden/ios/pull/1651
    • [PM-22602] Update to Xcode 16.4 by @KatherineInCode in https://github.com/bitwarden/ios/pull/1668
    • [deps] Update snapshot testing to 1.18.4 by @KatherineInCode in https://github.com/bitwarden/ios/pull/1669
    • [PM-13428] Remove ownership option by @LRNcardozoWDF in https://github.com/bitwarden/ios/pull/1405
    • [PM-22700] Allow users without a master password to view TOTPs with MP reprompt enabled by @matt-livefront in https://github.com/bitwarden/ios/pull/1672
    • [PM-22748] Update SDK to a9a790f by @fedemkr in https://github.com/bitwarden/ios/pull/1671
    • [PM-21617] Update navigation bar style by @matt-livefront in https://github.com/bitwarden/ios/pull/1674
    • Crowdin Pull - Password Manager by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1678
    • Update public suffix list by @github-actions[bot] in https://github.com/bitwarden/ios/pull/1682
    • [deps]: Update nicklockwood/SwiftFormat to v0.56.4 by @renovate[bot] in https://github.com/bitwarden/ios/pull/1683
    • [deps]: Lock file maintenance by @renovate[bot] in https://github.com/bitwarden/ios/pull/1685
    • [PM-22852] Fix master password unlock subsequent attempts by @fedemkr in https://github.com/bitwarden/ios/pull/1686
    • [PM-22641] Update add edit send layouts by @aj-rosado in https://github.com/bitwarden/ios/pull/1679
    • [PM-20111] Filter out read-only collections when adding a new vault item by @matt-livefront in https://github.com/bitwarden/ios/pull/1681
    • [PM-22884] Remove extra action sheet in logout flow from vault unlock by @matt-livefront in https://github.com/bitwarden/ios/pull/1680
    • [PM-22181] Delete shared TOTP items if PM app is uninstalled by @KatherineInCode in https://github.com/bitwarden/ios/pull/1675
    • [PM-22792] Add master password reprompt for copying SSH public key and fingerprint by @matt-livefront in https://github.com/bitwarden/ios/pull/1688
    • [deps] Update Firebase to 11.14.0 by @KatherineInCode in https://github.com/bitwarden/ios/pull/1670
    • [PM-23024] debt: Remove throw from doesActiveAccountHavePremium by @fedemkr in https://github.com/bitwarden/ios/pull/1689
    • [PM-21932] Fix deep link from Authenticator to PM by @matt-livefront in https://github.com/bitwarden/ios/pull/1693
    • [PM-23087] Fix crash presenting 'Share error details' share sheet on iPadOS by @matt-livefront in https://github.com/bitwarden/ios/pull/1692
    • Crowdin Pull - Authenticator by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1696
    • Crowdin Pull - Password Manager by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1695
    • [PM-22811] fix: Implement invalid_grant on 400 response behavior while refreshing token by @fedemkr in https://github.com/bitwarden/ios/pull/1694
    • debt: Clean up some warnings by @KatherineInCode in https://github.com/bitwarden/ios/pull/1697
    • [PM-23119] Navigation bar updates by @matt-livefront in https://github.com/bitwarden/ios/pull/1698
    • [PM-23140] 🍒 Update SDK version to get bullet hotfix (#1706) by @KatherineInCode in https://github.com/bitwarden/ios/pull/1707
    • Update public suffix list by @github-actions[bot] in https://github.com/bitwarden/ios/pull/1700
    • [deps]: Update Azure/login action to v2 by @renovate[bot] in https://github.com/bitwarden/ios/pull/1684
    • [PM-18414] Fix BWA TestFlight processing never ending loop by @vvolkgang in https://github.com/bitwarden/ios/pull/1708
    • [PM-18414] Fix compiler flags not being set in new build workflows by @vvolkgang in https://github.com/bitwarden/ios/pull/1709
    • [PM-23210] Improve CI build time by @vvolkgang in https://github.com/bitwarden/ios/pull/1711
    • [BWA-167] Updated copy to bitwarden texts by @aj-rosado in https://github.com/bitwarden/ios/pull/1710
    • Add stub for publish-github-release.yml by @michalchecinski in https://github.com/bitwarden/ios/pull/1712
    • log inputs to job summary for build workflows by @AmyLGalles in https://github.com/bitwarden/ios/pull/1703
    • [PM-19308] Handle restrict item types policy by @andrebispo5 in https://github.com/bitwarden/ios/pull/1691
    • [PM-18414] Fix testflight upload build step by @vvolkgang in https://github.com/bitwarden/ios/pull/1714
    • [PM-18414] Transition new build workflow back to shared versioning for QA testing by @vvolkgang in https://github.com/bitwarden/ios/pull/1713
    • [PM-23304] Fix biometric unlock errors on background launch by @matt-livefront in https://github.com/bitwarden/ios/pull/1715
    • [PM-21387] Include refreshing card state on refresh by @KatherineInCode in https://github.com/bitwarden/ios/pull/1704
    • Crowdin Pull - Authenticator by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1716
    • Crowdin Pull - Password Manager by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1717
    • Update public suffix list by @github-actions[bot] in https://github.com/bitwarden/ios/pull/1721
    • [PM-23496] Add Sourcery library to automatically generate mocks by @fedemkr in https://github.com/bitwarden/ios/pull/1724
    • [PM-22888] Fix StateService no account errors when all users are logged out by @matt-livefront in https://github.com/bitwarden/ios/pull/1728
    • [PM-18414] Transition to new build CI by @vvolkgang in https://github.com/bitwarden/ios/pull/1727
    • [PM-18414] Fix CI run failure due to missing workflow_dispatch input by @vvolkgang in https://github.com/bitwarden/ios/pull/1729
    • [PM-18414] Transition back to the new versioning approach in ci-bwpm.yml by @vvolkgang in https://github.com/bitwarden/ios/pull/1730
    • [PM-18414] Distribute CI device builds by @vvolkgang in https://github.com/bitwarden/ios/pull/1731
    • [PM-18414] Increase build timeout by @vvolkgang in https://github.com/bitwarden/ios/pull/1732
    • [PM-21331] Update Authenticator Firebase Crashlytics config by @vvolkgang in https://github.com/bitwarden/ios/pull/1734
    • [PM-23038] Make totp sections collapsible by @aj-rosado in https://github.com/bitwarden/ios/pull/1723
    • [QA-1200] Adding accessibilityID to HeaderBar Title lable by @ifernandezdiaz in https://github.com/bitwarden/ios/pull/1733
    • [PM-23574] Handle shared item errors more gracefully by @KatherineInCode in https://github.com/bitwarden/ios/pull/1737
    • [PM-23682] Remove app intents flag by @KatherineInCode in https://github.com/bitwarden/ios/pull/1739
    • Crowdin Pull - Password Manager by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1746
    • Crowdin Pull - Authenticator by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1745
    • [PM-22398] Send 2FA email when view appears by @matt-livefront in https://github.com/bitwarden/ios/pull/1676

    Full Changelog: https://github.com/bitwarden/ios/compare/v2025.6.0-bwpm...v2025.7.0-bwpm
    Builds Source: https://github.com/bitwarden/ios/actions/runs/

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • Bitwarden.iOS.2025.7.0.2278.Production.16.4.Device.zip
      69 MiB
  • v0.0.0-bwa dcf1e21893

    Authenticator 2025.7.0 (71) Stable

    giteasync released this 2025-07-11 09:23:43 -05:00 | 431 commits to main since this release

    Overview

    Improved stability of Authenticator sync

    What's Changed

    • Crowdin Pull - Authenticator by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1663
    • Update public suffix list by @github-actions[bot] in https://github.com/bitwarden/ios/pull/1667
    • [deps]: Lock file maintenance by @renovate[bot] in https://github.com/bitwarden/ios/pull/1651
    • [PM-22602] Update to Xcode 16.4 by @KatherineInCode in https://github.com/bitwarden/ios/pull/1668
    • [deps] Update snapshot testing to 1.18.4 by @KatherineInCode in https://github.com/bitwarden/ios/pull/1669
    • [PM-13428] Remove ownership option by @LRNcardozoWDF in https://github.com/bitwarden/ios/pull/1405
    • [PM-22700] Allow users without a master password to view TOTPs with MP reprompt enabled by @matt-livefront in https://github.com/bitwarden/ios/pull/1672
    • [PM-22748] Update SDK to a9a790f by @fedemkr in https://github.com/bitwarden/ios/pull/1671
    • [PM-21617] Update navigation bar style by @matt-livefront in https://github.com/bitwarden/ios/pull/1674
    • Crowdin Pull - Password Manager by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1678
    • Update public suffix list by @github-actions[bot] in https://github.com/bitwarden/ios/pull/1682
    • [deps]: Update nicklockwood/SwiftFormat to v0.56.4 by @renovate[bot] in https://github.com/bitwarden/ios/pull/1683
    • [deps]: Lock file maintenance by @renovate[bot] in https://github.com/bitwarden/ios/pull/1685
    • [PM-22852] Fix master password unlock subsequent attempts by @fedemkr in https://github.com/bitwarden/ios/pull/1686
    • [PM-22641] Update add edit send layouts by @aj-rosado in https://github.com/bitwarden/ios/pull/1679
    • [PM-20111] Filter out read-only collections when adding a new vault item by @matt-livefront in https://github.com/bitwarden/ios/pull/1681
    • [PM-22884] Remove extra action sheet in logout flow from vault unlock by @matt-livefront in https://github.com/bitwarden/ios/pull/1680
    • [PM-22181] Delete shared TOTP items if PM app is uninstalled by @KatherineInCode in https://github.com/bitwarden/ios/pull/1675
    • [PM-22792] Add master password reprompt for copying SSH public key and fingerprint by @matt-livefront in https://github.com/bitwarden/ios/pull/1688
    • [deps] Update Firebase to 11.14.0 by @KatherineInCode in https://github.com/bitwarden/ios/pull/1670
    • [PM-23024] debt: Remove throw from doesActiveAccountHavePremium by @fedemkr in https://github.com/bitwarden/ios/pull/1689
    • [PM-21932] Fix deep link from Authenticator to PM by @matt-livefront in https://github.com/bitwarden/ios/pull/1693
    • [PM-23087] Fix crash presenting 'Share error details' share sheet on iPadOS by @matt-livefront in https://github.com/bitwarden/ios/pull/1692
    • Crowdin Pull - Authenticator by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1696
    • Crowdin Pull - Password Manager by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1695
    • [PM-22811] fix: Implement invalid_grant on 400 response behavior while refreshing token by @fedemkr in https://github.com/bitwarden/ios/pull/1694
    • debt: Clean up some warnings by @KatherineInCode in https://github.com/bitwarden/ios/pull/1697
    • [PM-23119] Navigation bar updates by @matt-livefront in https://github.com/bitwarden/ios/pull/1698
    • [PM-23140] 🍒 Update SDK version to get bullet hotfix (#1706) by @KatherineInCode in https://github.com/bitwarden/ios/pull/1707
    • Update public suffix list by @github-actions[bot] in https://github.com/bitwarden/ios/pull/1700
    • [deps]: Update Azure/login action to v2 by @renovate[bot] in https://github.com/bitwarden/ios/pull/1684
    • [PM-18414] Fix BWA TestFlight processing never ending loop by @vvolkgang in https://github.com/bitwarden/ios/pull/1708
    • [PM-18414] Fix compiler flags not being set in new build workflows by @vvolkgang in https://github.com/bitwarden/ios/pull/1709
    • [PM-23210] Improve CI build time by @vvolkgang in https://github.com/bitwarden/ios/pull/1711
    • [BWA-167] Updated copy to bitwarden texts by @aj-rosado in https://github.com/bitwarden/ios/pull/1710
    • Add stub for publish-github-release.yml by @michalchecinski in https://github.com/bitwarden/ios/pull/1712
    • log inputs to job summary for build workflows by @AmyLGalles in https://github.com/bitwarden/ios/pull/1703
    • [PM-19308] Handle restrict item types policy by @andrebispo5 in https://github.com/bitwarden/ios/pull/1691
    • [PM-18414] Fix testflight upload build step by @vvolkgang in https://github.com/bitwarden/ios/pull/1714
    • [PM-18414] Transition new build workflow back to shared versioning for QA testing by @vvolkgang in https://github.com/bitwarden/ios/pull/1713
    • [PM-23304] Fix biometric unlock errors on background launch by @matt-livefront in https://github.com/bitwarden/ios/pull/1715
    • [PM-21387] Include refreshing card state on refresh by @KatherineInCode in https://github.com/bitwarden/ios/pull/1704
    • Crowdin Pull - Authenticator by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1716
    • Crowdin Pull - Password Manager by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1717
    • Update public suffix list by @github-actions[bot] in https://github.com/bitwarden/ios/pull/1721
    • [PM-23496] Add Sourcery library to automatically generate mocks by @fedemkr in https://github.com/bitwarden/ios/pull/1724
    • [PM-22888] Fix StateService no account errors when all users are logged out by @matt-livefront in https://github.com/bitwarden/ios/pull/1728
    • [PM-18414] Transition to new build CI by @vvolkgang in https://github.com/bitwarden/ios/pull/1727
    • [PM-18414] Fix CI run failure due to missing workflow_dispatch input by @vvolkgang in https://github.com/bitwarden/ios/pull/1729
    • [PM-18414] Transition back to the new versioning approach in ci-bwpm.yml by @vvolkgang in https://github.com/bitwarden/ios/pull/1730
    • [PM-18414] Distribute CI device builds by @vvolkgang in https://github.com/bitwarden/ios/pull/1731
    • [PM-18414] Increase build timeout by @vvolkgang in https://github.com/bitwarden/ios/pull/1732
    • [PM-21331] Update Authenticator Firebase Crashlytics config by @vvolkgang in https://github.com/bitwarden/ios/pull/1734
    • [PM-23038] Make totp sections collapsible by @aj-rosado in https://github.com/bitwarden/ios/pull/1723
    • [QA-1200] Adding accessibilityID to HeaderBar Title lable by @ifernandezdiaz in https://github.com/bitwarden/ios/pull/1733
    • [PM-23574] Handle shared item errors more gracefully by @KatherineInCode in https://github.com/bitwarden/ios/pull/1737
    • [PM-23682] Remove app intents flag by @KatherineInCode in https://github.com/bitwarden/ios/pull/1739
    • Crowdin Pull - Password Manager by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1746
    • Crowdin Pull - Authenticator by @bw-ghapp[bot] in https://github.com/bitwarden/ios/pull/1745
    • [PM-22398] Send 2FA email when view appears by @matt-livefront in https://github.com/bitwarden/ios/pull/1676

    Full Changelog: https://github.com/bitwarden/ios/compare/v2025.6.0-bwa...v2025.7.0-bwa
    Builds Source: https://github.com/bitwarden/ios/actions/runs/

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • Authenticator.iOS.zip
      14 MiB
  • v2025.6.0-bwa ff06d9c6cc

    Authenticator 2025.6.0 (45) Stable

    giteasync released this 2025-06-23 12:56:28 -05:00 | 489 commits to main since this release

    What's Changed

    • [PM-18435] CI restructuring #5 - Consolidate Crowdin pull and push workflows by @vvolkgang in https://github.com/bitwarden/ios/pull/1566
    • [PM-21352] Disable Accessibility VoiceOver for "New Send" Button on Sends Screen by @matt-livefront in https://github.com/bitwarden/ios/pull/1592
    • [PM-20044] Update scroll view padding for folder settings screens by @matt-livefront in https://github.com/bitwarden/ios/pull/1594
    • [PM-21126] Add view Send UI by @matt-livefront in https://github.com/bitwarden/ios/pull/1587
    • [PM-21825] Update GitHub Workflow missing permissions by @vvolkgang in https://github.com/bitwarden/ios/pull/1597
    • [PM-21125] Enable navigation to view send by @matt-livefront in https://github.com/bitwarden/ios/pull/1588
    • [PM-19577] Deactivate flight recorder if appending to the log fails by @matt-livefront in https://github.com/bitwarden/ios/pull/1567
    • Update public suffix list by @github-actions in https://github.com/bitwarden/ios/pull/1595
    • debt: Fix project-bwa to take into consideration local SDK config by @fedemkr in https://github.com/bitwarden/ios/pull/1598
    • [PM-19553] Add flight recorder banner to vault list by @matt-livefront in https://github.com/bitwarden/ios/pull/1543
    • [PM-21825] Update CI-main.yml permissions by @vvolkgang in https://github.com/bitwarden/ios/pull/1599
    • [PM-18284] Refactor to use CipherListView and decryptList SDK method by @fedemkr in https://github.com/bitwarden/ios/pull/1596
    • [PM-21681] Stop syncing TOTP codes with BWA on PM logout by @KatherineInCode in https://github.com/bitwarden/ios/pull/1600
    • [PM-17659] [Backport] Add learn more links for TOTP code syncing (#1601) by @matt-livefront in https://github.com/bitwarden/ios/pull/1602
    • Crowdin Pull - Password Manager by @bw-ghapp in https://github.com/bitwarden/ios/pull/1605
    • Crowdin Pull - Authenticator by @bw-ghapp in https://github.com/bitwarden/ios/pull/1606
    • Update public suffix list by @github-actions in https://github.com/bitwarden/ios/pull/1612
    • [PM-18414] CI restructuring #6 - New build workflows, build-all, ci-bwpm and ci-bwa by @vvolkgang in https://github.com/bitwarden/ios/pull/1589
    • [PM-20504] Turn off smart quotes in password fields by @fedemkr in https://github.com/bitwarden/ios/pull/1614
    • [PM-18414] Fix TestFlight upload by @vvolkgang in https://github.com/bitwarden/ios/pull/1616
    • [PM-18414] ci-bwa.yml - Increase Authenticator base version number by @vvolkgang in https://github.com/bitwarden/ios/pull/1617
    • [PM-21739] Replace add send segmented control with a type selection menu by @matt-livefront in https://github.com/bitwarden/ios/pull/1603
    • [deps]: Update nicklockwood/SwiftFormat to v0.56.2 by @renovate in https://github.com/bitwarden/ios/pull/1613
    • [PM-21681] Consolidate SessionTimeout into BitwardenKit by @KatherineInCode in https://github.com/bitwarden/ios/pull/1619
    • [PM-20538] Display toast on flight recorder log deletion by @matt-livefront in https://github.com/bitwarden/ios/pull/1618
    • [PM-21780] feat: Added encryptedFor property logic for API requests by @fedemkr in https://github.com/bitwarden/ios/pull/1604
    • [PM-18976] feat: Enhance iOS integration with AppIntents and AppShortcuts by @fedemkr in https://github.com/bitwarden/ios/pull/1433
    • [PM-21125] Stream send updates when viewing a send by @matt-livefront in https://github.com/bitwarden/ios/pull/1620
    • [PM-19577] Display logging end date on flight recorder toggle by @matt-livefront in https://github.com/bitwarden/ios/pull/1621
    • [PM-20432] fix: Update SSH key icon by @fedemkr in https://github.com/bitwarden/ios/pull/1625
    • [PM-22176] Remove Edit button from View Item toolbar by @matt-livefront in https://github.com/bitwarden/ios/pull/1622
    • [PM-22177] Move add/edit send text/file into send details section and move delete button by @matt-livefront in https://github.com/bitwarden/ios/pull/1626
    • [PM-21841] Remove accountDeprovisioning feature flag and all the references by @aj-rosado in https://github.com/bitwarden/ios/pull/1627
    • [PM-21128] Hide the maximum access count info for View Send by @matt-livefront in https://github.com/bitwarden/ios/pull/1630
    • [PM-20456] Updated SDK to 6324c3a by @fedemkr in https://github.com/bitwarden/ios/pull/1632
    • [PM-19408] Fix shortcuts error for App Intents Crashlytics configured twice by @fedemkr in https://github.com/bitwarden/ios/pull/1631
    • [PM-20044] Update scroll view padding for vault list views by @matt-livefront in https://github.com/bitwarden/ios/pull/1633
    • Crowdin Pull - Authenticator by @bw-ghapp in https://github.com/bitwarden/ios/pull/1623
    • Crowdin Pull - Password Manager by @bw-ghapp in https://github.com/bitwarden/ios/pull/1624
    • Update public suffix list by @github-actions in https://github.com/bitwarden/ios/pull/1628
    • [PM-20044] Update scroll view padding for send list views by @matt-livefront in https://github.com/bitwarden/ios/pull/1637
    • [PM-22300] Simplify TOTP service error message by @aj-rosado in https://github.com/bitwarden/ios/pull/1638
    • [PM-19506] iOS secure notes truncated by @LRNcardozoWDF in https://github.com/bitwarden/ios/pull/1516
    • [PM-22401] Fix TOTP code generation on lists using CipherListView by @fedemkr in https://github.com/bitwarden/ios/pull/1640
    • [PM-20145] Remove native-create-account-flow feature flag. by @andrebispo5 in https://github.com/bitwarden/ios/pull/1635
    • [PM-19553] Update flight recorder banner dismissal tracking by @matt-livefront in https://github.com/bitwarden/ios/pull/1639
    • [PM-22176] Remove Edit FAB and action for deleted items by @matt-livefront in https://github.com/bitwarden/ios/pull/1642
    • [QA-1170] Send UI update - Adding missing accessibilityIDs by @ifernandezdiaz in https://github.com/bitwarden/ios/pull/1641
    • [PM-22173] Added "Required" to max file size label on add Send when file is empty by @aj-rosado in https://github.com/bitwarden/ios/pull/1643
    • Crowdin Pull - Password Manager by @bw-ghapp in https://github.com/bitwarden/ios/pull/1646
    • Crowdin Pull - Authenticator by @bw-ghapp in https://github.com/bitwarden/ios/pull/1645
    • Update public suffix list by @github-actions in https://github.com/bitwarden/ios/pull/1649
    • [deps]: Update nicklockwood/SwiftFormat to v0.56.3 by @renovate in https://github.com/bitwarden/ios/pull/1650
    • [PM-22358] Refactor App Intents in order to fix several issues by @fedemkr in https://github.com/bitwarden/ios/pull/1644
    • Fix permissions for check-run action by @mandreko-bitwarden in https://github.com/bitwarden/ios/pull/1647
    • [PM-20044] Update scroll view padding for remaining views by @matt-livefront in https://github.com/bitwarden/ios/pull/1648
    • [PM-22524] GitHub Release workflow supports releasing BWPM and BWA by @vvolkgang in https://github.com/bitwarden/ios/pull/1654
    • [PM-22526] Add product release notes to GitHub Releases by @vvolkgang in https://github.com/bitwarden/ios/pull/1655
    • [PM-22347] Improved Open generator intent error alert behavior by @fedemkr in https://github.com/bitwarden/ios/pull/1653
    • [PM-21681] Build out Shared Keychain functionality by @KatherineInCode in https://github.com/bitwarden/ios/pull/1636
    • [PM-19577] Enable remote config for flight recorder and pre-login settings feature flags by @matt-livefront in https://github.com/bitwarden/ios/pull/1658
    • [PM-21474] Remove flag refactor sso details endpoint by @LRNcardozoWDF in https://github.com/bitwarden/ios/pull/1657
    • [BRE-808] Create stub to work on publishing workflow by @AmyLGalles in https://github.com/bitwarden/ios/pull/1652
    • [PM-22347] Fix open generator App Intent on cancel by @fedemkr in https://github.com/bitwarden/ios/pull/1661
    • [PM-21681] Handle automatic timeout logout in BWA by @KatherineInCode in https://github.com/bitwarden/ios/pull/1659
    • [PM-10285] Update master password reprompt to protect item view by @matt-livefront in https://github.com/bitwarden/ios/pull/1660
    • [PM-22700] [RC] Allow users without a master password to view TOTPs with MP reprompt enabled by @matt-livefront in https://github.com/bitwarden/ios/pull/1673
    • [PM-22852] [RC] Fix master password unlock subsequent attempts by @fedemkr in https://github.com/bitwarden/ios/pull/1687

    New Contributors

    • @AmyLGalles made their first contribution in https://github.com/bitwarden/ios/pull/1652

    Full Changelog: https://github.com/bitwarden/ios/compare/v2025.5.0-bwa...v2025.6.0-bwa
    Builds Source: https://github.com/bitwarden/ios/actions/runs/15831880602

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • Authenticator.iOS.zip
      14 MiB
First Previous 1 2 3 4 Next Last
Powered by Gitea Version: 1.23.7 Page: 2170ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API