Docs: update changelog
Release: version bump to 1.09.49
Refine(db): ignore missing Group/Times/* timestamps (MiniKeePass compatibility)
Fix(L10n): substring format for "Cannot parse database" error message
Chore(L10n): update localization
Refine: auto-size Key File Picker popover
Fix(ios13): limit FileInfo width on iOS 13
Refactor: switch FileInfo to use DismissablePopover
Refactor: replace some ad-hoc popover with PopoverAnchor
Feat(files): add long-press menu for file items
Fix(autoUnlock): fix AutoUnlock interrupted mid-way by DB lock timeout (fixes #88)
Chore(log): add more detailed logging to DB manager
Feat(dbUnlocker): after 3 presses on Cancel, show diagnostics
Fix: resolving of internal URLReferences
Chore: add debug description for URLReference
Refine(relocator): remove redundant localizable strings
Refine(db1): use DB file name as the root group name of KP1 DBs
Feat: colorful passwords
Fix(db2): re-generate missing CustomIcon UUID on load
Chore: cleanup unused code
Fix(db): generate new UUIDs when copying items
Refine(dbChooser): add long-press menu
Fix(dbCreator): add a pause between creating the DB and reading it
Feat: add support for copying items to other groups
Feat: add support for moving items to other groups
Refactor(ui): add dismiss handler to DismissableNavigationController
Refactor(db): move parent property to DatabaseItem
Refactor: rearrange generic coordinator stuff
Chore(ui): add constant for disabledText color
Refactor(db): add DatabaseItem as a common parent for groups and entries
Fix(urlRef): don't bookmark internal URLs at all (#71)
Chore: cherry-pick dismissable popover
Fix(urlRef): cache the original URL to avoid excessive resolving (related #71)
Fix(pwGen): add missing special symbols
Chore: add table cell support to PopoverAnchor
Refine(dbUnlocker): keep the entered password after unlock errors
Refine(dbUnlocker): add space above error messages
Fix(totp): add support for Steam TOTP with GAuth URI format (closes #85)
Feat(totp): add support TOTP based on SHA-256 and SHA-512 (closes #81)
Feat: add "Add Key File" button to key file pickers
Feat(db): switch to per-database settings
Fix(autoFill): fix FaceID loop on 13.1.3 (fixes #74, again)