Update version and changelog for 1.8.5 (#1865)

Update version and changelog for 1.8.5
This commit is contained in:
Sami Vänttinen 2023-02-26 14:27:27 +02:00 committed by GitHub
parent e9140247a8
commit 48eea53838
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 23 additions and 6 deletions

View file

@ -1,3 +1,20 @@
1.8.5 (26-02-2023)
=========================
- Add adf.ly TOTP to Predefined Sites
- Change default redirect value from 1 to 3 with Credential Banner [#1842]
- Fix filling String Fields to readonly fields [#1857]
- Fix filling from Username Icon at reconnect [#1856]
- Fix possible false-positives with Credential Banner [#1782]
- Fix update interval check [#1848]
- Fix allowing fill to readonly fields [#1841]
- Fix removing icon from internal lists after hiding it [#1836]
- Fix showing an empty login popup after database lock [#1835]
- Fix updating Autocomplete Menu on database lock [#1827]
- Fix extension behavior for Auto-Open [#1825]
- Refactor Site Preferences wildcards with a new implementation [#1851]
- Refactor popup code to use Manifest V3 compatible API calls [#1822]
- Update ESLint to use recommended ruleset instead of airbrb-base [#1816]
1.8.4 (19-12-2022)
=========================
- Add more PayPal addresses to Predefines Sites [#1765]

View file

@ -1,8 +1,8 @@
{
"manifest_version": 2,
"name": "KeePassXC-Browser",
"version": "1.8.4",
"version_name": "1.8.4",
"version": "1.8.5",
"version_name": "1.8.5",
"description": "__MSG_extensionDescription__",
"author": "KeePassXC Team",
"icons": {

View file

@ -68,7 +68,7 @@
</ul>
</div>
<footer class="px-3 mt-4 mb-1 text-uppercase position-absolute small text-muted">
© 2017-2022 - KeePassXC Team
© 2017-2023 - KeePassXC Team
</footer>
</nav>

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "KeePassXC-Browser",
"version": "1.8.4",
"version": "1.8.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "KeePassXC-Browser",
"version": "1.8.4",
"version": "1.8.5",
"license": "GPL-3.0",
"dependencies": {
"@npmcli/fs": "^2.1.0",

View file

@ -1,6 +1,6 @@
{
"name": "KeePassXC-Browser",
"version": "1.8.4",
"version": "1.8.5",
"description": "KeePassXC-Browser",
"main": "build.js",
"devDependencies": {