diff --git a/app/manifest/manifest.json b/app/manifest/manifest.json index 1394f41e..c8811965 100644 --- a/app/manifest/manifest.json +++ b/app/manifest/manifest.json @@ -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": [ diff --git a/release-notes.md b/release-notes.md index 971efd7b..f57fd573 100644 --- a/release-notes.md +++ b/release-notes.md @@ -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