Skip to content

Releases: daveight/ankicode

AnkiCode 1.4.0

Choose a tag to compare

@daveight daveight released this 25 Mar 21:21
005e871

C++ support is back in AnkiCode 🚀🚀🚀

MacOS Important: Run the following command in your terminal to install Xcode Command Line Tools:

xcode-select --install

Ankicode 1.3.0

Choose a tag to compare

@daveight daveight released this 12 Feb 15:39
  • Kotlin support
  • test engine fix: ignoreOrder is false by default
  • UI updates

How-to run AnkiCode in MacOS Sonoma

The following error: "App is Damaged and Can't Be Opened. You Should Move it to the Trash" can be fixed as follows:

In terminal execute the following command:
sudo xattr -cr /Applications/AnkiCode.app

AnkiCode v1.2.1

Choose a tag to compare

@daveight daveight released this 05 Jan 05:09
7b64290
ankicode-1.2.1

Update README.md

AnkiCode v1.2.0

Choose a tag to compare

@daveight daveight released this 28 Aug 10:32
267bf1d

New release of AnkiCode
new types are supported:

  • linked_lists
  • binary_trees

AnkiCode v1.1.0

Choose a tag to compare

@daveight daveight released this 28 May 15:26

The first release of AnkiCode.

Supported languages:

  • C++
  • Java
  • JavaScript
  • Python