Skip to content

Commit ebde8ef

Browse files
author
Sami Vänttinen
authored
Update to 1.9.1 (#2257)
Update to 1.9.1
1 parent dfebca2 commit ebde8ef

38 files changed

Lines changed: 5012 additions & 3380 deletions

.eslintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@
8989
"assertSearchForm": true,
9090
"assertTOTPField": true,
9191
"AssociatedAction": true,
92+
"AuthenticatorAssertionResponse": true,
93+
"AuthenticatorAttestationResponse": true,
9294
"Autocomplete": true,
9395
"BLUE_BUTTON": true,
9496
"bootstrap": true,
@@ -157,6 +159,7 @@
157159
"ORANGE_BUTTON": true,
158160
"page": true,
159161
"Pixels": true,
162+
"PublicKeyCredential": true,
160163
"PREDEFINED_SITELIST": true,
161164
"RED_BUTTON": true,
162165
"retrieveColorScheme": true,

CHANGELOG

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
1.9.1 (2024-07-01)
2+
=========================
3+
- Add missing icon size for Firefox (Thanks leoheitmannruiz)
4+
- Change password fill default shortcut for Chrome [#2246]
5+
- Change Site Preferences to ignore all ports by default [#2207]
6+
- Fix handling iframe URL's correctly [#2166]
7+
- Fix showing group name in Credential Banner when updating credentials [#2227]
8+
- Fix translations, tooltips and button texts [#2197, #2228, #2229, #2240, #2244]
9+
- Fix showing duplicate notification (Thanks Flamefire) [#2181]
10+
- Fix monochrome icon with Chrome (Thanks stefansundin) [#2152]
11+
- Fix XML formatting with Firefox [#2199]
12+
- Fix filling next field from password generator [#2154]
13+
- Fix showing number of credentials in the toolbar icon with HTTP Basic Auth [#2155]
14+
- Passkeys: Rename functions to prevent overrides [#2230]
15+
- Passkeys: Remove temporary exceptions [#2206]
16+
- Refactor design of Autocomplete Menu (Thank tinyoverflow) [#2119, #2258]
17+
118
1.9.0.5 (2024-05-12)
219
=========================
320
- Remove obsolete hashed scripts from manifest [#2195]

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.0.5",
5-
"version_name": "1.9.0.5",
4+
"version": "1.9.1",
5+
"version_name": "1.9.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.0.5",
4+
"version": "1.9.1",
55
"description": "__MSG_extensionDescription__",
66
"author": "KeePassXC Team",
77
"icons": {

keepassxc-browser/_locales/bg/messages.json

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

0 commit comments

Comments
 (0)