release: v5.2.0-alpha.3

pull/672/head
Varun Patil 2023-05-29 12:26:01 -07:00
parent 5bed6503e2
commit a9a5c25431
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ Memories is a *batteries-included* photo management solution for Nextcloud with
1. Run `php occ memories:index` to generate metadata indices for existing photos. 1. Run `php occ memories:index` to generate metadata indices for existing photos.
1. Open the 📷 Memories app in Nextcloud and set the directory containing your photos. 1. Open the 📷 Memories app in Nextcloud and set the directory containing your photos.
]]></description> ]]></description>
<version>5.2.0-alpha.2</version> <version>5.2.0-alpha.3</version>
<licence>agpl</licence> <licence>agpl</licence>
<author mail="radialapps@gmail.com">Varun Patil</author> <author mail="radialapps@gmail.com">Varun Patil</author>
<namespace>Memories</namespace> <namespace>Memories</namespace>

View File

@ -281,7 +281,7 @@ export default defineComponent({
}, },
async beforeMount() { async beforeMount() {
if ('serviceWorker' in navigator) { if ('serviceWorker' in navigator && false) {
// Get the config before loading // Get the config before loading
const previousVersion = staticConfig.getSync('version'); const previousVersion = staticConfig.getSync('version');