From a930301510cde9f20063241841ad8e9df31cf7fd Mon Sep 17 00:00:00 2001 From: varjolintu Date: Thu, 3 Jul 2025 11:10:41 +0300 Subject: [PATCH] Update to 1.9.9.1 --- CHANGELOG | 4 ++++ dist/manifest_chromium.json | 4 ++-- dist/manifest_firefox.json | 2 +- keepassxc-browser/_locales/tr/messages.json | 20 ++++++++++---------- keepassxc-browser/manifest.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 22 insertions(+), 18 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1dad542..c6f9982 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +1.9.9.1 (2025-07-03) +========================= +- Move privacy permission to optional permissions list [#2595] + 1.9.9 (2025-06-22) ========================= - Add support for opening keyboard shortcuts page with Firefox [#2524] diff --git a/dist/manifest_chromium.json b/dist/manifest_chromium.json index 95b3399..937e7e0 100755 --- a/dist/manifest_chromium.json +++ b/dist/manifest_chromium.json @@ -1,8 +1,8 @@ { "manifest_version": 3, "name": "KeePassXC-Browser", - "version": "1.9.9", - "version_name": "1.9.9", + "version": "1.9.9.1", + "version_name": "1.9.9.1", "minimum_chrome_version": "93", "description": "__MSG_extensionDescription__", "author": "KeePassXC Team", diff --git a/dist/manifest_firefox.json b/dist/manifest_firefox.json index 85aee3d..81e8fa8 100644 --- a/dist/manifest_firefox.json +++ b/dist/manifest_firefox.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "KeePassXC-Browser", - "version": "1.9.9", + "version": "1.9.9.1", "description": "__MSG_extensionDescription__", "author": "KeePassXC Team", "icons": { diff --git a/keepassxc-browser/_locales/tr/messages.json b/keepassxc-browser/_locales/tr/messages.json index 90a2f3d..31787ca 100644 --- a/keepassxc-browser/_locales/tr/messages.json +++ b/keepassxc-browser/_locales/tr/messages.json @@ -627,7 +627,7 @@ "description": "Dismiss button text when in HTTP Authentication popup." }, "optionsDefaultSettingsTitle": { - "message": "Default settings", + "message": "Varsayılan ayarlar", "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": "Varsayılan parola yöneticisi olarak ayarla", "description": "Default password manager checkbox text." }, "optionsDefaultPasswordManagerHelpText": { - "message": "Sets KeePassXC-Browser as the default password manager for the browser.", + "message": "KeePassXC-Browser eklentisini tarayıcı için varsayılan parola yöneticisi olarak ayarlar.", "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 eklentisine hoş geldiniz!", "description": "Main title of Getting Started page." }, "documentationGettingStarted": { - "message": "Our Getting Started Guide will get you up and running quickly.", + "message": "Başlangıç rehberimiz hızlıca kurup kullanmanızı sağlar.", "description": "Getting Started document text." }, "documentationUserGuide": { - "message": "Looking for more comprehensive documentation? Our User Guide is there to help.", + "message": "Daha kapsamlı belgeler mi arıyorsunuz? Kullanım rehberimiz size yardımcı olur.", "description": "User Guide text." }, "documentationTroubleshootingGuide": { - "message": "Need help troubleshooting the browser integration? Check the Troubleshooting Guide.", + "message": "Tarayıcı bütünleştirmesinde sorun gidermek için yardım mı gerekiyor? Sorun giderme rehberimize bakın.", "description": "Troubleshooting Guide text." }, "gettingStartedWelcomeText": { - "message": "Welcome to KeePassXC-Browser, the official browser extension for KeePassXC.", + "message": "KeePassXC-Browser eklentisine hoş geldiniz. KeePassXC için resmi tarayıcı eklentisi.", "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": "Lütfen varsayılan ayarları gözden geçirin ve kullanmak istediğiniz seçenekleri işaretleyin.", "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": "Yeni bir kullanıcı mısınız? Belgelerimizi gözden geçirin.", "description": "Are you a new user? Check links to our documentation." } } diff --git a/keepassxc-browser/manifest.json b/keepassxc-browser/manifest.json index 95b3399..937e7e0 100755 --- a/keepassxc-browser/manifest.json +++ b/keepassxc-browser/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 3, "name": "KeePassXC-Browser", - "version": "1.9.9", - "version_name": "1.9.9", + "version": "1.9.9.1", + "version_name": "1.9.9.1", "minimum_chrome_version": "93", "description": "__MSG_extensionDescription__", "author": "KeePassXC Team", diff --git a/package-lock.json b/package-lock.json index 2710a10..6598e36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "keepassxc-browser", - "version": "1.9.9", + "version": "1.9.9.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "keepassxc-browser", - "version": "1.9.9", + "version": "1.9.9.1", "license": "GPL-3.0", "dependencies": { "@npmcli/fs": "^2.1.0" diff --git a/package.json b/package.json index a93a088..4d425d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keepassxc-browser", - "version": "1.9.9", + "version": "1.9.9.1", "description": "KeePassXC-Browser", "main": "build.js", "devDependencies": {