mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Update CHANGELOG
This commit is contained in:
parent
dc37537797
commit
606661b271
17
CHANGELOG.md
17
CHANGELOG.md
@ -1,5 +1,22 @@
|
||||
# Changelog
|
||||
|
||||
## 2.5.3 (2020-01-19)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix a possible database lockout when removing a YubiKey from a KDBX 3.1 database [#4147]
|
||||
- Fix crash if Auto-Type is performed on a new entry [#4150]
|
||||
- Fix crash when all entries are deleted from a group [#4156]
|
||||
- Improve the reliability of clipboard clearing on Gnome [#4165]
|
||||
- Do not check cmd:// URLs for valid URL syntax anymore [#4172]
|
||||
- Prevent unnecessary merges for databases on network shares [#4153]
|
||||
- Browser: Prevent native messaging proxy from blocking application shutdown [#4155]
|
||||
- Browser: Improve website URL matching [#4134, #4177]
|
||||
|
||||
### Added
|
||||
|
||||
- Browser: Enable support for Chromium-based Edge Browser [#3359]
|
||||
|
||||
## 2.5.2 (2020-01-04)
|
||||
|
||||
### Added
|
||||
|
@ -95,7 +95,7 @@ endif()
|
||||
|
||||
set(KEEPASSXC_VERSION_MAJOR "2")
|
||||
set(KEEPASSXC_VERSION_MINOR "5")
|
||||
set(KEEPASSXC_VERSION_PATCH "2")
|
||||
set(KEEPASSXC_VERSION_PATCH "3")
|
||||
set(KEEPASSXC_VERSION "${KEEPASSXC_VERSION_MAJOR}.${KEEPASSXC_VERSION_MINOR}.${KEEPASSXC_VERSION_PATCH}")
|
||||
set(OVERRIDE_VERSION "" CACHE STRING "Override the KeePassXC Version for Snapshot builds")
|
||||
|
||||
|
@ -50,6 +50,20 @@
|
||||
</screenshots>
|
||||
|
||||
<releases>
|
||||
<release version="2.5.3" date="2020-01-19">
|
||||
<description>
|
||||
<ul>
|
||||
<li>Fix a possible database lockout when removing a YubiKey from a KDBX 3.1 database [#4147]</li>
|
||||
<li>Fix crash if Auto-Type is performed on a new entry [#4150]</li>
|
||||
<li>Fix crash when all entries are deleted from a group [#4156]</li>
|
||||
<li>Improve the reliability of clipboard clearing on Gnome [#4165]</li>
|
||||
<li>Do not check cmd:// URLs for valid URL syntax anymore [#4172]</li>
|
||||
<li>Prevent unnecessary merges for databases on network shares [#4153]</li>
|
||||
<li>Browser: Prevent native messaging proxy from blocking application shutdown [#4155]</li>
|
||||
<li>Browser: Improve website URL matching [#4134, #4177]</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="2.5.2" date="2020-01-04">
|
||||
<description>
|
||||
<ul>
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: keepassxc
|
||||
version: 2.5.2
|
||||
version: 2.5.3
|
||||
grade: stable
|
||||
summary: Community-driven port of the Windows application “KeePass Password Safe”
|
||||
description: |
|
||||
|
Loading…
Reference in New Issue
Block a user