Skip to content

Commit

Permalink
Docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
keepassium committed Oct 24, 2023
1 parent b7ed38f commit 43daf3a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
#CHANGELOG

## [1.46.140] - 2023-10-24

### Added

- Drag-and-drop attachments to entry viewer

### Improved

- Added SwiftLint to enforce consistent code style

### Fixed

- Ask network permission before favicon download (fixes #321) [thanks, vit9696]
- DB timeout did not lock both panes on macOS (regression in 1.46.139; closes #322) [thanks, vit9696]


## [1.46.139] - 2023-10-05

### Added
Expand Down
8 changes: 6 additions & 2 deletions KeePassium/ChangeLog.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"sections": [
{
"version": "1.46",
"releaseDate": "2023-10-05T00:00:00Z",
"releaseDate": "2023-10-24T00:00:00Z",
"items": [
{
"title": "🧩 Added: Password audit tool (powered by the 'Have I Been Pwned' service) [thanks, everyone]",
Expand All @@ -24,6 +24,10 @@
"title": "🧩 Added: A button to reload the currently opened DB",
"type": 1
},
{
"title": "🧩 Added: Drag-and-drop attachments to entry viewer",
"type": 1
},
{
"title": "🛠 Improved: You can disable Quick AutoFill for specific databases (#289) [thanks, everyone]",
"type": 1
Expand All @@ -49,7 +53,7 @@
"type": 1
},
{
"title": "🛠 Changed: Intune: update MSAL version to 1.2.3",
"title": "🛠 Changed: Intune: updated MSAL version to 1.2.3",
"type": 1
},
{
Expand Down

0 comments on commit 43daf3a

Please sign in to comment.