Skip to content

Commit

Permalink
Quicknotes v0.8.21. Fix issue #104
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasdelellis committed Jan 31, 2024
1 parent b6c6d3c commit 88d7350
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 88d7350

Please sign in to comment.