Update to 1.9.9.2

This commit is contained in:
varjolintu 2025-08-21 07:37:40 +03:00
parent 80fa181487
commit e1d1190b72
11 changed files with 275 additions and 271 deletions

View file

@ -1,3 +1,7 @@
1.9.9.2 (2025-08-21)
=========================
- Fix parent element opacity check for better clickjacking attempt prevention [#2641]
1.9.9.1 (2025-07-03)
=========================
- Move privacy permission to optional permissions list [#2595, #2601]

View file

@ -1,8 +1,8 @@
{
"manifest_version": 3,
"name": "KeePassXC-Browser",
"version": "1.9.9.1",
"version_name": "1.9.9.1",
"version": "1.9.9.2",
"version_name": "1.9.9.2",
"minimum_chrome_version": "93",
"description": "__MSG_extensionDescription__",
"author": "KeePassXC Team",

View file

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "KeePassXC-Browser",
"version": "1.9.9.1",
"version": "1.9.9.2",
"description": "__MSG_extensionDescription__",
"author": "KeePassXC Team",
"icons": {

View file

@ -20,7 +20,7 @@
"description": "Connect button title text."
},
"copyDebugInfoButtonTitle": {
"message": "Copy debug info to clipboard",
"message": "Copiar información de depuración al portapapeles",
"description": "Copy debug info button title text on About tab."
},
"dismissHttpAuthButtonTitle": {
@ -627,7 +627,7 @@
"description": "Dismiss button text when in HTTP Authentication popup."
},
"optionsDefaultSettingsTitle": {
"message": "Default settings",
"message": "Ajustes por defecto",
"description": "Default settings title for Getting Started page."
},
"optionsWelcomeTitle": {
@ -699,7 +699,7 @@
"description": "Add button text."
},
"optionsButtonEdit": {
"message": "Edit",
"message": "Editar",
"description": "Edit button text."
},
"optionsButtonUpdate": {
@ -827,11 +827,11 @@
"description": "Show login notifications checkbox text."
},
"optionsDefaultPasswordManager": {
"message": "Set as default password manager",
"message": "Establecer como gestor de contraseñas predeterminado",
"description": "Default password manager checkbox text."
},
"optionsDefaultPasswordManagerHelpText": {
"message": "Sets KeePassXC-Browser as the default password manager for the browser.",
"message": "Establecer KeePassXC-Browser como gestor de contraseñas predeterminado para el navegador.",
"description": "Default password manager help text."
},
"optionsRedirectAllowance": {
@ -1395,31 +1395,31 @@
"description": "Lock database button title text."
},
"welcomeText": {
"message": "Welcome to KeePassXC-Browser!",
"message": "¡Bienvenido a KeePassXC-Browser!",
"description": "Main title of Getting Started page."
},
"documentationGettingStarted": {
"message": "Our Getting Started Guide will get you up and running quickly.",
"message": "Nuestra Guía de inicio le permitirá empezar a trabajar rápidamente.",
"description": "Getting Started document text."
},
"documentationUserGuide": {
"message": "Looking for more comprehensive documentation? Our User Guide is there to help.",
"message": "¿Busca una documentación más completa? Nuestra Guía del usuario está ahí para ayudarle.",
"description": "User Guide text."
},
"documentationTroubleshootingGuide": {
"message": "Need help troubleshooting the browser integration? Check the Troubleshooting Guide.",
"message": "¿Necesitas ayuda para solucionar problemas de integración del navegador? Consulta la Guía de resolución de problemas.",
"description": "Troubleshooting Guide text."
},
"gettingStartedWelcomeText": {
"message": "Welcome to KeePassXC-Browser, the official browser extension for KeePassXC.",
"message": "Bienvenido a KeePassXC-Browser, la extensión oficial del navegador para KeePassXC.",
"description": "Welcome to KeePassXC-Browser, the official browser extension for KeePassXC."
},
"gettingStartedSecondWelcomeText": {
"message": "Please go through the default settings and check all your preferred options.",
"message": "Por favor, revise la configuración por defecto y marque todas sus opciones preferidas.",
"description": "Please go through the default settings and check all your preferred options."
},
"gettingStartedNewUser": {
"message": "Are you a new user? Check links to our documentation.",
"message": "¿Es usted un usuario nuevo? Consulte los enlaces a nuestra documentación.",
"description": "Are you a new user? Check links to our documentation."
}
}

File diff suppressed because it is too large Load diff

View file

@ -8,7 +8,7 @@
"description": "Add button title text on Site Preferences tab."
},
"editSitePreferenceButtonTitle": {
"message": "Edit URL for this Site Preferences.",
"message": "Modifica URL per queste Preferenze Sito",
"description": "Edit button title text on Site Preferences tab."
},
"allowIframeButtonTitle": {
@ -20,7 +20,7 @@
"description": "Connect button title text."
},
"copyDebugInfoButtonTitle": {
"message": "Copy debug info to clipboard",
"message": "Copia informazioni di debug negli appunti",
"description": "Copy debug info button title text on About tab."
},
"dismissHttpAuthButtonTitle": {
@ -627,7 +627,7 @@
"description": "Dismiss button text when in HTTP Authentication popup."
},
"optionsDefaultSettingsTitle": {
"message": "Default settings",
"message": "Impostazioni predefinite",
"description": "Default settings title for Getting Started page."
},
"optionsWelcomeTitle": {
@ -699,7 +699,7 @@
"description": "Add button text."
},
"optionsButtonEdit": {
"message": "Edit",
"message": "Modifica",
"description": "Edit button text."
},
"optionsButtonUpdate": {
@ -827,11 +827,11 @@
"description": "Show login notifications checkbox text."
},
"optionsDefaultPasswordManager": {
"message": "Set as default password manager",
"message": "Imposta come password manager di default",
"description": "Default password manager checkbox text."
},
"optionsDefaultPasswordManagerHelpText": {
"message": "Sets KeePassXC-Browser as the default password manager for the browser.",
"message": "Imposta KeePassXC-Browser come password manager di default per il browser.",
"description": "Default password manager help text."
},
"optionsRedirectAllowance": {
@ -931,7 +931,7 @@
"description": "OTP field icon option help text."
},
"optionsHideIconsAlertText": {
"message": "You can also hide icons manually when needed with shift+click.",
"message": "Puoi nascondere le icone manualmente quando occorre con Shift+Click",
"description": "Hide icons alert text text."
},
"optionsAutoRetrieveCredentialsHelpText": {
@ -1395,31 +1395,31 @@
"description": "Lock database button title text."
},
"welcomeText": {
"message": "Welcome to KeePassXC-Browser!",
"message": "Benvenuto su KeePassXC-Browser!",
"description": "Main title of Getting Started page."
},
"documentationGettingStarted": {
"message": "Our Getting Started Guide will get you up and running quickly.",
"message": "Grazie alla nostra Guida introduttiva sarai subito operativo.",
"description": "Getting Started document text."
},
"documentationUserGuide": {
"message": "Looking for more comprehensive documentation? Our User Guide is there to help.",
"message": "Cerchi una documentazione più completa? La nostra Guida per l'utente è qui per aiutarti.",
"description": "User Guide text."
},
"documentationTroubleshootingGuide": {
"message": "Need help troubleshooting the browser integration? Check the Troubleshooting Guide.",
"message": "Hai bisogno di aiuto per risolvere i problemi di integrazione del browser? Consulta la Guida alla risoluzione dei problemi.",
"description": "Troubleshooting Guide text."
},
"gettingStartedWelcomeText": {
"message": "Welcome to KeePassXC-Browser, the official browser extension for KeePassXC.",
"message": "Benvenuti su KeePassXC-Browser, l'estensione ufficiale del browser per KeePassXC.",
"description": "Welcome to KeePassXC-Browser, the official browser extension for KeePassXC."
},
"gettingStartedSecondWelcomeText": {
"message": "Please go through the default settings and check all your preferred options.",
"message": "Esamina le impostazioni predefinite e seleziona tutte le opzioni che preferisci.",
"description": "Please go through the default settings and check all your preferred options."
},
"gettingStartedNewUser": {
"message": "Are you a new user? Check links to our documentation.",
"message": "Sei un nuovo utente? Consulta i link alla nostra documentazione.",
"description": "Are you a new user? Check links to our documentation."
}
}

View file

@ -88,7 +88,7 @@
"description": "Context menu parent item for filling a custom attribute."
},
"contextMenuRequestGlobalAutoType": {
"message": "Solicite a digitação global automática",
"message": "Solicite a Digitação Automática global",
"description": "Global Auto-Type shortcut text."
},
"multipleCredentialsDetected": {
@ -627,7 +627,7 @@
"description": "Dismiss button text when in HTTP Authentication popup."
},
"optionsDefaultSettingsTitle": {
"message": "Default settings",
"message": "Configurações padrão",
"description": "Default settings title for Getting Started page."
},
"optionsWelcomeTitle": {
@ -827,11 +827,11 @@
"description": "Show login notifications checkbox text."
},
"optionsDefaultPasswordManager": {
"message": "Set as default password manager",
"message": "Definir como gerenciador de senhas padrão",
"description": "Default password manager checkbox text."
},
"optionsDefaultPasswordManagerHelpText": {
"message": "Sets KeePassXC-Browser as the default password manager for the browser.",
"message": "Define o KeePassXC-Browser como o gerenciador de senhas padrão do navegador.",
"description": "Default password manager help text."
},
"optionsRedirectAllowance": {
@ -1395,31 +1395,31 @@
"description": "Lock database button title text."
},
"welcomeText": {
"message": "Welcome to KeePassXC-Browser!",
"message": "Bem-vindo ao KeePassXC-Browser!",
"description": "Main title of Getting Started page."
},
"documentationGettingStarted": {
"message": "Our Getting Started Guide will get you up and running quickly.",
"message": "Nosso Guia de Início Rápido o ajudará a começar rapidamente.",
"description": "Getting Started document text."
},
"documentationUserGuide": {
"message": "Looking for more comprehensive documentation? Our User Guide is there to help.",
"message": "Procurando por mais documentação completa? Nosso Guia do Usuário está lá para ajudar.",
"description": "User Guide text."
},
"documentationTroubleshootingGuide": {
"message": "Need help troubleshooting the browser integration? Check the Troubleshooting Guide.",
"message": "Precisa de ajuda para solucionar problemas de integração do navegador? Consulte o Guia de solução de problemas.",
"description": "Troubleshooting Guide text."
},
"gettingStartedWelcomeText": {
"message": "Welcome to KeePassXC-Browser, the official browser extension for KeePassXC.",
"message": "Bem-vindo ao KeePassXC-Browser, a extensão oficial do KeePassXC.",
"description": "Welcome to KeePassXC-Browser, the official browser extension for KeePassXC."
},
"gettingStartedSecondWelcomeText": {
"message": "Please go through the default settings and check all your preferred options.",
"message": "Por favor, percorra as configurações padrão e verifique todas as suas opções preferidas.",
"description": "Please go through the default settings and check all your preferred options."
},
"gettingStartedNewUser": {
"message": "Are you a new user? Check links to our documentation.",
"message": "Você é um novo usuário? Verifique os links para nossa documentação.",
"description": "Are you a new user? Check links to our documentation."
}
}

View file

@ -627,7 +627,7 @@
"description": "Dismiss button text when in HTTP Authentication popup."
},
"optionsDefaultSettingsTitle": {
"message": "Default settings",
"message": "Налаштування за замовчуванням",
"description": "Default settings title for Getting Started page."
},
"optionsWelcomeTitle": {
@ -827,11 +827,11 @@
"description": "Show login notifications checkbox text."
},
"optionsDefaultPasswordManager": {
"message": "Set as default password manager",
"message": "Встановити як менеджер паролів за замовчуванням",
"description": "Default password manager checkbox text."
},
"optionsDefaultPasswordManagerHelpText": {
"message": "Sets KeePassXC-Browser as the default password manager for the browser.",
"message": "Встановлює KeePassXC-Browser як менеджер паролів за замовчуванням для браузера.",
"description": "Default password manager help text."
},
"optionsRedirectAllowance": {
@ -1395,31 +1395,31 @@
"description": "Lock database button title text."
},
"welcomeText": {
"message": "Welcome to KeePassXC-Browser!",
"message": "Ласкаво просимо до KeePassXC-Browser!",
"description": "Main title of Getting Started page."
},
"documentationGettingStarted": {
"message": "Our Getting Started Guide will get you up and running quickly.",
"message": "Наш посібник для початківців допоможе вам швидко розпочати роботу.",
"description": "Getting Started document text."
},
"documentationUserGuide": {
"message": "Looking for more comprehensive documentation? Our User Guide is there to help.",
"message": "Шукаєте більш детальну документацію? Наш посібник користувача допоможе вам.",
"description": "User Guide text."
},
"documentationTroubleshootingGuide": {
"message": "Need help troubleshooting the browser integration? Check the Troubleshooting Guide.",
"message": "Потрібна допомога у вирішенні проблем з інтеграцією браузера? Перегляньте Посібник з усунення несправностей.",
"description": "Troubleshooting Guide text."
},
"gettingStartedWelcomeText": {
"message": "Welcome to KeePassXC-Browser, the official browser extension for KeePassXC.",
"message": "Ласкаво просимо до KeePassXC-Browser, офіційного розширення KeePassXC для браузера.",
"description": "Welcome to KeePassXC-Browser, the official browser extension for KeePassXC."
},
"gettingStartedSecondWelcomeText": {
"message": "Please go through the default settings and check all your preferred options.",
"message": "Перегляньте стандартні налаштування та перевірте всі бажані опції.",
"description": "Please go through the default settings and check all your preferred options."
},
"gettingStartedNewUser": {
"message": "Are you a new user? Check links to our documentation.",
"message": "Новий користувач? Перегляньте посилання на нашу документацію.",
"description": "Are you a new user? Check links to our documentation."
}
}

View file

@ -1,8 +1,8 @@
{
"manifest_version": 3,
"name": "KeePassXC-Browser",
"version": "1.9.9.1",
"version_name": "1.9.9.1",
"version": "1.9.9.2",
"version_name": "1.9.9.2",
"minimum_chrome_version": "93",
"description": "__MSG_extensionDescription__",
"author": "KeePassXC Team",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "keepassxc-browser",
"version": "1.9.9.1",
"version": "1.9.9.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "keepassxc-browser",
"version": "1.9.9.1",
"version": "1.9.9.2",
"license": "GPL-3.0",
"dependencies": {
"@npmcli/fs": "^2.1.0"

View file

@ -1,6 +1,6 @@
{
"name": "keepassxc-browser",
"version": "1.9.9.1",
"version": "1.9.9.2",
"description": "KeePassXC-Browser",
"main": "build.js",
"devDependencies": {