This repository has been archived by the owner on Dec 31, 2023. It is now read-only.
Releases: FooSoft/anki-connect
Releases · FooSoft/anki-connect
23.10.29.0
What's Changed
- Added various actions relating to model templates by @Aquafina-water-bottle in #382
- add
guiUndo
action for undo review by @feilongfl in #384 - add new action: answerCards by @antistic in #390
- Updated Python example code to use 127.0.0.1 instead of localhost by @Aquafina-water-bottle in #391
- Correct JSON MIME type (Fixes #393) by @nihil-admirari in #394
- Add a method to bring up Import File dialog by @mikkkee in #392
- Fix #392 with version check for Anki and Qt by @mikkkee in #396
- Make it slightly clearer how to enable authentication. by @Julian in #403
- Update README.md by @PSeitz in #407
New Contributors
- @feilongfl made their first contribution in #384
- @antistic made their first contribution in #390
- @nihil-admirari made their first contribution in #394
- @mikkkee made their first contribution in #392
- @Julian made their first contribution in #403
- @PSeitz made their first contribution in #407
Full Changelog: 23.4.11.0...23.10.29.0
ankiconnect-23.4.11.0
What's Changed
- Changed the way to bind to an address other than the default 127.0.0.1 by @kentonself in #376
- Update described result from createModel api by @dlangevi in #377
- add a new action: getMediaDirPath by @tatsumoto-ren in #379
- Update note by @Aquafina-water-bottle in #380
- Add getNoteTags, updateNoteTags and updateNote by @introt in #370
New Contributors
- @kentonself made their first contribution in #376
- @dlangevi made their first contribution in #377
Full Changelog: 23.2.5.0...23.4.11.0
ankiconnect-23.2.5.0 Latest
Merge pull request #373 from Aquafina-water-bottle/readme_reformat Reformat README to be more readable
ankiconnect-22.9.18.0
What's Changed
- Add PowerShell example to Readme. by @StevenTCramer in #343
- Added model field name actions by @Aquafina-water-bottle in #346
- README changes: Issue 82 documentation by @Aquafina-water-bottle in #348
- Fix issue #352 by @snoyes in #353
New Contributors
- @StevenTCramer made their first contribution in #343
- @Aquafina-water-bottle made their first contribution in #346
Full Changelog: 22.7.14.0...22.9.18.0
ankiconnect-22.7.14.0
What's Changed
- Add getDeckStats action by @ZhengPeiRu21 in #318
- Produce a better error in case of malformed JSON by @oakkitten in #319
- Fix getDeckStats test by @ZhengPeiRu21 in #322
- apiReflect by @toasted-nutbread in #324
- Bring Edit dialog to foreground more reliably by @oakkitten in #323
- Fix tests by “pinning” Anki dependencies via a time machine by @oakkitten in #334
- Fix storeMediaFile logic by @debanjandhar12 in #332
New Contributors
- @ZhengPeiRu21 made their first contribution in #318
- @debanjandhar12 made their first contribution in #332
Full Changelog: 22.4.26.0...22.7.14.0
ankiconnect-22.4.26.0
What's Changed
- implement setSpecificValueOfCard for user @TobiasWehrum by @thiswillbeyourgithub in #303
- Fix tests and some of the code to work with Anki 2.1.50 by @oakkitten in #313
Full Changelog: 22.2.19.0...22.4.26.0
ankiconnect-22.2.19.0
Explicitly allow requests from public websites via new header (#302) - Chrome now enforces that servers on private networks explicitly grant access to public websites using a new header "Access-Control-Allow-Private-Network" that should be sent in responses to preflight OPTIONS requests. - This change implements special handling for OPTIONS requests by sending all the existing CORS headers along with the new Access-Control-Allow-Private-Network header if private network access is being requested. - See https://developer.chrome.com/blog/private-network-access-preflight/ for more info.