Skip to content

Commit

Permalink
Update to 1.9.1 (#2257)
Browse files Browse the repository at this point in the history
Update to 1.9.1
  • Loading branch information
varjolintu authored Jul 1, 2024
1 parent dfebca2 commit ebde8ef
Show file tree
Hide file tree
Showing 38 changed files with 5,012 additions and 3,380 deletions.
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@
"assertSearchForm": true,
"assertTOTPField": true,
"AssociatedAction": true,
"AuthenticatorAssertionResponse": true,
"AuthenticatorAttestationResponse": true,
"Autocomplete": true,
"BLUE_BUTTON": true,
"bootstrap": true,
Expand Down Expand Up @@ -157,6 +159,7 @@
"ORANGE_BUTTON": true,
"page": true,
"Pixels": true,
"PublicKeyCredential": true,
"PREDEFINED_SITELIST": true,
"RED_BUTTON": true,
"retrieveColorScheme": true,
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
1.9.1 (2024-07-01)
=========================
- Add missing icon size for Firefox (Thanks leoheitmannruiz)
- Change password fill default shortcut for Chrome [#2246]
- Change Site Preferences to ignore all ports by default [#2207]
- Fix handling iframe URL's correctly [#2166]
- Fix showing group name in Credential Banner when updating credentials [#2227]
- Fix translations, tooltips and button texts [#2197, #2228, #2229, #2240, #2244]
- Fix showing duplicate notification (Thanks Flamefire) [#2181]
- Fix monochrome icon with Chrome (Thanks stefansundin) [#2152]
- Fix XML formatting with Firefox [#2199]
- Fix filling next field from password generator [#2154]
- Fix showing number of credentials in the toolbar icon with HTTP Basic Auth [#2155]
- Passkeys: Rename functions to prevent overrides [#2230]
- Passkeys: Remove temporary exceptions [#2206]
- Refactor design of Autocomplete Menu (Thank tinyoverflow) [#2119, #2258]

1.9.0.5 (2024-05-12)
=========================
- Remove obsolete hashed scripts from manifest [#2195]
Expand Down
4 changes: 2 additions & 2 deletions dist/manifest_chromium.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 3,
"name": "KeePassXC-Browser",
"version": "1.9.0.5",
"version_name": "1.9.0.5",
"version": "1.9.1",
"version_name": "1.9.1",
"minimum_chrome_version": "93",
"description": "__MSG_extensionDescription__",
"author": "KeePassXC Team",
Expand Down
2 changes: 1 addition & 1 deletion dist/manifest_firefox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "KeePassXC-Browser",
"version": "1.9.0.5",
"version": "1.9.1",
"description": "__MSG_extensionDescription__",
"author": "KeePassXC Team",
"icons": {
Expand Down
270 changes: 161 additions & 109 deletions keepassxc-browser/_locales/bg/messages.json

Large diffs are not rendered by default.

Loading

0 comments on commit ebde8ef

Please sign in to comment.