mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
Quicknotes v0.8.21. Fix issue #104
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<name>Quick notes</name>
|
||||
<summary>Quick notes with a basic rich text</summary>
|
||||
<description>Quick notes with a basic rich text</description>
|
||||
<version>0.8.20</version>
|
||||
<version>0.8.21</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Matias De lellis</author>
|
||||
<namespace>QuickNotes</namespace>
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user