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.