Skip to content

Commit

Permalink
Docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
keepassium committed Nov 21, 2021
1 parent c8a8376 commit 454fa41
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
#CHANGELOG

## [1.28.98] - 2021-11-21

### Added

- Quick AutoFill - fill out login forms with one tap, without even opening AutoFill (closes #50)
- Can manually configure any database as read-only (related #64)

### Improved

- AutoFill setup instructions are also available for macOS
- UI improvements here and there
- Updated translations

### Fixed

- AutoFill for ccSLD domains like .co.nz or .co.jp (closes #201) [thanks, Adam and waynezhang]
- Search field abruptly disappeared in some cases [thanks, Andrew]
- Possible memory leak when tapping "Switch database" repeatedly
- macOS: open/create database menu did not work sometimes


## [1.28.97] - 2021-10-26

### Changed
Expand Down
36 changes: 34 additions & 2 deletions KeePassium/ChangeLog.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,20 @@
"sections": [
{
"version": "1.28",
"releaseDate": "2021-10-26T00:00:00Z",
"releaseDate": "2021-11-21T00:00:00Z",
"items": [
{
"title": "This version requires iOS 14 or newer",
"type": 1
},
{
"title": "🧩 Added: Quick AutoFill - fill out login forms with one tap, without even opening AutoFill (closes #50)",
"type": 2
},
{
"title": "🧩 Added: Can manually configure any database as read-only (related #64)",
"type": 1
},
{
"title": "🛠 Improved: Sensitive data is encrypted in process memory using Secure Enclave",
"type": 1
Expand All @@ -33,13 +41,29 @@
"type": 1
},
{
"title": "🛠 Improved: Old-style popups partially replaced with modern menus",
"title": "🛠 Improved: AutoFill setup instructions also available for macOS",
"type": 1
},
{
"title": "🛠 Improved: UI improvements here and there",
"type": 1
},
{
"title": "🛠 Improved: Updated translations",
"type": 1
},
{
"title": "🐞 Fixed: AutoFill for ccSLD domains like .co.nz or .co.jp (closes #201) [thanks, Adam and waynezhang]",
"type": 1
},
{
"title": "🐞 Fixed: \"Clear master keys on timeout\" option was treated as always on",
"type": 1
},
{
"title": "🐞 Fixed: search field abruptly disappeared in some cases [thanks, Andrew]",
"type": 1
},
{
"title": "🐞 Fixed: Show diagnostics on repeated Cancel taps [thanks, Anders]",
"type": 1
Expand All @@ -48,6 +72,14 @@
"title": "🐞 Fixed: Occasional crashes caused by database timeout on launch",
"type": 1
},
{
"title": "🐞 Fixed: possible memory leak when tapping \"Switch database\" repeatedly",
"type": 1
},
{
"title": "🐞 Fixed: macOS: open/create database menu did not work sometimes",
"type": 1
},
{
"title": "🐞 Fixed: Annoying autocorrection in URL fields",
"type": 1
Expand Down

0 comments on commit 454fa41

Please sign in to comment.