CrowdAnki Versions Save

Plugin for Anki SRS designed to facilitate cooperation on creation of notes and decks.

v0.9.5

7 months ago

What's Changed

Full Changelog: https://github.com/Stvad/CrowdAnki/compare/v0.9.4...v0.9.5

Also updated on AnkiWeb using the GitHub build artifact.

v0.9.4

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Stvad/CrowdAnki/compare/v0.9.3...v0.9.4

v0.9.3

1 year ago

What's Changed

Full Changelog: https://github.com/Stvad/CrowdAnki/compare/v0.9.2...v0.9.3

This is compatible with Anki 2.1.50 and higher.

Use of files

crowd_anki_20230130.zip was produced automatically with package_plugin.sh and does not contain a manifest.json file. It is intended to be directly decompressed into your addons21/ folder.

crowd_anki_20230130.ankiaddon has a (for now) manually added manifest.json, so that it can be installed via Anki's "Install from file...".

v0.9.2

2 years ago

What's Changed

Full Changelog: https://github.com/Stvad/CrowdAnki/compare/v0.9.1...v0.9.2

Compatibility with Anki 2.1.49 and lower is dropped.

v0.9.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/Stvad/CrowdAnki/compare/v0.9...v0.9.1

v0.9

3 years ago

See #72 for details

v0.8

4 years ago

Notable changes:

  • Import from arbitrary Git repo replaces GitHub import #78. Credits to @evolverine
  • New version of Anki introduces several changes that broke CrowdAnki. This update makes it compatible again

v0.7

4 years ago

Most of the credit for this one goes to @ohare93 and @evolverine

See #69 #66 and #56 for more details

Notable changes:

  • New configuration UI
  • Ability to sort notes on export by various fields
  • New naming convention for decks. Now they are named just deck.json instead of mirroring the directory name. The import for old naming convention still works though.

v0.6.1

5 years ago

This is a bugfix release for 0.6. It fixes the following issues:

  • #41
  • #43
  • #44
  • #45

v0.6

5 years ago

Edit history support #37

The biggest change in CrowdAnki in a while. This adds support for taking manual or automatic snapshots of your collections.
On triggering a snapshot CrowdAnki would create and maintain a git repository for each of your Anki decks. Creating commit for any changes that occur between 2 consequtive snapshots.

You can configure for snapshots to happen automatically, select the destination directory for snapshots and select what decks should be part of snapshot. See here for information on how to do it.

Other changes:

  • Fixes #28
  • Restores proper Travis integration, adds SonarCloud integration.
  • Drops support for Anki 2.0
  • Drops AnkiHub support, as it seems to be dead