mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
Quicknotes v0.8.21. Fix issue #104
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.8.21] 2024-01-30
|
||||||
|
- Fix attachment selection, broken since NC27 due internal changes. Issue #104
|
||||||
|
|
||||||
## [0.8.20] 2024-01-30
|
## [0.8.20] 2024-01-30
|
||||||
- Enable and migrate to NC28. Issues #105, #106 and #108
|
- Enable and migrate to NC28. Issues #105, #106 and #108
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<name>Quick notes</name>
|
<name>Quick notes</name>
|
||||||
<summary>Quick notes with a basic rich text</summary>
|
<summary>Quick notes with a basic rich text</summary>
|
||||||
<description>Quick notes with a basic rich text</description>
|
<description>Quick notes with a basic rich text</description>
|
||||||
<version>0.8.20</version>
|
<version>0.8.21</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author>Matias De lellis</author>
|
<author>Matias De lellis</author>
|
||||||
<namespace>QuickNotes</namespace>
|
<namespace>QuickNotes</namespace>
|
||||||
|
|||||||
@@ -592,7 +592,7 @@ View.prototype = {
|
|||||||
}).fail(() => {
|
}).fail(() => {
|
||||||
console.log("ERRORRR");
|
console.log("ERRORRR");
|
||||||
});
|
});
|
||||||
}, false, '*', true, OC.dialogs.FILEPICKER_TYPE_CHOOSE)
|
}, false, null, true, OC.dialogs.FILEPICKER_TYPE_CHOOSE)
|
||||||
});
|
});
|
||||||
|
|
||||||
// handle tags button.
|
// handle tags button.
|
||||||
|
|||||||
Reference in New Issue
Block a user