From 8109d05e47a79dbade8e5f1ae3677e7fc15c3639 Mon Sep 17 00:00:00 2001 From: Alexandre Demers Date: Sun, 31 Mar 2024 13:35:03 -0400 Subject: [PATCH] State dependency on version 2.26 and later of the desktop application While the extension's notification was highlighting the dependency on the desktop application, it was not specifying the required minimum version (2.26). Add the information in the notification, add a link for the user to follow and add a note to the repository's README.md file. Signed-off-by: Alexandre Demers --- README.md | 2 +- source/shared/i18n/translations/en.json | 5 +++-- source/shared/notifications/pages/WelcomeV3.tsx | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c0c61369..9880df62 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Buttercup credentials manager extension for the browser. [![Buttercup](https://cdn.rawgit.com/buttercup-pw/buttercup-assets/6582a033/badge/buttercup-slim.svg)](https://buttercup.pw) ![Tests status](https://github.com/buttercup/buttercup-core/actions/workflows/test.yml/badge.svg) [![Chrome version](https://img.shields.io/chrome-web-store/v/heflipieckodmcppbnembejjmabajjjj)](https://chrome.google.com/webstore/detail/buttercup/heflipieckodmcppbnembejjmabajjjj?hl=en-GB) [![Chrome users](https://img.shields.io/chrome-web-store/d/heflipieckodmcppbnembejjmabajjjj.svg?label=Chrome%20users)](https://chrome.google.com/webstore/detail/buttercup/heflipieckodmcppbnembejjmabajjjj?hl=en-GB) [![Firefox version](https://img.shields.io/amo/v/buttercup-pw)](https://addons.mozilla.org/en-US/firefox/addon/buttercup-pw/) [![Firefox users](https://img.shields.io/amo/users/buttercup-pw.svg?color=38c543&label=Firefox%20users)](https://addons.mozilla.org/en-US/firefox/addon/buttercup-pw/) [![Chat securely on Keybase](https://img.shields.io/badge/keybase-bcup-blueviolet)](https://keybase.io/team/bcup) ## About -This browser extension allows users to interface with password archives authored by the [Buttercup password manager](https://github.com/buttercup-pw/buttercup) (it _requires_ the application to be installed to function). +This browser extension allows users to interface with password archives authored by the [Buttercup password manager](https://github.com/buttercup-pw/buttercup) (it _requires_ v2.26 and later of the desktop application to be installed to function). The extension makes secured requests to the desktop application for information within its unlocked vaults, and makes those credentials available within the browser. It is also able to save new logins from the browser extension as they're recognised. Besides a username and password, the extension can also enter OTP codes when required. diff --git a/source/shared/i18n/translations/en.json b/source/shared/i18n/translations/en.json index 2bfc5dfc..e55f21aa 100644 --- a/source/shared/i18n/translations/en.json +++ b/source/shared/i18n/translations/en.json @@ -92,8 +92,9 @@ "page": { "welcome-v3": { "line-1": "You're now using the new version of the Buttercup browser addon. It uses the latest core libraries to manage your password vaults and integrate with web pages and login forms. Version 3 is more light-weight and accurate when compared to previous versions, and it supports far more login forms as well.", - "line-2": "It should be noted that version 3 requires the Buttercup desktop application be installed and running, at least in the background. This browser addon uses an encrypted connection with the desktop application to transfer vault credentials during login and saving. This addon cannot function without the desktop application.", - "line-3": "We hope that you enjoy using this new version!", + "line-2": "It should be noted that version 3 of the extension requires the Buttercup desktop application version 2.26 or later be installed and running, at least in the background. This browser addon uses an encrypted connection with the desktop application to transfer vault credentials during login and saving. This addon cannot function without the desktop application.", + "line-3": "The latest version of the Buttercup desktop application should be downloaded from Buttercup.pw", + "line-4": "We hope that you enjoy using this new version!", "title": "Welcome to V3" } }, diff --git a/source/shared/notifications/pages/WelcomeV3.tsx b/source/shared/notifications/pages/WelcomeV3.tsx index f780002b..ac6fe178 100644 --- a/source/shared/notifications/pages/WelcomeV3.tsx +++ b/source/shared/notifications/pages/WelcomeV3.tsx @@ -9,6 +9,7 @@ export function Page() {

+

- The Buttercup Team

);