Skip to content

Commit

Permalink
Docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
keepassium committed Sep 2, 2022
1 parent a8a316b commit 5cb09e4
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
#CHANGELOG

## [1.36.116] - 2022-09-03

### Added

- macOS: Added support for USB YubiKeys (native MacCatalys builds only)
- Ability to copy references to entry fields (tap the field to see the copy button) [thanks, u/RandomComputerFellow]

### Improved

- Added a button to delete custom entry fields [thanks, YJ]
- Display full Pro app name on the Home screen
- Minor UI improvements focused on macOS
- Updated all translations

### Fixed

- macOS: too frequent Touch ID popups. Now one needs to click a "Touch ID unlock" button first [thanks, everyone]


## [1.36.115] - 2022-08-09

### Added
Expand Down
30 changes: 29 additions & 1 deletion KeePassium/ChangeLog.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"sections": [
{
"version": "1.36",
"releaseDate": "2022-08-09T00:00:00Z",
"releaseDate": "2022-09-03T00:00:00Z",
"items": [
{
"title": "🧩 Added: \"Allow Network Access\" setting (off by default)",
Expand All @@ -12,10 +12,34 @@
"title": "🧩 Added: In-app support for WebDAV sync (Nextcloud, Synology, etc) [thanks, everyone]",
"type": 1
},
{
"title": "🧩 Added: Support for USB YubiKeys on macOS (native MacCatalyst builds only, won't work in iPad emulation mode on Apple Silicon)",
"type": 1
},
{
"title": "🧩 Added: Ability to copy references to entry fields (tap the field to see the copy button) [thanks, u/RandomComputerFellow]",
"type": 1
},
{
"title": "🛠 Improved: Added a button to delete custom entry fields [thanks, YJ]",
"type": 1
},
{
"title": "🛠 Improved: Added a 48-hour database timeout [thanks, BM]",
"type": 1
},
{
"title": "🛠 Improved: Display full Pro app name on the home screen",
"type": 1
},
{
"title": "🛠 Improved: Minor UI improvements focused on macOS",
"type": 1
},
{
"title": "🛠 Improved: Updated all translations",
"type": 1
},
{
"title": "🐞 Fixed: On devices restored from a backup, DB loading froze at 60% [thanks, everyone]",
"type": 1
Expand All @@ -24,6 +48,10 @@
"title": "🐞 Fixed: \"Save as\" on sync conflict could overwrite the original",
"type": 1
},
{
"title": "🐞 Fixed: macOS: Too frequent Touch ID popups. Now one needs to click a 'Touch ID unlock' button first [thanks, everyone]",
"type": 1
},
{
"title": "🐞 Fixed: Reset keychain when memory protection key disappears",
"type": 1
Expand Down

0 comments on commit 5cb09e4

Please sign in to comment.