From 4cd5421e5389016068885c6a2277a6f9b32279f5 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 9 Feb 2021 16:50:16 +0100 Subject: [PATCH 1/2] fix regression: apps does not open in the tab --- src/SideMenu.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SideMenu.vue b/src/SideMenu.vue index 750c829..68fcccb 100644 --- a/src/SideMenu.vue +++ b/src/SideMenu.vue @@ -45,7 +45,7 @@ along with this program. If not, see . v-bind:icon="app.icon" v-bind:label="app.name" v-bind:href="app.href" - v-bind:target="targetBlankApps.indexOf(appId) !== -1 ? '_blank' : undefined" + v-bind:target="targetBlankApps.indexOf(app.id) !== -1 ? '_blank' : undefined" /> From c7db75cea3d36c3ad8cf3d8aba54e1923426acd0 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 9 Feb 2021 16:51:27 +0100 Subject: [PATCH 2/2] release v1.22.2 --- appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 45ae36c..641c739 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -26,7 +26,7 @@ If you like this application and if you want to support the development: * [Donate with liberapay](https://liberapay.com/deblan) * [Leave a comment](https://apps.nextcloud.com/apps/side_menu#comments) ]]> - 1.22.1 + 1.22.2 agpl Simon Vieille SideMenu