mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #2600 from keepassxreboot/update_to_1991
Update to 1.9.9.1
This commit is contained in:
commit
5ecec039cd
7 changed files with 22 additions and 18 deletions
|
|
@ -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]
|
||||
|
|
|
|||
4
dist/manifest_chromium.json
vendored
4
dist/manifest_chromium.json
vendored
|
|
@ -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",
|
||||
|
|
|
|||
2
dist/manifest_firefox.json
vendored
2
dist/manifest_firefox.json
vendored
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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."
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "keepassxc-browser",
|
||||
"version": "1.9.9",
|
||||
"version": "1.9.9.1",
|
||||
"description": "KeePassXC-Browser",
|
||||
"main": "build.js",
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue