Skip to content

Commit

Permalink
Merge pull request keepassxreboot#1448 from keepassxreboot/upgrade_ve…
Browse files Browse the repository at this point in the history
…rsion

Upgrade version
  • Loading branch information
Sami Vänttinen authored Nov 17, 2021
2 parents a1678cd + 5e81ca7 commit 12066e6
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 5 deletions.
51 changes: 51 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,54 @@
1.7.10.1 (17-11-2021)
=========================
- Fix interfering with mouse events [#1447]

1.7.10 (16-11-2021)
=========================
- Add support for resolving TOTP field by parent selector [#1381]
- Add support for triggering Global Auto-Type from the extension (2.7.0 and newer) [#1265]
- Add support for launching KeePassXC password generator from the extension (2.7.0 and newer) [#1329]
- Add support for extension reload keyboard shortcut [#1434]
- Add scrolling to Autocomplete Menu [#1439]
- Change update check default value to Never [#1404]
- Fix login page problems with Apple, Twitter, Fidelity and LinkedIn [#1392, #1429, #1445]
- Fix filling dynamic popups [#1388]
- Fix segmented TOTP field with text type [#1396]
- Fix white flash from options page [#1440]
- Fix selecting text content of field when no credentials [#1443]
- Fix autofill with tab key when Autocomplete Menu is closed [#1438]
- Fix CSS leaking that causes possible fingerprinting [#1386]
- Fix some general CSS theme issues [#1389, #1435]
- Update libraries for scripts [#1407]

1.7.9.1 (22-07-2021)
=========================
- Revert form visibility check [#1380]

1.7.9. (21-07-2021)
=========================
- Add support for file:// protocol in Site Preferences [#1317]
- Fix for checking Custom Fields [#1320]
- Fix affecting slidein animations [#1335]
- Fix credential retrieval on page reload [#1338]
- Fix password generation fill [#1374]
- Fix for querying elements from Shadow DOM [#1376]
- Fix form detection from style attribute [#1351]
- Ignore prereleases on update check [#1349]
- Ignore transparent forms [#1368]
- TOTP fixes [#1350, #1363]

1.7.8.1. (12-04-2021)
=========================
- Fix TOTP sorting [#1304]

1.7.8 (10-04-2021)
=========================
- Fix filling Autocomplete Menu from keyboard [#1294]
- Fix ID and Name check for page form [#1290]
- Fix filling from extension popuo [#1296]
- Accepted OTP fields addition [#1301]
- Improve eBay login flow [#1299]

1.7.7 (30-03-2021)
=========================
- Add support for credential sorting (KeePassXC side option will be removed) [#1280]
Expand Down
4 changes: 2 additions & 2 deletions keepassxc-browser/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 2,
"name": "KeePassXC-Browser",
"version": "1.7.10",
"version_name": "1.7.10",
"version": "1.7.10.1",
"version_name": "1.7.10.1",
"description": "__MSG_extensionDescription__",
"author": "KeePassXC Team",
"icons": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "KeePassXC-Browser",
"version": "1.7.10",
"version": "1.7.10.1",
"description": "KeePassXC-Browser",
"main": "build.js",
"devDependencies": {
Expand Down

0 comments on commit 12066e6

Please sign in to comment.