`-` fix #1378: screen orientation issues on Android PWA

This commit is contained in:
antelle 2020-03-14 21:14:29 +01:00
parent 0b13c06a09
commit cbd0c7b228
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,6 @@
"description": "Free cross-platform password manager compatible with KeePass",
"start_url": "./",
"display": "standalone",
"orientation": "any",
"theme_color": "#6386ec",
"background_color": "#6386ec",
"icons": [

View File

@ -14,6 +14,7 @@ Release notes
`-` fix #1391: passwords imported from CSV were not hidden
`-` fix #1387: fixed drag-drop for otp fields
`-` fix #1293: copying full urls
`-` fix #1378: screen orientation issues on Android PWA
##### v1.12.3 (2019-11-06)
`-` fix #1335: removed the menubar on Windows and Linux