Skip to content

Commit 48eea53

Browse files
author
Sami Vänttinen
authored
Update version and changelog for 1.8.5 (#1865)
Update version and changelog for 1.8.5
1 parent e914024 commit 48eea53

5 files changed

Lines changed: 23 additions & 6 deletions

File tree

CHANGELOG

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

keepassxc-browser/manifest.json

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

keepassxc-browser/options/options.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h1 class="text-uppercase text-white-50 d-none d-md-flex px-3 pb-4 mt-4 mb-1 ">K
6868
</ul>
6969
</div>
7070
<footer class="px-3 mt-4 mb-1 text-uppercase position-absolute small text-muted">
71-
© 2017-2022 - KeePassXC Team
71+
© 2017-2023 - KeePassXC Team
7272
</footer>
7373
</nav>
7474

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "KeePassXC-Browser",
3-
"version": "1.8.4",
3+
"version": "1.8.5",
44
"description": "KeePassXC-Browser",
55
"main": "build.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)