Skip to content

Commit

Permalink
Docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
keepassium committed Mar 30, 2024
1 parent bd80e5a commit f881fa9
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
#CHANGELOG

## [1.51.147] - 2024-03-30

### Added

- YubiKey 5Ci (Lightning side) now works in iOS AutoFill

### Improved

- Improved usability of password generator (closes #349) [thanks, WinkelCode]
- Direct OneDrive connection will list up to 500 items in a directory [thanks, Michael]
- Added detection of OX Drive and Imagam iFiles file providers
- Removed unused parts of YubiKit library
- Intune: Added AppConfig specfile

### Fixed

- It was impossible to edit groups in KDB databases (regression in 1.49; fixes #351) [thanks, everyone]
- Large custom icons could be downsized incorrectly (fixes #354) [thanks, ixs]
- Freezing in entries with very long passwords [thanks, everyone]
- macOS: possible incorrect processing of YubiKey over USB (fixes #350)


## [1.50.146] - 2024-03-10

### Added
Expand Down
45 changes: 45 additions & 0 deletions KeePassium/ChangeLog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,50 @@
{
"sections": [
{
"version": "1.51",
"releaseDate": "2024-03-30T00:00:00Z",
"items": [
{
"title": "Added: YubiKey 5Ci (Lightning side) now works in iOS AutoFill",
"edition": "free,pro"
},
{
"title": "Improved: Improved usability of password generator",
"github": "Closes #349",
"credits": "WinkelCode"
},
{
"title": "Improved: Direct OneDrive connection will list up to 500 items in a directory",
"credits": "Michael"
},
{
"title": "Improved: Added detection of OX Drive and Imagam iFiles file providers"
},
{
"title": "Improved: Added AppConfig specfile",
"edition": "org"
},
{
"title": "Fixed: It was impossible to edit groups in KDB databases (regression in 1.49)",
"github": "Fixes #351",
"credits": "everyone"
},
{
"title": "Fixed: Large custom icons could be downsized incorrectly",
"github": "Fixes 354",
"credits": "ixs"
},
{
"title": "Fixed: Lagging and freezing in entries with very long passwords",
"credits": "everyone"
},
{
"title": "Fixed: Possible incorrect processing of YubiKey over USB",
"github": "Fixes #350",
"os": "macos"
}
]
},
{
"version": "1.50",
"releaseDate": "2024-03-10T00:00:00Z",
Expand Down

0 comments on commit f881fa9

Please sign in to comment.