From 88d73504c80a52929f8e3df52480f0790dd6b755 Mon Sep 17 00:00:00 2001 From: Matias De lellis Date: Tue, 30 Jan 2024 23:10:46 -0300 Subject: [PATCH] Quicknotes v0.8.21. Fix issue #104 --- CHANGELOG.md | 3 +++ appinfo/info.xml | 2 +- js/script.js | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4ae787..cb52cbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [0.8.21] 2024-01-30 +- Fix attachment selection, broken since NC27 due internal changes. Issue #104 + ## [0.8.20] 2024-01-30 - Enable and migrate to NC28. Issues #105, #106 and #108 diff --git a/appinfo/info.xml b/appinfo/info.xml index 70e033f..89ab89d 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Quick notes Quick notes with a basic rich text Quick notes with a basic rich text - 0.8.20 + 0.8.21 agpl Matias De lellis QuickNotes diff --git a/js/script.js b/js/script.js index e9037b7..39d8165 100644 --- a/js/script.js +++ b/js/script.js @@ -592,7 +592,7 @@ View.prototype = { }).fail(() => { console.log("ERRORRR"); }); - }, false, '*', true, OC.dialogs.FILEPICKER_TYPE_CHOOSE) + }, false, null, true, OC.dialogs.FILEPICKER_TYPE_CHOOSE) }); // handle tags button.