mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Update version and changelog for 1.8.5 (#1865)
Update version and changelog for 1.8.5
This commit is contained in:
parent
e9140247a8
commit
48eea53838
5 changed files with 23 additions and 6 deletions
17
CHANGELOG
17
CHANGELOG
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "KeePassXC-Browser",
|
||||
"version": "1.8.4",
|
||||
"version": "1.8.5",
|
||||
"description": "KeePassXC-Browser",
|
||||
"main": "build.js",
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue