Fix empty request Signed-off-by: Yuki <65764619+YukiNagat0@users.noreply.github.com>
Replace inaccurate guiSelectNote with guiSelectCard `guiSelectNote` actually requires a card ID. In order to keep supporting any users who have discovered this and already rely on it, the old action is kept for compatibility, but left undocumented.
Relax required anki version
Add support for flags
added method to retrieve the active profile
Added nextReviews field to cardsInfo, (similar to guiCurrentCard)
Return reason note cannot be added in new api endpoint
Remove call to syncDelete The method does no longer exist as of version 2.1.45, which is the minimum supported version as of creation of this commit.
Fix guiEditNote returns error Committing on behalf of Oleg Mitrofanov
Merge pull request #407 from PSeitz/patch-1 Update README.md