Skip to content

Commit 00b1f2b

Browse files
author
Sami Vänttinen
authored
Merge pull request #2267 from keepassxreboot/update_to_1911
Update to 1.9.1.1
2 parents d5f0b5f + 18a9cb7 commit 00b1f2b

16 files changed

Lines changed: 97 additions & 92 deletions

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.9.1.1 (2024-07-06)
2+
=========================
3+
- Fix credential sorting [#2262]
4+
- Fix iframe TLD matching [#2265]
5+
16
1.9.1 (2024-07-01)
27
=========================
38
- Add missing icon size for Firefox (Thanks leoheitmannruiz)

dist/manifest_chromium.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"manifest_version": 3,
33
"name": "KeePassXC-Browser",
4-
"version": "1.9.1",
5-
"version_name": "1.9.1",
4+
"version": "1.9.1.1",
5+
"version_name": "1.9.1.1",
66
"minimum_chrome_version": "93",
77
"description": "__MSG_extensionDescription__",
88
"author": "KeePassXC Team",

dist/manifest_firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "KeePassXC-Browser",
4-
"version": "1.9.1",
4+
"version": "1.9.1.1",
55
"description": "__MSG_extensionDescription__",
66
"author": "KeePassXC Team",
77
"icons": {

keepassxc-browser/_locales/bg/messages.json

Lines changed: 57 additions & 57 deletions
Large diffs are not rendered by default.

keepassxc-browser/_locales/de/messages.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@
787787
"description": "Use monochrome toolbar icon checkbox text."
788788
},
789789
"optionsCheckboxUseCompactMode": {
790-
"message": "Use compact mode",
790+
"message": "Kompaktmodus verwenden",
791791
"description": "Whether the compact mode (legacy dropdown) should be enabled."
792792
},
793793
"optionsSaveDomainOnly": {
@@ -879,7 +879,7 @@
879879
"description": "Predefined site list details button text."
880880
},
881881
"optionsUsePredefinedSites": {
882-
"message": "Verwendung vordefinierter Seiten für mehr Kompatibilität",
882+
"message": "Vordefinierte Seiten für Kompatibilität verwenden",
883883
"description": "Use predefined sites checkbox text."
884884
},
885885
"optionsUsePredefinedSitesHelpText": {
@@ -919,7 +919,7 @@
919919
"description": "Autocomplete Usernames option help text."
920920
},
921921
"optionsShowGroupNameInAutocompleteHelpText": {
922-
"message": "When credentials are returned from different groups, the group name will be shown. Only affects the compact mode.",
922+
"message": "Wenn Anmeldedaten von verschiedenen Gruppen übermittelt werden, wird der Gruppenname angezeigt. Wirkt sich nur auf den Kompaktmodus aus.",
923923
"description": "Show group name in autocomplete help text."
924924
},
925925
"optionsShowNotificationsHelpText": {
@@ -931,7 +931,7 @@
931931
"description": "Use monochrome toolbar icon option help text."
932932
},
933933
"optionsUseCompactModeHelpText": {
934-
"message": "Use a compact version of the dropdown list to select credentials.",
934+
"message": "Verwenden Sie eine kompakte Version der Drop-down-Liste, um Anmeldedaten auszuwählen.",
935935
"description": "Use compact (legacy) mode help text."
936936
},
937937
"optionsSaveDomainOnlyHelpText": {

keepassxc-browser/_locales/it/messages.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@
787787
"description": "Use monochrome toolbar icon checkbox text."
788788
},
789789
"optionsCheckboxUseCompactMode": {
790-
"message": "Use compact mode",
790+
"message": "Utilizza modalità compatta",
791791
"description": "Whether the compact mode (legacy dropdown) should be enabled."
792792
},
793793
"optionsSaveDomainOnly": {
@@ -919,7 +919,7 @@
919919
"description": "Autocomplete Usernames option help text."
920920
},
921921
"optionsShowGroupNameInAutocompleteHelpText": {
922-
"message": "When credentials are returned from different groups, the group name will be shown. Only affects the compact mode.",
922+
"message": "Quando le credenziali sono restituite da gruppi differenti, il nome del gruppo verrà mostrato. Riguarda solamente la modalità compatta.",
923923
"description": "Show group name in autocomplete help text."
924924
},
925925
"optionsShowNotificationsHelpText": {
@@ -931,7 +931,7 @@
931931
"description": "Use monochrome toolbar icon option help text."
932932
},
933933
"optionsUseCompactModeHelpText": {
934-
"message": "Use a compact version of the dropdown list to select credentials.",
934+
"message": "Utilizza una versione compatta del menù a discesa per scegliere le credenziali.",
935935
"description": "Use compact (legacy) mode help text."
936936
},
937937
"optionsSaveDomainOnlyHelpText": {

keepassxc-browser/_locales/ja/messages.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"description": "Allow Cross-Origin iframes button title text."
1313
},
1414
"connectButtonTitle": {
15-
"message": "Connect current active database to KeePassXC-Browser.",
15+
"message": "現在アクティブなデータベースをKeePassXC-Browser に接続する。",
1616
"description": "Connect button title text."
1717
},
1818
"copyDebugInfoButtonTitle": {
19-
"message": "Copy debug info to clipboard.",
19+
"message": "デバッグ情報をクリップボードにコピーする。",
2020
"description": "Copy debug info button title text on About tab."
2121
},
2222
"dismissHttpAuthButtonTitle": {

keepassxc-browser/_locales/nl/messages.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@
787787
"description": "Use monochrome toolbar icon checkbox text."
788788
},
789789
"optionsCheckboxUseCompactMode": {
790-
"message": "Use compact mode",
790+
"message": "Compacte lijstweergave gebruiken",
791791
"description": "Whether the compact mode (legacy dropdown) should be enabled."
792792
},
793793
"optionsSaveDomainOnly": {
@@ -919,7 +919,7 @@
919919
"description": "Autocomplete Usernames option help text."
920920
},
921921
"optionsShowGroupNameInAutocompleteHelpText": {
922-
"message": "When credentials are returned from different groups, the group name will be shown. Only affects the compact mode.",
922+
"message": "Wanneer inloggegevens worden geretourneerd vanuit verschillende groepen, wordt de groepsnaam weergegeven. Alleen van invloed op compacte lijstweergave.",
923923
"description": "Show group name in autocomplete help text."
924924
},
925925
"optionsShowNotificationsHelpText": {
@@ -931,7 +931,7 @@
931931
"description": "Use monochrome toolbar icon option help text."
932932
},
933933
"optionsUseCompactModeHelpText": {
934-
"message": "Use a compact version of the dropdown list to select credentials.",
934+
"message": "Gebruik een compacte versie van de keuzelijst om inloggegevens te selecteren.",
935935
"description": "Use compact (legacy) mode help text."
936936
},
937937
"optionsSaveDomainOnlyHelpText": {

keepassxc-browser/_locales/pt_BR/messages.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@
787787
"description": "Use monochrome toolbar icon checkbox text."
788788
},
789789
"optionsCheckboxUseCompactMode": {
790-
"message": "Use compact mode",
790+
"message": "Usar modo compacto",
791791
"description": "Whether the compact mode (legacy dropdown) should be enabled."
792792
},
793793
"optionsSaveDomainOnly": {
@@ -919,7 +919,7 @@
919919
"description": "Autocomplete Usernames option help text."
920920
},
921921
"optionsShowGroupNameInAutocompleteHelpText": {
922-
"message": "When credentials are returned from different groups, the group name will be shown. Only affects the compact mode.",
922+
"message": "Quando as credenciais forem retornadas de grupos diferentes, o nome do grupo será mostrado. Afeta apenas o modo compacto.",
923923
"description": "Show group name in autocomplete help text."
924924
},
925925
"optionsShowNotificationsHelpText": {
@@ -931,7 +931,7 @@
931931
"description": "Use monochrome toolbar icon option help text."
932932
},
933933
"optionsUseCompactModeHelpText": {
934-
"message": "Use a compact version of the dropdown list to select credentials.",
934+
"message": "Usar uma versão compacta da lista suspensa para selecionar credenciais.",
935935
"description": "Use compact (legacy) mode help text."
936936
},
937937
"optionsSaveDomainOnlyHelpText": {

keepassxc-browser/_locales/ru/messages.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@
787787
"description": "Use monochrome toolbar icon checkbox text."
788788
},
789789
"optionsCheckboxUseCompactMode": {
790-
"message": "Use compact mode",
790+
"message": "Компактный режим",
791791
"description": "Whether the compact mode (legacy dropdown) should be enabled."
792792
},
793793
"optionsSaveDomainOnly": {
@@ -919,7 +919,7 @@
919919
"description": "Autocomplete Usernames option help text."
920920
},
921921
"optionsShowGroupNameInAutocompleteHelpText": {
922-
"message": "When credentials are returned from different groups, the group name will be shown. Only affects the compact mode.",
922+
"message": "Если учетные данные возвращаются из разных групп, будет показано название группы. Работает только в компактном режиме.",
923923
"description": "Show group name in autocomplete help text."
924924
},
925925
"optionsShowNotificationsHelpText": {
@@ -931,7 +931,7 @@
931931
"description": "Use monochrome toolbar icon option help text."
932932
},
933933
"optionsUseCompactModeHelpText": {
934-
"message": "Use a compact version of the dropdown list to select credentials.",
934+
"message": "Компактная версия выпадающего списка для выбора учетных данных.",
935935
"description": "Use compact (legacy) mode help text."
936936
},
937937
"optionsSaveDomainOnlyHelpText": {

0 commit comments

Comments
 (0)