What's new
Various bug fixes and Lua API improvements.
Changed ⚠️
- Deprecated
Client:new_note()
in favor ofClient:create_note()
. - Changed API of
Client:apply_async()
to take a table of options in place of the 2nd and 3rd arguments. - Changed API of
Note:save()
to take a table of options.
Fixed ✅
- Ignore things that looks like tags within code blocks.
- Fixed bug with pasting images.
Commits
b77e4c1 chore(release): bump version to v3.6.0 for release
ef956c8 Fix bug with pasting images
cb5a8d1 Make tags search for efficient
60851cc chore(docs): auto generate docs
4c36010 Ignore things that look like tags in code blocks
953f67c Add Note.from_file_with_contents_async()
3ef8090 ignore false positive from Luacheck
37c356c chore(docs): auto generate docs
9cfd03c Make Note:save()
more robust
2fa0d93 Make Path.new
more robust
34897c2 Update API of Note:save()
69bf964 Add @deprecated
annotation to Client:new_note()
b21de4e Update API for Client:apply_async()
d68b2a1 chore(docs): auto generate docs
daab784 API and internal improvements (#438)