mirror of https://github.com/keeweb/keeweb
`-` fix #1378: screen orientation issues on Android PWA
This commit is contained in:
parent
0b13c06a09
commit
cbd0c7b228
|
@ -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": [
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue